- Apr 06, 2002
-
-
Sander Striker authored
Submitted by: Sung Kim <hunkim@cse.ucsc.edu> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94486 13f79535-47bb-0310-9956-ffa450edef68
-
Greg Stein authored
will pass the "litmus" DAV test tool. In particular, we need to properly handle empty namespaces properly. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94482 13f79535-47bb-0310-9956-ffa450edef68
-
Bradley Nicholes authored
is called when each worker thread terminates. This stopped the memory leak. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94479 13f79535-47bb-0310-9956-ffa450edef68
-
- Apr 05, 2002
-
-
Ryan Bloom authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94476 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94475 13f79535-47bb-0310-9956-ffa450edef68
-
Bradley Nicholes authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94473 13f79535-47bb-0310-9956-ffa450edef68
-
Bradley Nicholes authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94472 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94471 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
make sure that we don't have the sub_req_output_filter. This was causing problems when there were multiple sub_Requests, and some should have had the filter, but the last one shouldn't. This fixes the final known bug in 2.0.35 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94470 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Whoops, missed this. Moved these symbols to mod_core.h git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94469 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Correct partitioning of filter handles between core and http, and export the handle pointers on Win32. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94468 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Clean up breakage introduced recently that sent the wrong headers through the http_headers output filter. Now we will always point every filter at the 'redirected' request, e.g. the actual error message response rather than the request that failed. Reviewed by: JimJag, Rbb, DougM git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94467 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
the tag. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94466 13f79535-47bb-0310-9956-ffa450edef68
-
Aaron Bannert authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94465 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
not the source directory. Make sure we check both from now on. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94460 13f79535-47bb-0310-9956-ffa450edef68
-
Doug MacEachern authored
Obtained from: Submitted by: Reviewed by: Ryan Bloom remove flush bucket from ap_proxy_http_process_response. this allows for the response content-length header to be properly calculated/inserted. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94459 13f79535-47bb-0310-9956-ffa450edef68
-
Brian Pane authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94458 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
removing the OLD_WRITE filter. Obviously that is wrong. For right now, the fix is to hack around the problem and just make it work. Long term, we need to find a real solution to this, but this gets autoindex working today. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94457 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
The problem was that the internal_fast_redirect removed the SUB_REQ filter, but we are still in a sub_request. The solution is to have the fast_internal_Redirect function check if we are in a sub_Request and re-add the filter if we are. Submitted by: Ryan Bloom, Greg Ames, Jeff Trawick, and Will Rowe git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94456 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94455 13f79535-47bb-0310-9956-ffa450edef68
-
Brian Pane authored
is in a separate bucket...the code in send_parsed_content() doesn't expect a case where ctx->state==PARSE_DIRECTIVE but ctx->tag_start_buffer is NULL. So in found_start_sequence(), we set ctx->tag_start_buffer to point to the next bucket if the end of the <!--# is at the very end of the current bucket. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94454 13f79535-47bb-0310-9956-ffa450edef68
-
Cliff Woolley authored
at this point, so the \r\n\r\n just confuses the http input filter. One concern: this patch is only correct as long as we only ever call this function while in AP_MODE_GETLINE. Ideally we would account for the mode and return the newlines if not in GETLINE mode, but at the moment it doesn't seem to matter. Reviewed by: Doug MacEachern git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94453 13f79535-47bb-0310-9956-ffa450edef68
-
Cliff Woolley authored
This keeps DEBUG_INCLUDE from segfaulting. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94451 13f79535-47bb-0310-9956-ffa450edef68
-
Brian Pane authored
contain only a single byte is if slen==1, meaning that we've replaced <!--# with a single-character token, and that character is the first character in the bucket. If that happens, then pos+slen (aka 1) is the right amount by which to increase bytes_parsed. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94450 13f79535-47bb-0310-9956-ffa450edef68
-
Cliff Woolley authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94449 13f79535-47bb-0310-9956-ffa450edef68
-
Cliff Woolley authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94448 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
One for 2.0.34 - to fix the problem of utf-8 configuration files saved from MeSsed up editors that believe zero byte joiner lead bytes signify a utf-8 file. Someone point me at an RFC ... gheesh. FWIW; fixes bugs report 10125 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94446 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Mix 'n match signedness? Make some emits go away. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94445 13f79535-47bb-0310-9956-ffa450edef68
-
Doug MacEachern authored
Obtained from: Submitted by: Reviewed by: avoid the error_log message: [error] mod_ssl: Certificate Verification: Error ... if SSLProxyVerify is not configured or set to "none". the verify callback does not happen in the server context when SSLVerify is not configured or set to "none". git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94444 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94443 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94442 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
the parent process to run in the foreground (NO_DETACH is a special mode for running under programs like daemontools) the existing flag -DDEBUG turns on FOREGROUND now instead of NO_DETACH git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94441 13f79535-47bb-0310-9956-ffa450edef68
-
- Apr 04, 2002
-
-
William A. Rowe Jr authored
Uhmmm... notices only when we are running as a service [I hate strcmp.] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94440 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
One emit is an error, not a notice. Neither have 'error codes'... git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94439 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Another, potential race. Assure we are allowing worker threads to finish from the time we begin our shutdown exercise. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94438 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Race condition one ... we were occasionally escaping all the way out to WSATerminate() before this thread picked up it's sleepy head to discover the world was gone beneath it on 1GHz+ CPU WinXP configurations. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94437 13f79535-47bb-0310-9956-ffa450edef68
-
Paul J. Reder authored
This patch fixes a core dump that occurs in mod_include during tag parsing if the starting sequence (<!--#) finishes at the end of a bucket and the directive starts at the beginning of the next bucket. There is still a bug in the handling of conditional directives that span buckets, but the core dump is now fixed and the conditional bug should be even rarer than the core dump was. I'm fixing the conditional bug seperately. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94436 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94435 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
It's between pthread and sysvsem in the DEFAULT priority ranking. This makes it the new default for Darwin, and adds support for it for other platforms as well (like Solaris). PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94434 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
environment variables in the envvars file. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94432 13f79535-47bb-0310-9956-ffa450edef68
-