Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Decide on the behaviour of default/empty URL fields #22

Open
smola opened this issue Jan 9, 2014 · 0 comments
Open

Decide on the behaviour of default/empty URL fields #22

smola opened this issue Jan 9, 2014 · 0 comments
Assignees
Milestone

Comments

@smola
Copy link
Owner

smola commented Jan 9, 2014

I've changed to match WHATWG and W3C specs here, but that's an important deviation from java.net.URI and java.net.URL (including Android implementation).

java.net.URI, since it performs no normalization operation at all, accepts both empty and null userInfo. In our case, userInfo is never null. The same happens with authority and other fields.

We probably want this to stay this way, but some warnings to javadocs of the corresponding methods would be nice.

@ghost ghost assigned smola Jan 9, 2014
@smola smola removed this from the 0.1.0 milestone Mar 18, 2014
@smola smola added this to the 0.3.0 milestone Dec 17, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant