DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12194>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12194

Tomcat does not send WWW-Authenticate header

           Summary: Tomcat does not send WWW-Authenticate header
           Product: Tomcat 3
           Version: 3.2.3 Final
          Platform: Other
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Major
          Priority: Other
         Component: Auth
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


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.

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to