[ https://issues.apache.org/jira/browse/HTTPCLIENT-788?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12616132#action_12616132 ]
Ortwin Glück commented on HTTPCLIENT-788: ----------------------------------------- Good point, Oleg. It may turn out to be important to have the IDN support for Cookies rather sooner than later. If it's a road block to release HttpCore before HttpClient, I would rather move the IDN code to HttpClient level. Because cookies are its only user at the moment. It may be useful for connection management as well (think of connection managers that keep a pool per hostname/port): when the initial request uses a Unicode-URL and a subsequent redirect uses a Punycode-URL an existing connection may not be reused because of a mismatch of the hostname. Which package should the IDN code go into? > Public Suffix List > ------------------ > > Key: HTTPCLIENT-788 > URL: https://issues.apache.org/jira/browse/HTTPCLIENT-788 > Project: HttpComponents HttpClient > Issue Type: New Feature > Components: HttpCookie > Reporter: Ortwin Glück > Priority: Minor > Attachments: patch.txt > > > Hi, > I just found this useful list: http://publicsuffix.org/ > and thought it would be nice to validate cookie domains against it, basically > serving as a black list of domain for which never to set any cookies. What do > you think about the attached patch? The download/parsing of the list is of > course not part of the implementation. > Ortwin -- 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]