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

Ortwin Glück commented on HTTPCLIENT-788:
-----------------------------------------

Still needs a little more work to be useful with the list:
- support for rules like "*.tr" which means: deny cookies for ANY second level 
domain of tr
- support for exceptions to the above like "!parliament.uk" which means to 
accept cookies for this exact domain

I'll also try to come up with a parser for the list that directly configures 
the PublicSuffixFilter.


> 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]

Reply via email to