Did you find a resolution to this? I'm running into the same issue on 1.0.2 RELEASE.
Type: Posts; User: zackangelo; Keyword(s):
Did you find a resolution to this? I'm running into the same issue on 1.0.2 RELEASE.
I have a servlet that calls into a Spring MVC controller using RequestDispatcher.include():
String groupUpdateUrl = "app/Groups/"+groupIdToProcess+"/Update";
log.debug("Obtaining request...