Hi,
I'm experimenting with the tomcat-4 sources. I have a little problem
restarting a servlet. I'm stopping and restarting a context. But on
restart I get a NamingException: "Context is read-only". An
investigation shows, that the securityToken in the
ContextAccessController is still set to the o
Hi,
today I experimented with the Catalina Embedded.class. I first try to
start it with "catalina.sh embedded" failed, so I tried to get it run.
After these changes it started. Maybe these are of interest...
The change in the catalina.sh adds the jar files in server/lib and
common/lib to the emb
Hi,
> and guess what I could not find any reference for an "MS-Author-Via: DAV"
> HTTP header field being required by a WebDAV implementation.
I think it is just an MS extension. So it's not required. But it also should
not cause any harm if you add it.
> Could you please provide a reference to
Hi,
today I looked through the webdav servlet. Now I have two questions: On
an OPTIONS request the header is not containing the "MS-Author-Via: DAV"
line. So the MS webdav tools will try the frontpage extensions first. If
this header line would be added to (unneeded) requests would be omitted.
S