Proposal Details
I'm not an expert of the RFC documents for urls, I would like to know if the following urls are valid:
- This is supposed to have a empty username and empty password (totally different from null username or password)
- This is supposed to have empty username and null password
- This have both username and password null.
If the second and third statements are true, then Userinfo functions Username and Password should have a mechanism in which should notify to the caller that this values are empty or null.
Password function already returns a bool value indicating presence or nullness of that field. I would like to know if it's correct to have Username function to return the same :)