Re: Struts 2 Weblogic and NTLM

2010-01-29 Thread Sunil Netra
There must be extra white space. Try trim: response.setHeader("WWW-Authenticate", "NTLM " + new sun.misc.BASE64Encoder().encodeBuffer(msg1).trim()); -- View this message in context: http://old.nabble.com/Struts-2-Weblogic-and-NTLM-tp16032835p27369873.html Sent from the S

Re: Struts 2 Weblogic and NTLM

2008-03-13 Thread dgv123
length); > System.out.println("**USER "+s + ""); > } > > } > public void setServletResponse(HttpServletResponse arg0) { > this.response = arg0; > > } > > > > public HttpServletResponse getServletResponse() { > return response; > } > > } > > > > ** > Any help would be greatly appreciated. > -- View this message in context: http://www.nabble.com/Struts-2-Weblogic-and-NTLM-tp16032835p16037640.html Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Struts 2 Weblogic and NTLM

2008-03-13 Thread dgv123
} } public void setServletResponse(HttpServletResponse arg0) { this.response = arg0; } public HttpServletResponse getServletResponse() { return response; } } *