Mantis - Resin
Viewing Issue Advanced Details
4189 minor always 08-25-10 09:26 09-07-10 17:28
emil  
ferg  
normal  
closed 4.0.10  
fixed  
none    
none 4.0.11  
0004189: welcome-file-list is processed before rewrite rules
A rewrite rule such as

  <resin:Redirect regexp="^/$" target="/foo.html"/>

won't redirect requests to "/" if there is a welcome file (e.g. index.jsp). However

  <resin:Redirect regexp="^/index.jsp$" target="/foo.html"/>

Will redirect "/" to /foo.html

Notes
(0004737)
ferg   
09-07-10 17:28   
server/1u20