[jcifs] HTTP headers and status code

Michael B Allen mba2000 at ioplex.com
Thu Feb 17 23:37:04 GMT 2005


gracy at spymac.com said:
>
>
> I am using NtlmHttpFilter and I need to know:
> Content-length
> status-code
>
> How can I get this values If the response is not committed in the doFilter
> method?

I don't know what you're trying to do but know that the NTLM HTTP
Authentication protocol is a three request handshake. Otherwise after the
filter calls the next guy in the chain the ServletRequest should look like
any other. So you can use getContentLength() or whatever.

Mike


More information about the jcifs mailing list