You are viewing a plain text version of this content. The canonical link for it is here.
Posted to infrastructure-issues@apache.org by "Brian Fox (JIRA)" <ji...@apache.org> on 2010/05/24 19:58:24 UTC

[jira] Closed: (INFRA-1944) http redirects to https result in corrupt maven-metadata-apache.snapshot.repository.xml files

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

Brian Fox closed INFRA-1944.
----------------------------

    Resolution: Fixed

fixed as INFRA-2492

> http redirects to https result in corrupt maven-metadata-apache.snapshot.repository.xml files
> ---------------------------------------------------------------------------------------------
>
>                 Key: INFRA-1944
>                 URL: https://issues.apache.org/jira/browse/INFRA-1944
>             Project: Infrastructure
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: Nexus
>            Reporter: David Blevins
>            Assignee: Brian Fox
>
> Either repository.apache.org needs to get updated to support http or the maven set of tools needs to understand the HTTP 302 redirect.  Currently if you specify http vs https as your snapshot repo you get corrupt maven-metadata-apache.snapshot.repository.xml files that look like this:
> {noformmat}
> <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
> <html><head>
> <title>302 Found</title>
> </head><body>
> <h1>Found</h1>
> <p>The document has moved <a href="https://repository.apache.org/content/repositories/snapshots/org/apache/openejb/openejb-core/3.1.1-SNAPSHOT/maven-metadata.xml">here</a>.</p>
> <hr>
> <address>Apache/2.0.63 (Unix) mod_ssl/2.0.63 OpenSSL/0.9.7d DAV/2 Server at repository.apache.org Port 80</address>
> </body></html>
> {noformmat}

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