You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "John Casey (JIRA)" <ji...@codehaus.org> on 2009/06/09 18:14:42 UTC

[jira] Closed: (MNG-4165) http session cookies rejected with non-lightweight http wagon (maybe with lightweight one too)

     [ http://jira.codehaus.org/browse/MNG-4165?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

John Casey closed MNG-4165.
---------------------------

      Assignee: John Casey
    Resolution: Fixed

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.

> http session cookies rejected with non-lightweight http wagon (maybe with lightweight one too)
> ----------------------------------------------------------------------------------------------
>
>                 Key: MNG-4165
>                 URL: http://jira.codehaus.org/browse/MNG-4165
>             Project: Maven 2
>          Issue Type: Bug
>          Components: Artifacts and Repositories
>    Affects Versions: 2.2.0
>            Reporter: John Casey
>            Assignee: John Casey
>             Fix For: 2.2.0
>
>
> Reported by Dominic Mitchell on users@maven.apache.org (http://www.nabble.com/Re%3A--PLEASE-TEST--Maven-2.2.0-RC2-p23406267.html)
> {noformat}
> [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" 
> {noformat}

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira