I have a websphere 6.1 configuration and the application is running, but some requests go to j_security_check but the last one is the filter J_security_check) will generate 404 errors. For example:
(1) Posts for the user: and it works on Filter1, but later request for Filter2 get a 404 error
(1a) Note that the following filters are associated with j_security_check:
& lt; Filter-mapping & gt; & Lt; Filter-name & gt; Filter1 & lt; / Filter-name & gt; & Lt; URL pattern & gt; / J_security_check & lt; / URL pattern & gt; & Lt; / Filter-mapping & gt; & Lt; Filter-mapping & gt; & Lt; Filter-name & gt; Filter2 & lt; / Filter-name & gt; & Lt; URL pattern & gt; / J_security_check & lt; / URL pattern & gt; & Lt; / Filter-mapping & gt;
(2) The code reaches the filter code:
series.Doofilter (rick, ridge);
WASReqURL contains the following cookie value, J_security_check is required by:
Ideally, the client should end on ''
, but I'm j_security_check There is a 404 error at the request of the following:
Besides, here is the relevant snippet in the web.xml file.
& lt; Login-config & gt; & Lt; Auth-Method & gt; Form & lt; / Auth-method & gt; & Lt; Form login-config & gt; & Lt; Form login page & gt; / Go & lt; / Farm Login Page & gt; & Lt; Form error page & gt; / Go & lt; / Form error page & gt; & Lt; / Form login-config & gt; & Lt; / Login-config & gt;
The question is, what does 'J_security_check' control from the website perspective?
Description: RAD7 Websphere Server 6.1, Local box
Application server > Server 1> Web Container> Custom Property and make sure that the com .ibm.ws.webcontainer.invokefilterscompatibility
variable is set to True This variable is for the application j_security_check < / Code> acts as a switch.
Comments
Post a Comment