Bug 12194 - Tomcat does not send WWW-Authenticate header
Summary: Tomcat does not send WWW-Authenticate header
Status: RESOLVED INVALID
Alias: None
Product: Tomcat 3
Classification: Unclassified
Component: Auth (show other bugs)
Version: 3.2.3 Final
Hardware: Other All
: P3 major (vote)
Target Milestone: ---
Assignee: Tomcat Developers Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-08-30 15:55 UTC by Simone Milani
Modified: 2006-09-12 10:15 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Simone Milani 2002-08-30 15:55:37 UTC
When a web app contains an error page for code 401 like
<error-page> 
  <error-code>401</error-code> 
  <location>/401.html</location> 
</error-page>
The header WWW-Authenticate: Basic realm="Protected Area name"
is not sent causing HTTP/1.1 agents not to pop the login box.
Comment 1 Sriram Narayanan 2006-09-12 17:15:32 UTC
Marking as INVALID in order to close this very old and unconfirmed bug.

In case this is still a matter of concern, please try on the latest stable
Tomcat, and ask your query on the tomcat-user list where you're more likely to
receive responses from long time users.