Mantis - Resin
Viewing Issue Advanced Details
1514 minor always 12-18-06 09:33 01-01-07 12:02
sam  
ferg  
urgent  
closed  
fixed  
none    
none 3.1.0  
0001514: filters before rewrite-dispatch
(rep by J Wetzler)

We want a filter to run before rewrite-dispatch so we
can make a request wrapper that answers request.isSecure() and
request.getScheme() so that we can make rewrite rules that match on
https requests.

Our requests always come in to Resin in the clear because of the SSL
accelerators. But we can find out if the original request was secure or
not by looking at special headers that get injected into the request.

Notes
(0001678)
ferg   
01-01-07 12:02   
server/13sq