PiRSquared17 / cing

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

icing short url fails because of proxying #241

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Retrieving
https://nmr.cmbi.ru.nl/icing or
http://nmr.cmbi.ru.nl/icing
fails because of: 

# For the gwt tomcat server NOTE HOW IMPORTANT THESE STUPID SLASHES ARE
ProxyPass         /icing/serv/iCingServlet 
http://localhost:8080/icing/icing/serv/iCingServlet
ProxyPassReverse  /icing/serv/iCingServlet 
http://localhost:8080/icing/icing/serv/iCingServlet
ProxyPass         /icing http://localhost:8080/icing/
ProxyPassReverse  /icing http://localhost:8080/icing/

The full urls or even the above with trailing slash work:
https://nmr.cmbi.ru.nl/icing/

I need some more help from Wilmar on this.

Original issue reported on code.google.com by jurge...@gmail.com on 30 Apr 2010 at 8:55

GoogleCodeExporter commented 9 years ago
Janet and others are noting it too.

Original comment by jurge...@gmail.com on 11 May 2010 at 2:01

GoogleCodeExporter commented 9 years ago
Work around is to use a trailing slash.
Wilmar is recommending to use a new server location all togeher like 
icing.cmbi.ru.nl but that's is even more 
work.
I will update all sites to use the trailing slash.

Original comment by jurge...@gmail.com on 11 May 2010 at 2:31

GoogleCodeExporter commented 9 years ago
Wilmar now mentions it might still be possible to do with RewriteRules but 
first quick attempt failed.

Original comment by jurge...@gmail.com on 11 May 2010 at 2:44

GoogleCodeExporter commented 9 years ago
Changing the 'official' url of iCing to:
https://nmr.cmbi.ru.nl/icing/iCing.html

Original comment by jurge...@gmail.com on 12 May 2010 at 8:41

GoogleCodeExporter commented 9 years ago

Original comment by jurge...@gmail.com on 4 Jun 2010 at 8:08