Mantis - Resin
Viewing Issue Advanced Details
6008 minor always 05-26-16 19:05 11-14-16 16:19
alex  
ferg  
normal  
closed 4.0.47  
fixed  
none    
none 4.0.50  
0006008: resin:Forward at host level does not forward if @regexp matching context exists
see server/1knh

Notes
(0006717)
nam   
08-24-16 18:28   
Steps to reproduce:

  <resin:Forward regexp="^/a/" target="/b/"/>

1. webapps/a/hello.html
2. webapps/b/hello.html

404 if accessing localhost:8080/a/hello.html
  - /mainsite/luke2/mainsite/hello.html was not found on this server.

200 if accessing localhost:8080/b/hello.html