jimregan / mlode

Automatically exported from code.google.com/p/mlode
0 stars 0 forks source link

Ontos URIs produce too many redirects and http staus code 302 instead of 303 #19

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
curl -IL -H "Accept: application/rdf+xml" 
"http://www.ontosearch.com/2008/01/identification%23EID-3b79064eeb9930abe4da398c
afc870ef"  

What is the expected output? What do you see instead?
We expect 303 redirects, not 302. Also the number of redirects is very high. 

See the output below:
HTTP/1.1 302 Moved Temporarily
Date: Fri, 20 Jul 2012 15:51:55 GMT
Server: Apache-Coyote/1.1
Location: 
http://www.ontosearch.com/2008/01/identification/EID-3b79064eeb9930abe4da398cafc
870ef
Connection: close
Content-Type: text/plain; charset=UTF-8

HTTP/1.1 302 Moved Temporarily
Date: Fri, 20 Jul 2012 15:51:55 GMT
Server: Apache-Coyote/1.1
Location: 
http://www.ontosearch.com/2008/01/rdf%23EID-3b79064eeb9930abe4da398cafc870ef
Connection: close
Content-Type: text/plain; charset=UTF-8

HTTP/1.1 302 Moved Temporarily
Date: Fri, 20 Jul 2012 15:51:55 GMT
Server: Apache-Coyote/1.1
Location: 
http://www.ontosearch.com/2008/01/rdf/EID-3b79064eeb9930abe4da398cafc870ef
Connection: close
Content-Type: text/plain; charset=UTF-8

HTTP/1.1 200 OK
Date: Fri, 20 Jul 2012 15:52:05 GMT
Server: Apache-Coyote/1.1
Content-Type: application/rdf+xml;charset=UTF-8
Content-Length: 106496
Connection: close

Original issue reported on code.google.com by kur...@googlemail.com on 20 Jul 2012 at 4:07

GoogleCodeExporter commented 9 years ago

Original comment by kur...@googlemail.com on 20 Jul 2012 at 4:09

GoogleCodeExporter commented 9 years ago

Original comment by kur...@googlemail.com on 23 Jul 2012 at 12:52

GoogleCodeExporter commented 9 years ago
What is the current status of this issue?

Original comment by mohamedd...@gmail.com on 29 Aug 2012 at 3:21

GoogleCodeExporter commented 9 years ago
Once again:
What is the current status of this issue? please update the status.

Original comment by mohamedd...@gmail.com on 18 Sep 2012 at 1:54

GoogleCodeExporter commented 9 years ago
Fixed.

Original comment by christia...@ontos.com on 15 Mar 2013 at 10:16