You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@any23.apache.org by "Lewis John McGibbney (JIRA)" <ji...@apache.org> on 2014/05/17 20:11:15 UTC

[jira] [Updated] (ANY23-55) any23 is not following the redirection

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

Lewis John McGibbney updated ANY23-55:
--------------------------------------

    Component/s: core

> any23 is not following the redirection
> --------------------------------------
>
>                 Key: ANY23-55
>                 URL: https://issues.apache.org/jira/browse/ANY23-55
>             Project: Apache Any23
>          Issue Type: Bug
>          Components: core
>    Affects Versions: 0.7.0
>         Environment: version 0.6.2-SNAPSHOT deployed currently at any23.org
>            Reporter: Szymon Danielczyk
>             Fix For: 1.1
>
>         Attachments: returned_document.txt, stylesheet.txt
>
>
> here is a redirection pattern 
> curl -I http://purl.obolibrary.org/obo/IAO_0000030  
> HTTP/1.1 302 Moved Temporarily
> Date: Fri, 30 Mar 2012 00:27:44 GMT
> Server: 1060 NetKernel v3.3 - Powered by Jetty
> Location: http://www.berkeleybop.org/ontologies/IAO_0000030
> Content-Type: text/html; charset=iso-8859-1
> X-Purl: 2.0; http://localhost:8080
> Expires: Thu, 01 Jan 1970 00:00:00 GMT
> Content-Length: 282
> -> 302   Location=http://www.berkeleybop.org/ontologies/IAO_0000030
> =====================================================
> curl -I http://www.berkeleybop.org/ontologies/IAO_0000030
> HTTP/1.1 303 See Other
> Date: Fri, 30 Mar 2012 00:28:45 GMT
> Server: Apache/2.2.17 (Ubuntu)
> Location: http://purl.obolibrary.org/obo/IAO/about/IAO_0000030
> Vary: Accept-Encoding
> Content-Type: text/html; charset=iso-8859-1
> -> 303 Location=http://purl.obolibrary.org/obo/IAO/about/IAO_0000030
> =====================================================
> curl -I http://purl.obolibrary.org/obo/IAO/about/IAO_0000030 
> HTTP/1.1 302 Moved Temporarily
> Date: Fri, 30 Mar 2012 00:31:38 GMT
> Server: 1060 NetKernel v3.3 - Powered by Jetty
> Location: http://www.ontobee.org/browser/rdf.php?o=IAO&iri=http://purl.obolibrary.org/obo/IAO_0000030
> Content-Type: text/html; charset=iso-8859-1
> X-Purl: 2.0; http://localhost:8080
> Expires: Thu, 01 Jan 1970 00:00:00 GMT
> Content-Length: 324
> -> 302  Location=http://www.ontobee.org/browser/rdf.php?o=IAO&iri=http://purl.obolibrary.org/obo/IAO_0000030
> =====================================================
> curl -I http://www.ontobee.org/browser/rdf.php?o=IAO&iri=http://purl.obolibrary.org/obo/IAO_0000030 
> 200 this is the final correct page
> Any23 reports no matching extractor found 
> for http://purl.obolibrary.org/obo/IAO_0000030 
> - probably it can not follow a redirection on some stage 



--
This message was sent by Atlassian JIRA
(v6.2#6252)