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:

  1. enter url http://myapp.com/app/somestuff/stuff

  2. get redirected http://myapp.com/login.jsp

  3. enter correct login details , authenticate.

  4. 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

Popular posts from this blog

ruby - When to use an ORM (Sequel, Datamapper, AR, etc.) vs. pure SQL for querying -

php - PHPDoc: @return void necessary? -

c++ - Convert big endian to little endian when reading from a binary file -