RE: j_security_check and RequestDispatcher forward

2011-08-15 Thread Chen Paz
forward > From: Chen Paz [mailto:chen@expand.com] > Subject: j_security_check and RequestDispatcher forward > I am using a servlet to intercept form based authentication in order > to insert attribute into the request and then to redirect the request > to j_secur

j_security_check and RequestDispatcher forward

2011-08-15 Thread Chen Paz
cher.forward( request, response); Does anyone know why the code does not work but the direct call using the browser does work? Regards, Chen Paz