You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by "Gintas Grigelionis (JIRA)" <ji...@apache.org> on 2017/08/31 20:16:00 UTC

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

     [ https://issues.apache.org/jira/browse/IVY-1103?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gintas Grigelionis updated IVY-1103:
------------------------------------
    Description: 
An ant task with findrevision 
{code:xml}
  <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>
{code}
fails with this error
{code}
[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}
{code}
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



  was:
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




> 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 
> {code:xml}
>   <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>
> {code}
> fails with this error
> {code}
> [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}
> {code}
> 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 was sent by Atlassian JIRA
(v6.4.14#64029)