You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think a specific solution would not be sufficient; we should have a more generic approach.
There used to be some code that also would consider java.net.URL and java.net.URI to be valid scalar wrappers, given that they have a String-only constructor. But we then removed it due to #270. We could re-add it with the additional requirement that the class be either on a list of allowed wrapper classes (a built-in list containing, e.g., these two, plus a custom config option) or annotated accordingly (maybe reusing the server-side @AdaptToScalar).
with automatic translation between URL/URI and String
The text was updated successfully, but these errors were encountered: