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/%[email protected]%3e
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.