Letractively / jcatapult

Automatically exported from code.google.com/p/jcatapult
0 stars 0 forks source link

Webapps not in the root context don't work #113

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Any webapp that isn't in the root context doesn't work at all. The 
getRequestURI() method returns 
the entire URI including the context path and it needs to be decoded. This 
should be a Toolkit in 
core and then used everywhere. Somethings that will probably need updating:

  - Form tag
  - Redirect result
  - Link tags
  - MVC action mapper
  - Security authorizer
  - Security saved request
  - Other security stufff

Original issue reported on code.google.com by bpontare...@gmail.com on 14 Oct 2009 at 5:08

GoogleCodeExporter commented 8 years ago
I fixed this in core, MVC, and security. Not sure if there are other locations, 
but I think I've finished out most of 
this.

Original comment by bpontare...@gmail.com on 15 Oct 2009 at 1:34