Bug 44492 - 100 Continue is send to client even header_parser hook throws a 403 Forbidden
Summary: 100 Continue is send to client even header_parser hook throws a 403 Forbidden
Status: RESOLVED DUPLICATE of bug 43711
Alias: None
Product: Apache httpd-2
Classification: Unclassified
Component: Core (show other bugs)
Version: 2.2.8
Hardware: Sun Solaris
: P2 normal (vote)
Target Milestone: ---
Assignee: Apache HTTPD Bugs Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-02-26 07:50 UTC by Christian Liesch
Modified: 2008-02-26 11:43 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Christian Liesch 2008-02-26 07:50:55 UTC
I wrote a module with a header_parser hook. If the post has a max Size I did
like to tell the client "403 Forbidden" instead of "100 Continue".

I found out that in modules/http/http_filter.c the 100 Continue handling does
not look the return code. It tells the client 100 Continue all the time no
mather wath may handler returns.
Comment 1 Ruediger Pluem 2008-02-26 11:43:24 UTC

*** This bug has been marked as a duplicate of 43711 ***