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

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

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

unicode - Are email addresses allowed to contain non-alphanumeric characters? -