Re: encodeRedirectURL URL rewrite not working

2009-01-21 Thread Greg Burrow
codebase in the jsp:plugin code. Thanks, Greg On Wed, Jan 21, 2009 at 10:37 AM, Konstantin Kolinko wrote: > 2009/1/21 Greg Burrow : >> >> My expectation was that the same session would be used by App2 after >> the redirect. The javadoc for HttpServletResponse. encodeRedirectURL &

Re: encodeRedirectURL URL rewrite not working

2009-01-21 Thread Greg Burrow
session id. Thanks, Greg On Wed, Jan 21, 2009 at 7:55 AM, Konstantin Kolinko wrote: > > 2009/1/20 Greg Burrow : > > Hello, > > I have two web applications in different context, one servlet will forward > > the request to a servlet in the other application using encodeRedi

Re: encodeRedirectURL URL rewrite not working

2009-01-21 Thread Greg Burrow
rvlet"); > rd.forward(request, response); > > Flavio > > "Greg Burrow" gravou em 20/01/2009 18:44:18: > > > Hello, > > I have two web applications in different context, one servlet will > forward > > the request to a servlet in the other application u

encodeRedirectURL URL rewrite not working

2009-01-20 Thread Greg Burrow
Hello, I have two web applications in different context, one servlet will forward the request to a servlet in the other application using encodeRedirectURL and sendRedirect. The receiving servlet creates a new session and session attributes are lost. Running Tomcat 5.5.17. Here is the flow: GET