[
https://issues.apache.org/jira/browse/ANY23-230?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
stephane corlosquet updated ANY23-230:
--------------------------------------
Description:
I just noticed that any23.org redirects to a URL where the "http://" only
includes one single slash.
{code}
$ curl -I http://any23.org/rdfxml/http://data.gov
HTTP/1.1 302 Found
Date: Thu, 31 Jul 2014 14:20:55 GMT
Location: http://any23.org/any23/rdfxml/http:/data.gov
{code}
Is that expected? Isn't that causing any issue down the road? How does the
system know that the URI should have two slashes when going to
http://any23.org/any23/rdfxml/http:/data.gov?
was:
I just noticed that any23.org/ttl redirects to a URL where the "http://" only
includes one single slash.
{code}
$ curl -I http://any23.org/rdfxml/http://data.gov
HTTP/1.1 302 Found
Date: Thu, 31 Jul 2014 14:20:55 GMT
Location: http://any23.org/any23/rdfxml/http:/data.gov
{code}
Is that expected? Isn't that causing any issue down the road? How does the
system know that the URI should have two slashes when going to
http://any23.org/any23/rdfxml/http:/data.gov?
> any23.org redirects to single slash URI
> ---------------------------------------
>
> Key: ANY23-230
> URL: https://issues.apache.org/jira/browse/ANY23-230
> Project: Apache Any23
> Issue Type: Bug
> Reporter: stephane corlosquet
>
> I just noticed that any23.org redirects to a URL where the "http://" only
> includes one single slash.
> {code}
> $ curl -I http://any23.org/rdfxml/http://data.gov
> HTTP/1.1 302 Found
> Date: Thu, 31 Jul 2014 14:20:55 GMT
> Location: http://any23.org/any23/rdfxml/http:/data.gov
> {code}
> Is that expected? Isn't that causing any issue down the road? How does the
> system know that the URI should have two slashes when going to
> http://any23.org/any23/rdfxml/http:/data.gov?
--
This message was sent by Atlassian JIRA
(v6.2#6252)