[jcifs] jcifs and NT domain users/groups enumeration

Michael B Allen mba2000 at ioplex.com
Fri Nov 21 16:05:28 EST 2003


> Oops, thunderbird tried to preserve html formatting. The snippet should
> look like this:
>
> <servlet-mapping>
>     <servlet-name>NetworkExplorer</servlet-name>
>     <url-pattern>/NetworkExplorer/*</url-pattern>
> </servlet-mapping>
<snip>
>> On the separate note, in the Network Explorer servlet example
>> (http://jcifs.samba.org/src/docs/ntlmhttpauth.html), shouldn't servlet
>> mapping be something like that (note '/*' at the end of url-pattern):

Yes. According to section 10 of the Servlet 2.2 specification this will
only match URLs that match exactly. Standard NetworkExplorer URLs with
/NetworkExplorer/server/share/path... will map to the default servlet for
'/'. I have changed this in the yet-be-released 0.8.

Thanks,
Mike

-- 
A program should be written to  model the concepts of the task it
performs rather than the physical world or a process because this
maximizes the  potential for it  to be applied  to tasks that are
conceptually similar and, more  important, to tasks that have not
yet been conceived.



More information about the jcifs mailing list