java - POST parameters mysteriously eaten after using spring security & an ntlm filter -
i have custom filter carries out spring security authentication checking in database, , checks ntlm provider.
the problem this:
enter url http://myapp.com/app/somestuff/stuff
get redirected http://myapp.com/login.jsp
enter correct login details , authenticate.
all forms on both http://myapp.com/app/somestuff/stuff , http://myapp.com/app/somestuff/ don't work... post variables don't make server!!!
i checked post variables don't make server putting filter prints them out @ top of web.xml. they're null.
this problem has capability of disabling login page. please help, i'm tearing hair out on this!!!
Comments
Post a Comment