cvs commit: jakarta-tomcat-connectors/webapp/apache-1.3 mod_webapp.c

2002-06-23 Thread pier
pier2002/06/23 09:50:40 Modified:webapp/apache-1.3 mod_webapp.c Log: Fixed apr_psprintf -> ap_psprintf for Apache 1.3. The pool used in request_rec is not an APR memory pool... PR: none Obtained from:Tomcat Mailing List <[EMAIL PROTECTED]> Submitted by:

cvs commit: jakarta-tomcat-connectors/webapp/apache-1.3 mod_webapp.c

2002-01-10 Thread jfclere
jfclere 02/01/10 07:13:21 Modified:webapp/apache-1.3 mod_webapp.c Log: Fix getScheme() for ApacheSSL. PR: 5372 Submitted by: David Graff, [EMAIL PROTECTED] Revision ChangesPath 1.30 +5 -2 jakarta-tomcat-connectors/webapp/apache-1.3/mod_webapp.c Index:

cvs commit: jakarta-tomcat-connectors/webapp/apache-1.3 mod_webapp.c

2001-10-22 Thread jfclere
jfclere 01/10/22 15:11:14 Modified:webapp/apache-1.3 mod_webapp.c Log: Some more typos. Revision ChangesPath 1.26 +3 -3 jakarta-tomcat-connectors/webapp/apache-1.3/mod_webapp.c Index: mod_webapp.c =

cvs commit: jakarta-tomcat-connectors/webapp/apache-1.3 mod_webapp.c

2001-08-09 Thread pier
pier01/08/09 13:05:36 Modified:webapp/apache-1.3 mod_webapp.c Log: Provide some more informations if mod_webapp was compiled with the DEBUG flag set. Revision ChangesPath 1.23 +9 -1 jakarta-tomcat-connectors/webapp/apache-1.3/mod_webapp.c Index: mod_

cvs commit: jakarta-tomcat-connectors/webapp/apache-1.3 mod_webapp.c

2001-07-19 Thread pier
pier01/07/19 16:55:01 Modified:webapp/apache-1.3 mod_webapp.c Log: Added Content-Type direct handling thru wa_request. Revision ChangesPath 1.20 +4 -1 jakarta-tomcat-connectors/webapp/apache-1.3/mod_webapp.c Index: mod_webapp.c ==

cvs commit: jakarta-tomcat-connectors/webapp/apache-1.3 mod_webapp.c

2001-07-15 Thread pier
pier01/07/15 01:43:43 Modified:webapp/apache-1.3 mod_webapp.c Log: Properly declared true/false. Revision ChangesPath 1.19 +4 -4 jakarta-tomcat-connectors/webapp/apache-1.3/mod_webapp.c Index: mod_webapp.c

cvs commit: jakarta-tomcat-connectors/webapp/apache-1.3 mod_webapp.c

2001-07-12 Thread pier
pier01/07/12 18:12:49 Modified:webapp/apache-1.3 mod_webapp.c Log: Added a generic per-server callback for the WebApp Library to enable proper logging. Fixed port-number translation (Thanks to Thom Park at Borland for noticing) Revision ChangesPath 1.18 +19