Mantis - Resin
Viewing Issue Advanced Details
4884 minor always 11-29-11 12:08 12-08-11 14:39
domdorn  
ferg  
normal  
closed 4.0.25  
fixed  
none    
none 4.0.25  
0004884: resin should issue a redirect if a context is accessed without a trailing slash
so if you deploy an app to /context and you access it, it should look like this

1. browser access app at http://server/context [^]
2. server sees context isn't followed by a / and redirects to
http://server/context/ [^]
3. browser access app at http://server/context/ [^]
4. server serves the welcome-file
deploy an app to /context

access the app at /context, resin should redirect to /context/


Notes
(0005659)
ferg   
12-08-11 14:39   
server/1u3l