RE: Somewhat OT: Multiple auth methods in one webapp?

2006-03-16 Thread Jay Burgess
Frank, I pursued a very similar exercise last week. I have a webapp using BASIC authentication and wanted to add in an RSS interface that used DIGEST authentication. Unfortunately, I never could figure out how to do this in a single webapp. I figured I'd chime in, though, as I think it'd be a

RE: Somewhat OT: Multiple auth methods in one webapp?

2006-03-16 Thread Frank W. Zammetti
On Thu, March 16, 2006 12:48 pm, Jay Burgess said: I pursued a very similar exercise last week. I have a webapp using BASIC authentication and wanted to add in an RSS interface that used DIGEST authentication. Unfortunately, I never could figure out how to do this in a single webapp. I

RE: Somewhat OT: Multiple auth methods in one webapp?

2006-03-16 Thread Caldarale, Charles R
From: Frank W. Zammetti [mailto:[EMAIL PROTECTED] Subject: RE: Somewhat OT: Multiple auth methods in one webapp? Do you know, or does anyone else know, where the server looks for the credentials when the challenge box has been submitted? See section 12.5 of the Servlet spec (you

RE: Somewhat OT: Multiple auth methods in one webapp?

2006-03-16 Thread Frank W. Zammetti
On Thu, March 16, 2006 2:26 pm, Caldarale, Charles R said: From: Frank W. Zammetti [mailto:[EMAIL PROTECTED] Subject: RE: Somewhat OT: Multiple auth methods in one webapp? Do you know, or does anyone else know, where the server looks for the credentials when the challenge box has been