[jcifs] Problems with NtlmServlet

Allen, Michael B (RSCH) Michael_B_Allen at ml.com
Tue Aug 5 08:22:06 EST 2003



> -----Original Message-----
> From:	Tino Schöllhorn [SMTP:t.schoellhorn at gmx.de]
> 
> 	public void doGet(HttpServletRequest req, HttpServletResponse res) throws
> IOException, ServletException {
> 		System.out.println("->doGet");
> 		
> 		super.service(req, res);
> 
	If you call super.service that will force NTLM auth again. I
	don't think you want that here (at all).

	Mike




More information about the jcifs mailing list