"[EMAIL PROTECTED]" wrote : 
  | since redirect makes a round trip to the browser and comes back as a brand 
new request.
  | 

Yep.
 - 
http://java.sun.com/products/servlet/2.2/javadoc/javax/servlet/http/HttpServletResponse.html#sendRedirect(java.lang.String)

Any ideas on how to redirect from one web app to another, holding the old 
request?
Hack it with session attributes?
Or will simple RequestDispatcher do? 
(http://java.sun.com/products/servlet/2.2/javadoc/javax/servlet/RequestDispatcher.html)

What is the scope of RequestDispatcher? To which resources can he get access to?

If I somehow mark inside my portlet that I would like to eventually forward my 
request and response to portals /auth context. And then when request is back in 
the portal scope use RequestDispatcher rd = 
request.getRequestDispatcher("/auth"), will this work?

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3907423#3907423

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3907423


-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc.  Get Certified Today
Register for a JBoss Training Course.  Free Certification Exam
for All Training Attendees Through End of 2005. For more info visit:
http://ads.osdn.com/?ad_id=7628&alloc_id=16845&op=click
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to