On Thu, 10 Feb 2005 09:14:44 -0800, James Mason <[EMAIL PROTECTED]> wrote: > > > Also, a couple suggestions. Can you add a log message when you catch all > > > Exceptions thrown when creating the PathMapper? That makes it easier to > > > tell what went wrong when the error occurs :). And, the authentication > > > > Right, I just did not seem to remember how to get access to any logger > > at that position - but remembered and added it now. > > I wonder if it would be a good idea to migrate to commons-logging? It's > extremely easy to use, and I *think* just changing the Domain.log() > implementation would be enough to maintain backward compatibility. > Thoughts?
Would be a good idea, however, there are lots of places you would have to change I am afraid. Boring work... > > > > > header returned from #2 should probably be configurable since most app > > > servers support more than just Basic authentication. That could lead to > > > issues later. > > > > Right and the WebDAV realm name should be configurable as well. Will > > do so ASAP. Should this be configured in Domain.xml? > > Domain.xml seems like the right place to me. It's easier to edit than > the .properties file anyway :). I have just implemented it to be configurable in web.xml as it really concerns the WebDAV layer. I will commit it for now, but will try to change if there are objections. Oliver --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
