You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by "Rob Fletcher (Created) (JIRA)" <ji...@apache.org> on 2012/01/04 13:07:38 UTC

[jira] [Created] (IVY-1328) Ivy cannot resolve artefacts from repositories that return HTTP 204 in response to an HTTP HEAD request

Ivy cannot resolve artefacts from repositories that return HTTP 204 in response to an HTTP HEAD request
-------------------------------------------------------------------------------------------------------

                 Key: IVY-1328
                 URL: https://issues.apache.org/jira/browse/IVY-1328
             Project: Ivy
          Issue Type: Bug
          Components: Core
    Affects Versions: 2.2.0
            Reporter: Rob Fletcher


Some Maven repo servers will respond with an HTTP 204 (no content) when a HEAD request is made for a resource. For example: {{curl -I http://teleal.org/m2/org/teleal/cling/cling-core/1.0.5/cling-core-1.0.5.pom}} will respond with a 204. Ivy's BasicURLHandler class will treat this as a failed lookup.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (IVY-1328) Ivy cannot resolve artefacts from repositories that return HTTP 204 in response to an HTTP HEAD request

Posted by "Rob Fletcher (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/IVY-1328?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rob Fletcher updated IVY-1328:
------------------------------

    Description: 
Some Maven repo servers will respond with an HTTP 204 (no content) when a HEAD request is made for a resource. For example:
{code}
curl -I http://teleal.org/m2/org/teleal/cling/cling-core/1.0.5/cling-core-1.0.5.pom
{code}
will respond with a 204. Ivy's BasicURLHandler class will treat this as a failed lookup.

  was:Some Maven repo servers will respond with an HTTP 204 (no content) when a HEAD request is made for a resource. For example: {{curl -I http://teleal.org/m2/org/teleal/cling/cling-core/1.0.5/cling-core-1.0.5.pom}} will respond with a 204. Ivy's BasicURLHandler class will treat this as a failed lookup.

    
> Ivy cannot resolve artefacts from repositories that return HTTP 204 in response to an HTTP HEAD request
> -------------------------------------------------------------------------------------------------------
>
>                 Key: IVY-1328
>                 URL: https://issues.apache.org/jira/browse/IVY-1328
>             Project: Ivy
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 2.2.0
>            Reporter: Rob Fletcher
>
> Some Maven repo servers will respond with an HTTP 204 (no content) when a HEAD request is made for a resource. For example:
> {code}
> curl -I http://teleal.org/m2/org/teleal/cling/cling-core/1.0.5/cling-core-1.0.5.pom
> {code}
> will respond with a 204. Ivy's BasicURLHandler class will treat this as a failed lookup.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (IVY-1328) Ivy cannot resolve artefacts from repositories that return HTTP 204 in response to an HTTP HEAD request

Posted by "Maarten Coene (Resolved) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/IVY-1328?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Maarten Coene resolved IVY-1328.
--------------------------------

       Resolution: Fixed
    Fix Version/s: trunk
         Assignee: Maarten Coene

I've committed a fix in SVN trunk for this problem.
Could you give it a try and post your feedback here?

Thanks!
Maarten
                
> Ivy cannot resolve artefacts from repositories that return HTTP 204 in response to an HTTP HEAD request
> -------------------------------------------------------------------------------------------------------
>
>                 Key: IVY-1328
>                 URL: https://issues.apache.org/jira/browse/IVY-1328
>             Project: Ivy
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 2.2.0
>            Reporter: Rob Fletcher
>            Assignee: Maarten Coene
>             Fix For: trunk
>
>
> Some Maven repo servers will respond with an HTTP 204 (no content) when a HEAD request is made for a resource. For example:
> {code}
> curl -I http://teleal.org/m2/org/teleal/cling/cling-core/1.0.5/cling-core-1.0.5.pom
> {code}
> will respond with a 204. Ivy's BasicURLHandler class will treat this as a failed lookup.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira