If I add the following two lines to do NTLM Authorization:
response.setStatus(response.SC_UNAUTHORIZED);
response.setHeader(" "NTLM"
;
Then form data past in form using POST is gone!
GETs still work, but the POSTs fail.
So how do undo the response from above? I only need to do it when they first get the site. Can I turn it off?
Using Java 4.0.3 and 4.1.2 (tested with both)
Tomcat 4.1.12 and 4.1.24 (testing with more)_
Stuck! Help!
tim
response.setStatus(response.SC_UNAUTHORIZED);
response.setHeader(" "NTLM"
Then form data past in form using POST is gone!
GETs still work, but the POSTs fail.
So how do undo the response from above? I only need to do it when they first get the site. Can I turn it off?
Using Java 4.0.3 and 4.1.2 (tested with both)
Tomcat 4.1.12 and 4.1.24 (testing with more)_
Stuck! Help!
tim