Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.2.0
-
Fix Version/s: 2.2.0
-
Component/s: Artifacts and Repositories
-
Labels:None
-
Complexity:Intermediate
-
Number of attachments :
Description
Reported by Dominic Mitchell on users@maven.apache.org (http://www.nabble.com/Re%3A--PLEASE-TEST--Maven-2.2.0-RC2-p23406267.html)
[INFO] Generating "Dependencies" report. Downloading: http://localhost:8081/nexus/content/groups/public/com/ibm/icu/icu4j/3.4.4/icu4j-3.4.4.jar Downloading: http://localhost:8081/nexus/content/groups/public/commons-lang/commons-lang/2.1/commons-lang-2.1.jar May 6, 2009 1:58:26 PM hidden.org.apache.commons.httpclient.HttpMethodBase processCookieHeaders WARNING: Cookie rejected: "$Version=0; JSESSIONID=E545E65FB5E46552ED8473D17DF1DC80; $Path=/servlets". Illegal path attribute "/servlets". Path of origin: "/nonav/repository//com.google.collections/jars/google-collections-0.9.jar" May 6, 2009 1:58:30 PM hidden.org.apache.commons.httpclient.HttpMethodBase processCookieHeaders WARNING: Cookie rejected: "$Version=0; JSESSIONID=C39976B35FDA6AAE7A4C267A7DFF61D3; $Path=/servlets". Illegal path attribute "/servlets". Path of origin: "/nonav/repository//com.ibm.icu/jars/icu4j-3.4.4.jar"
This is just a noise issue, at least where Nexus is concerned. It should not affect the ability to resolve or deploy artifacts in any way.
I've committed an improvement to the non-lightweight http wagon in wagon trunk (post 1.0-beta-5 versions), which provides fine-grained configurability in the settings.xml to allow users to tell httpclient to ignore cookies. In this case, since the cookie has the wrong path, and isn't needed anyway, users could safely ignore it. See the linked issue for more details.