|
Re: Struts forwards and jCIFS NTLM: msg#00052network.samba.java
On Fri, 18 Nov 2005 12:09:13 -0800 Justin Mahoney <JMahoney@xxxxxxxxxx> wrote: > Attached is a ZIP (rename firewall-defeating .pdf extension to .zip) file > containing a "fix" (there's probably a better way to accomplish it). > > In brief, I simply surrounded the SmbSession.logon(dc, ntlm); call in > NtlmHttpFilter.java with the following: > > ======================================================= > final String AUTHED = "NtlmHttpAuthenticated"; > String authed = (String) req.getAttribute(AUTHED); > > if (authed == null || authed.trim().equals("")) { > SmbSession.logon(dc, ntlm); > } > > req.setAttribute(AUTHED, AUTHED); > ======================================================= > > Will a fix for this issue make it into 1.2.7? Sorry, no. Unfortunately I don't have a suitable environment with which to test this. I'll put it on The List for future reference though. Mike |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: LARGE_READX / LARGE_WRITEX support: 00052, Michael B Allen |
|---|---|
| Next by Date: | jcifs-1.2.7 released / Transport Error, Filter Changes, Integer Overflow, User Contributed Patches, and More: 00052, Michael B Allen |
| Previous by Thread: | RE: Struts forwards and jCIFS NTLMi: 00052, Justin Mahoney |
| Next by Thread: | null successfully logged in: 00052, Antonio Bastardo |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |