The change was as a result of bug 22108. The example web app was trying to do two things: - be an 'normal' web app with an index page - be an example of a working webdav directory
Essentially, there isn't a configuration for servlet mapping that enables both of the above to work reliably across a range of clients. The example has been configured so webdav always works. The welcome file list is over-ridden by the servlet mapping so there is no point setting one. The upshot of this is that a request for / will show a directory listing rather than the index page. Mark > From: Ankur Shah [mailto:[EMAIL PROTECTED] > Remy Maucherat wrote: > > > Guenter Knauf wrote: > > > >> just found another small issue (seen on Linux and Win32) - the link > >> on the Tomcat main page to webdav now produces a directory listing > >> rather than call index.html > > > > > > This is normal as well. > > I noticed it this morning, as well (on Solaris 8 and 9). Just out of > curiousity, why is the welcome-file-list for webdav "disabled"? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]