I had a problem with request.sendRedirect where orion
would continue processing the jsp or servlet below the
sendRedirect.  It's like it ignored the redirect
intirely.  I had to put a return; statement imediately
following the sendRedirect statement.  Maybe this is
related.

--- Kit Cragin <[EMAIL PROTECTED]> wrote:
> Is there something that changed between 1.5.1 and
> 1.4.7 that broke my
> forward() requests?
> 
> I have a servlet mapped to /start and protected by a
> role, "user", in
> web.xml. The servlet obtains a RequestDispatcher to
> "/roles/user/index.jsp".
> This JSP has an <iframe> that loads
> "/roles/user/content.html".
> 
> Under 1.4.7 when I do http://localhost/webapp/start
> I got a login prompt as
> expected and everything shows up correctly. Under
> 1.5.1, the same URL causes
> 3 login prompts. On the last one, I get a 401
> unauthorized on content.html.
> Anyone know why this could be occuring?
> 
> Thanks,
> 
> Kit Cragin
> VP of Product Development
> Mongoose Technology, Inc.
> www.mongoosetech.com
> 
> 


__________________________________________________
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail - only $35 
a year!  http://personal.mail.yahoo.com/

Reply via email to