danmil 01/05/20 15:57:57
Modified:jk/src/doc AJPv13.html
Log:
Specified encoding for Null strings.
Submitted by Ted Eiles <[EMAIL PROTECTED]>.
Revision ChangesPath
1.2 +5 -4 jakarta-tomcat-connectors/jk/src/doc/AJPv13.html
Index: AJPv1
danmil 01/03/20 23:12:26
Modified:src/native/mod_jk/apache1.3 mod_jk.c
Log:
Added comments, renamed a few variables for clarity and converted tabs to
spaces.
Revision ChangesPath
1.6 +183 -81 jakarta-tomcat/src/native/mod_jk/apache1.3/mod_jk.c
Index
danmil 01/03/15 08:53:58
Added: src/doc Tag: tomcat_32 AJPv13.html
Log:
Adding the ajp13 documentation/specification to the 3.2 branch
Revision ChangesPath
No revision
No revision
1.3.2.1 +0 -0 jakarta
danmil 01/03/06 12:22:23
Modified:src/native/mod_jk/common jk_ajp13_worker.c
Log:
Fixed a few typos in some of the logging messages
Revision ChangesPath
1.5 +6 -6 jakarta-tomcat/src/native/mod_jk/common/jk_ajp13_worker.c
Index: jk_ajp13_worker.c
danmil 01/03/06 12:22:00
Modified:src/native/mod_jk/common jk_service.h
Log:
Extensive comments added to explain the structure of the core mod_jk
classes. Also explained how Shachor wrote object oriented code in C.
Revision ChangesPath
1.4 +196 -9jakarta
danmil 01/02/26 20:20:41
Modified:src/native/mod_jk/common jk_connect.c
Log:
Fixed bug which was bombing if a socket descriptor numbered 0 was created.
Submitted by: Kevin Seguin ([EMAIL PROTECTED])
Revision ChangesPath
1.3 +2 -2 jakarta-tomcat/src
danmil 01/02/16 21:24:39
Modified:src/native/mod_jk/apache1.3 mod_jk.c
Log:
Free up all allocated memory during shutdown.
Submitted by: Mike Anderson ([EMAIL PROTECTED])
Revision ChangesPath
1.5 +14 -1 jakarta-tomcat/src/native/mod_jk/apache1.3/mod_jk.c
danmil 01/02/16 21:24:01
Modified:src/native/apache1.3 Tag: tomcat_32 mod_jk.c
Log:
Free up all allocated memory during shutdown.
Submitted by: Mike Anderson ([EMAIL PROTECTED])
Revision ChangesPath
No revision
No
danmil 01/02/14 14:19:55
Modified:src/share/org/apache/tomcat/service/connector Tag: tomcat_32
Ajp13ConnectorRequest.java
Log:
Fixed bug which was causing isSecure() to return true if any environment
variables were getting passed over.
Bugzilla #313
danmil 01/02/14 14:18:37
Modified:src/share/org/apache/tomcat/modules/server Ajp13.java
Log:
Fixed bug which was causing isSecure() to return true if any environment
variables were getting passed over.
Bugzilla #313
Contributed by: Heinz Richter ([EMAIL PROTECTED
danmil 01/02/05 15:36:50
Modified:src/doc tomcat-ug.html
Log:
Cleaned up HTML, fixed typos.
Contributed by Chris Pepper <[EMAIL PROTECTED]>
Revision ChangesPath
1.5 +597 -562 jakarta-tomcat/src/doc/tomcat-ug.html
Index: tomcat-u
danmil 01/02/05 15:29:57
Modified:src/share/org/apache/tomcat/modules/config ApacheConfig.java
Log:
Added configuraton for NetWare.
Contributed by: Mike Anderson ([EMAIL PROTECTED])
Revision ChangesPath
1.4 +7 -0
jakarta-tomcat/src/share/org/apache
danmil 01/02/05 15:23:17
Modified:src/native/mod_jk/netscape jk_nsapi_plugin.c
Log:
Fix a problem when submitting dating from a form with a POST request.
NetWare 5.1 doesn't have some of the assumed functionality
(netbuf_getbytes).
Submitted by: Mike Anderson ([
danmil 01/02/05 15:22:04
Modified:src/native/mod_jk/common jk_util.c
Log:
When the plugin is shutting down, the thread that the code is being run on
will likely only have a 16k stack. Since jk_log creates an 8k buffer on
the stack, there were some cases that we ran off the
danmil 01/02/05 15:04:26
Modified:src/share/org/apache/tomcat/task Tag: tomcat_32
ApacheConfig.java
Log:
Added configuraton for NetWare.
Contributed by: Mike Anderson ([EMAIL PROTECTED])
Revision ChangesPath
No revision
danmil 01/02/02 08:59:07
Modified:src/native/mod_jk/common jk_sockbuf.c
Log:
Fixed bug which was sending mod_jk into infinite loop if the tomcat
connector closed its ajp connection to mod_jk before sending the
header. Bugzilla Report #510.
Contributed by Brian Vetter
danmil 01/02/02 08:55:36
Modified:src/native/jk Tag: tomcat_32 jk_sockbuf.c
Log:
Fixed bug which was sending mod_jk into infinite loop if the tomcat
connector closed its ajp connection to mod_jk before sending the
header. Bugzilla Report #510.
Contributed by Brian Vetter
danmil 01/02/01 14:52:11
Modified:src/native/mod_jk/common jk_ajp12_worker.c
Log:
Fixed bug which was sending mod_jk into infinite loop if client sent less
data than specified in content-length. Bugzilla report 264 (and a host of
others).
Contributed by Brian Vetter
danmil 01/02/01 14:50:11
Modified:src/native/jk Tag: tomcat_32 jk_ajp12_worker.c
Log:
Fixed bug which was sending mod_jk into infinite loop if client sent less
data than specified in content-length. Bugzilla report 264 (and a host of
others).
Contributed by Brian Vetter
danmil 01/02/01 08:52:26
Modified:src/doc Tag: tomcat_32 tomcat-ssl-howto.html
tomcat-apache-howto.html
src/doc/uguide Tag: tomcat_32 tomcat_ug.html
Log:
Cleaned up HTML, fixed typos.
Contributed by Chris Pepper <[EMAIL PROTEC
danmil 01/01/31 14:41:01
Modified:src/native/mod_jk/apache1.3 mod_jk.dsp
src/native/mod_jk/apache2.0 mod_jk.dsp
Log:
Correcting the MS VC include directory for the new 3.3 directory structure
Contributed by Keith Wannamaker ([EMAIL PROTECTED])
Revision
danmil 01/01/29 21:47:48
Modified:src/native/jk Tag: tomcat_32 jk_ajp13.c
Log:
Fixing off by one error for expanding the status code integer into full
name.
(Doesn't actually visibly break anything in the 3.2 branch, because of a
mistake on the Java si
danmil 01/01/29 21:38:36
Modified:src/native/mod_jk/common jk_ajp13.c
Log:
Fixing off by one error for expanding the status code integer into full
header name. Was breaking on WWW-Authenticate headers.
Revision ChangesPath
1.4 +4 -3 jakarta-tomcat/src
danmil 01/01/29 20:29:00
Modified:src/doc Tag: tomcat_32 Tomcat-Workers-HowTo.html
Log:
Cleaning up some basic mistakes in descriptions of different types of
workers.
Contributed by Thom May ([EMAIL PROTECTED]).
Revision ChangesPath
No
danmil 01/01/29 20:27:38
Modified:src/doc Tomcat-Workers-HowTo.html
Log:
Cleaning up some basic mistakes in descriptions of different types of
workers.
Contributed by Thom May ([EMAIL PROTECTED]).
Revision ChangesPath
1.2 +7 -7 jakarta-tomcat/src/doc
danmil 01/01/29 20:17:53
Modified:src/share/org/apache/tomcat/service/connector Tag: tomcat_32
Ajp13ConnectorRequest.java
Log:
Fixed (yet another) bug with File Upload. Tomcat was returning signed data
to servlets (via ServletInputStream.read()), which
danmil 01/01/29 20:13:14
Modified:src/share/org/apache/tomcat/modules/server Ajp13.java
Log:
More bug fixes from Keith Wannamaker ([EMAIL PROTECTED]):
- Enabled http status text
- Fixed (yet another) bug with File Upload. Tomcat was returning signed
data to servlets
danmil 01/01/28 13:30:35
Modified:src/etc server.xml
src/share/org/apache/tomcat/modules/config ApacheConfig.java
Log:
Fixed autogeneration of mod_jk.conf files by Tomcat, and
added intelligence about ajp13 v. ajp12.
The generated file will use ajp13 if
danmil 01/01/28 12:54:23
Modified:src/native/mod_jk/apache1.3 mod_jk.dsp
src/native/mod_jk/apache2.0 mod_jk.dsp
Log:
Fixing win32 build files to reflect new directory structure.
Contributed by Keith Wannamaker ([EMAIL PROTECTED]).
Revision ChangesPath
danmil 01/01/28 12:51:45
Modified:src/doc AJPv13.html
Log:
Adding support for WEBDAV methods to Ajp13.
Contributed by Keith Wannamaker ([EMAIL PROTECTED]).
Also, adding documentation for what is done if the servlet container
requests more body information than the web
danmil 01/01/28 12:49:55
Modified:src/native/mod_jk/common jk_ajp13.c
src/share/org/apache/tomcat/modules/server Ajp13.java
.changes3.3
Log:
Adding support for WEBDAV methods to Ajp13.
Contributed by Keith Wannamaker ([EMAIL PROTECTED
danmil 01/01/22 19:23:03
Modified:src/native/mod_jk/common jk_uri_worker_map.c
Log:
Adding more thorough DEBUG-level to describe what mapping the module is
using for a given request.
Submitted by: James Courtney
Revision ChangesPath
1.3 +18 -6 jakarta
danmil 01/01/10 19:14:46
Modified:src/native/mod_jk/common jk_lb_worker.c
Log:
*Actually* fixing the bug in PR #603 -- the last commit fixed another bug (by
accident)
Revision ChangesPath
1.4 +2 -2 jakarta-tomcat/src/native/mod_jk/common/jk_lb_worker.c
danmil 01/01/10 19:10:30
Modified:src/native/mod_jk/common jk_lb_worker.c
Log:
Fixed bug with how the load balancer reads the session id out of the cookie.
PR #603.
Revision ChangesPath
1.3 +1 -1 jakarta-tomcat/src/native/mod_jk/common/jk_lb_worker.c
danmil 01/01/10 19:07:12
Modified:src/native/jk Tag: tomcat_32 jk_lb_worker.c
Log:
Fixed bug with how the load balancer reads the session id out of the cookie.
PR #603.
Revision ChangesPath
No revision
No revision
danmil 01/01/10 18:36:14
Modified:src/native/mod_jk/common jk_ajp13_worker.c
Log:
- Clarified Ajp13 protocol: if the container tries to read
past the end of the input stream, the server sends an empty packet back.
Revision ChangesPath
1.3 +14 -12jakarta
danmil 01/01/10 18:34:20
Modified:src/share/org/apache/tomcat/modules/server Ajp13.java
Log:
- Fixed the problems with multipart form encodings. Bug Reports #536 +
#542 and a bunch of others. File upload is now working.
- In doRead(), replaced byte-by-byte copy
danmil 01/01/04 19:39:26
Modified:src/native/jk Tag: tomcat_32 jk_ajp13_worker.c
src/share/org/apache/tomcat/service/connector Tag: tomcat_32
Ajp13ConnectorRequest.java
Log:
- Fixed the problems with multipart form encodings. Bug Reports
danmil 00/12/25 14:31:58
Modified:src/native/mod_jserv autochange.c
Log:
Converted C++-style comments to C-style comments to fix build on Sparc.
Revision ChangesPath
1.2 +23 -21jakarta-tomcat/src/native/mod_jserv/autochange.c
Index: autochange.c
danmil 00/12/25 14:30:46
Modified:src/native/apache/jserv Tag: tomcat_32 autochange.c
Log:
Converted C++-style comments to C-style comments to fix build on Sparc.
Revision ChangesPath
No revision
No revision
1.1.6.1
40 matches
Mail list logo