You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2002/11/04 14:52:11 UTC

DO NOT REPLY [Bug 10216] - ISAPI + SSL = status 200 as 500 after correct reply

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=10216>.
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=10216

ISAPI + SSL = status 200 as 500 after correct reply

wrowe@apache.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From wrowe@apache.org  2002-11-04 13:52 -------

  Have just committed a bugfix for this report.

  Rather than Status!=200 tests, we will simply track response_sent, and
  once it has been sent, we will return 0 (assuring the server core module
  that it's been handled.)  This also assures that if the ISAPI module wants
  to return the 200, or 500, or redirect, and completely handles it internally,
  that this bug won't appear again.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org