On 2024/05/23 08:00:24 Mark Thomas wrote:
> On 22/05/2024 21:47, Michael Osipov wrote:
> > On 2024/05/22 17:21:07 Mark Thomas wrote:
> >> All,
> >>
> >> I've been looking at the WebDav Servlet for the last few days and in
> >> particular how it interacts with Microsoft clients.
> > 
> > Which clients are we talking about? Windows Explorer?
> 
> Yes. The client that gets used when you map a network drive using a 
> WebDAV endpoint.
> 
> > I know that DAV Redirector/Explorer are quite picky about TLS and 
> > authentication.
> 
> Thanks. That is useful to know. I'd read that BASIC auth was disabled by 
> default and required a registry tweak to use. I hadn't see anything 
> about TLS. I'll keep that in mind.

The only realiably way which works here for both mod_dav and Tomcat 'simpl is 
via TLS and SPNEGO authentication. The whole thing is designed to work in an 
enterprise environment, rather not at home.

M

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to