[ 
https://issues.apache.org/jira/browse/HTTPCLIENT-911?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12892794#action_12892794
 ] 

Mingfai Ma commented on HTTPCLIENT-911:
---------------------------------------

Just come across this issue myself. second level domain name may not use 
underscore but there are websites in real life use underscore in their 
subdomain, and it doesn't make sense if we can't make connection to them with a 
Java library while people can connect to it with browser. Ideally, httpclient 
should just handle those URL with underscore, maybe we shouldn't rely on URI.

reference:
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6587184


> Support underscore in domain name, or provide better exception
> --------------------------------------------------------------
>
>                 Key: HTTPCLIENT-911
>                 URL: https://issues.apache.org/jira/browse/HTTPCLIENT-911
>             Project: HttpComponents HttpClient
>          Issue Type: Improvement
>          Components: HttpClient
>    Affects Versions: 4.0.1
>            Reporter: Ziv Horesh
>            Priority: Minor
>             Fix For: 4.1 Alpha2
>
>         Attachments: HTTPCLIENT-911.patch
>
>
> When calling on HttpClient.execute with a url that contain underscore ('_'), 
> you get NullPointerException.
> Tracing it down show that java.net.Uri complains that it is illegal name. 
> Which is true according to the RFC.
> But it seems that most browser allow it, and some companies support it.
> I think HttpClient should either support underscores, or atleast provide a 
> better exception.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to