This week's book giveaway is in the Agile and other Processes forum. We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line! See this thread for details.
Hi there, we've implemented a web app where we use form based authentication. Works like a charm. Now new requirements make us implement webDAV on top of the app (by adding a new servlet). webDAV doesn't support (?) form based authentication, only basic and digest (???) (Does it support client cert?). Can we use different types of authentication in the same web application? My guess would be yes as long as the URLs are different. Thx for enlighten me ;-) stw