Re: Struts 2 Weblogic and NTLM

2008-03-13 Thread dgv123
Ok i found out what was going wrong. I used the sun package to encode "new sun.misc.BASE64Encoder().encodeBuffer(msg1)" I replaced it with a class I got from http://iharder.net/base64 and it works fine now. I did not know sun.* apis are not supposed to be used dgv123 wrote:

Re: Problem with submitting while using NTLM authentication

2008-03-13 Thread dgv123
Check if works. I had the same issue with this on a UNIX environment(struts 2). When i replaced the tag with the regular tag...it worked fine Tarun Reddy wrote: > > Hi all, > I'm using NTLM authentication to let the user in. After the user gets into > the application, he'll be shown a jsp p

Struts 2 Weblogic and NTLM

2008-03-13 Thread dgv123
I am attaching a WAR file which uses code to obtain the user id via NTLM. This code works fine on Tomcat and Weblogic 9.2 on unix (if i do not use in the Home.jsp - I do not know why that breaks http://www.nabble.com/file/p16032835/NTLM1.war NTLM1.war ) This WAR does not work on Weblogic 9.2 Win