GitHub user stevegy opened a pull request:
https://github.com/apache/nutch/pull/134
fix the cookie policy issue in post form authentication
Fix the [NUTCH-2280](https://issues.apache.org/jira/browse/NUTCH-2280).
When a HTTP post receives session cookie from server, it might hit an issue
when the server has a domain name set as ".domain.com". The "." at beginning
will cause HttpClient reject this cookie.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/stevegy/nutch NUTCH-2280
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/nutch/pull/134.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #134
----
commit 993e997e2d5795c0623cdf5614d02c7a8ce405d5
Author: Steve Yao <[email protected]>
Date: 2016-07-12T11:41:10Z
fix the cookie policy issue when the form authentication receives session
cookie in a non-standard format - NUTCH-2280
----
---
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 is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---