Mantis Bugtracker
  

Viewing Issue Advanced Details Jump to Notes ] View Simple ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0000087 [Resin] minor always 04-07-05 00:00 02-03-06 11:20
Reporter sam View Status public  
Assigned To ferg
Priority normal Resolution fixed Platform
Status closed   OS
Projection none   OS Version
ETA none Fixed in Version 3.0.18 Product Version
  Product Build 3.0.12
Summary 0000087: Apache variables such as REDIRECT_URL are not being passed
Description RSN-78
(rep by A Jacklin)

We have a slightly odd setup in which an Apache server serves any files
that physically on the webserver. Any other requests get directed to a
404 error page, which is server by resin. Apache sets a number of
environment variables - such as the original page called, the query
string etc. in variables such as REDIRECT_URL and REDIRECT_QUERY_STRING.

Our old install of Resin (2.1.6) used to pass there across just fine, but now
none of them are coming across. This is rather inconvenient, as we're
having to proxy large chunks of content back onto our old web server.
Steps To Reproduce
Additional Information
Attached Files

- Relationships

- Notes
(0000092)
sam
04-07-05 00:00

(rep by A Jacklin)

We used to get them with:

HttpServletRequest request = (whatever the current request is)

String alias = request.getHeader("REDIRECT_URL");
String redirectQueryString = request.getHeader("REDIRECT_QUERY_STRING");
 

- Issue History
Date Modified Username Field Change
04-07-05 00:00 sam New Issue
02-03-06 11:20 ferg Assigned To  => ferg
02-03-06 11:20 ferg Status acknowledged => closed
02-03-06 11:20 ferg Resolution open => fixed
02-03-06 11:20 ferg version 3.0.12 =>
02-03-06 11:20 ferg Fixed in Version  => 3.0.18


Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
29 total queries executed.
27 unique queries executed.
Powered by Mantis Bugtracker