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.
The moose likes Servlets and the fly likes Different authentication in one web app? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "Different authentication in one web app?" Watch "Different authentication in one web app?" New topic
Author

Different authentication in one web app?

Anonymous
Ranch Hand

Joined: Nov 22, 2008
Posts: 18944
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
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Different authentication in one web app?
 
Similar Threads
redirection on login
NT Authentication in JSP
Form Based Authentication in Wsad 5.0
Final Mock Test Question 10 Head First and Servlets
Secure and Non Secure