[jcifs] jcifs-0.9.0 released / Documentation

eglass1 at comcast.net eglass1 at comcast.net
Fri May 28 11:38:40 GMT 2004


Mike,

Lines 147-148 in 0.9.0's NtlmHttpFilter should probably be removed:

    resp.sendRedirect( req.getRequestURL().toString() );
    return;

Sending a redirect can have funky consequences for non-GET or HEAD requests
(i.e. POST).  Letting this just fall through to reinitiate the NTLM auth
would save a roundtrip anyway (as when the client redirects, the filter will
look for and not find the NPA in the session and demand authentication).


Eric





More information about the jcifs mailing list