You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by "ephrim stanley (JIRA)" <ji...@apache.org> on 2009/07/15 23:09:14 UTC

[jira] Created: (IVY-1103) ivy:findrevision fails with cookie rejected error

ivy:findrevision fails with cookie rejected error
-------------------------------------------------

                 Key: IVY-1103
                 URL: https://issues.apache.org/jira/browse/IVY-1103
             Project: Ivy
          Issue Type: Bug
    Affects Versions: 2.0
         Environment: Linux; Using ant ivy tasks to download/query artifactory repository
            Reporter: ephrim stanley
            Priority: Minor


An ant task with findrevision 

  <target name="checkVersion" depends="download-ivy, resolveDependencies">
        <ivy:findrevision organisation="com.ibm.mq" module="mq" revision="1.0+" property="msgconverter.revision"/>
        <echo message="${msgconverter.revision}" />
  </target>

fails with this error

[ivy:findrevision] WARNING: Cookie rejected: "$Version=0; JSESSIONID=nf7vm5m0ot5k; $Path=/artifactory". Illegal path attribute "/artifactory". Path of origin: "/maven/com/ibm/mq/mq/"
[ivy:findrevision] Jul 15, 2009 5:04:37 PM org.apache.commons.httpclient.HttpMethodBase processCookieHeaders
[ivy:findrevision] WARNING: Cookie rejected: "$Version=0; JSESSIONID=1d0ink3tp4p01; $Path=/artifactory". Illegal path attribute "/artifactory". Path of origin: "/maven/com/ibm/mq/mq/"
     [echo] ${msgconverter.revision}

This link suggests that it's an ivy bug ?

http://mail-archives.apache.org/mod_mbox/ant-ivy-user/200703.mbox/%3C635a05060703010140y2221b159h4cf07edf95e325a@mail.gmail.com%3E



-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (IVY-1103) ivy:findrevision fails with cookie rejected error

Posted by "Maarten Coene (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/IVY-1103?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12735965#action_12735965 ] 

Maarten Coene commented on IVY-1103:
------------------------------------

Could you post the console log when running Ant in verbose mode? (ant -v)

Maarten

> ivy:findrevision fails with cookie rejected error
> -------------------------------------------------
>
>                 Key: IVY-1103
>                 URL: https://issues.apache.org/jira/browse/IVY-1103
>             Project: Ivy
>          Issue Type: Bug
>    Affects Versions: 2.0
>         Environment: Linux; Using ant ivy tasks to download/query artifactory repository
>            Reporter: ephrim stanley
>            Priority: Minor
>
> An ant task with findrevision 
>   <target name="checkVersion" depends="download-ivy, resolveDependencies">
>         <ivy:findrevision organisation="com.ibm.mq" module="mq" revision="1.0+" property="msgconverter.revision"/>
>         <echo message="${msgconverter.revision}" />
>   </target>
> fails with this error
> [ivy:findrevision] WARNING: Cookie rejected: "$Version=0; JSESSIONID=nf7vm5m0ot5k; $Path=/artifactory". Illegal path attribute "/artifactory". Path of origin: "/maven/com/ibm/mq/mq/"
> [ivy:findrevision] Jul 15, 2009 5:04:37 PM org.apache.commons.httpclient.HttpMethodBase processCookieHeaders
> [ivy:findrevision] WARNING: Cookie rejected: "$Version=0; JSESSIONID=1d0ink3tp4p01; $Path=/artifactory". Illegal path attribute "/artifactory". Path of origin: "/maven/com/ibm/mq/mq/"
>      [echo] ${msgconverter.revision}
> This link suggests that it's an ivy bug ?
> http://mail-archives.apache.org/mod_mbox/ant-ivy-user/200703.mbox/%3C635a05060703010140y2221b159h4cf07edf95e325a@mail.gmail.com%3E

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.