[GitHub] httpclient pull request: Ignore unsupported cookie policies

2014-09-08 Thread ok2c
Github user ok2c commented on the pull request: https://github.com/apache/httpclient/pull/18#issuecomment-54787062 Patch committed to SVN trunk. Please review and close the PR if everything is all right. --- If your project is set up for it, you can reply to this email and have your

[GitHub] httpclient pull request: Ignore unsupported cookie policies

2014-09-08 Thread hirthwork
Github user hirthwork closed the pull request at: https://github.com/apache/httpclient/pull/18 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[GitHub] httpclient pull request: Ignore unsupported cookie policies

2014-09-08 Thread hirthwork
Github user hirthwork commented on the pull request: https://github.com/apache/httpclient/pull/18#issuecomment-54793571 According to my tests HttpAsyncClient is compatible with the trunk version of HttpClient now --- If your project is set up for it, you can reply to this email and

[GitHub] httpclient pull request: Ignore unsupported cookie policies

2014-09-07 Thread hirthwork
GitHub user hirthwork opened a pull request: https://github.com/apache/httpclient/pull/18 Ignore unsupported cookie policies Do not throw HttpException on uknown policies. This will provide additional backward compatibility for HttpAsyncClient. For more infomation see