keith 01/05/13 07:11:51
Modified:src/share/org/apache/tomcat/facade Tag: tomcat_32
HttpServletRequestFacade.java
Log:
The string 'httpDate.pe' will not be found in the core
message bundle because it is in the util bundle.
Revision Chang
keith 01/05/18 21:23:44
Modified:src/native/apache1.3 Tag: tomcat_32 mod_jk.c
src/native/apache2.0 Tag: tomcat_32 mod_jk.c
Log:
mod_jk should be passing the raw, possibly encoded URI to Tomcat;
see <http://java.sun.com/products/servlet/errata_042700.html>
keith 01/05/21 07:59:06
Modified:src/share/org/apache/tomcat/util Tag: tomcat_32
RequestUtil.java
Log:
There is a lingering bug in (at least) Sun's JDK
that causes SimpleDateFormat to occasionaly throw a
StringIndexOutOfBoundsException instead
keith 01/05/21 08:07:24
Modified:src/share/org/apache/tomcat/util/buf DateTool.java
Log:
There is a lingering bug in (at least) Sun's JDK
that causes SimpleDateFormat to occasionaly throw a
StringIndexOutOfBoundsException instead of a
ParseException.
keith 01/06/01 10:38:47
Modified:src/share/org/apache/tomcat/logging Tag: tomcat_32
Logger.java
Log:
Use a 24-hour clock in the log due to the
absence of a meridian.
Submitted by: <[EMAIL PROTECTED]>
Reviewed by: <[EMAIL PROTECTED]>
keith 01/06/01 10:41:46
Modified:src/share/org/apache/tomcat/util/qlog Logger.java
Log:
Update the comment to reflect the timestamp actually used.
Submitted by: <[EMAIL PROTECTED]>
Reviewed by: <[EMAIL PROTECTED]>
Revision ChangesPath
1.3
keith 01/02/02 08:41:53
Modified:src/share/org/apache/tomcat/modules/server Ajp13.java
Log:
It may take multiple read() calls to read an entire packet,
especially w.r.t. uploaded files.
Revision ChangesPath
1.11 +12 -9
jakarta-tomcat/src/share/org/apache
keith 01/02/02 09:29:09
Modified:src/native/mod_jk/apache1.3 mod_jk.c
src/native/mod_jk/common jk_ajp13_worker.c jk_service.h
jk_util.c
Log:
Unread body bits need to be discarded or Apache will consider
them a new request. (cf
keith 01/02/02 14:38:34
Modified:src/share/org/apache/tomcat/modules/config AutoWebApp.java
Log:
Be safe.
Revision ChangesPath
1.2 +1 -1
jakarta-tomcat/src/share/org/apache/tomcat/modules/config/AutoWebApp.java
Index: AutoWebApp.java
keith 01/02/07 15:49:45
Modified:src/share/org/apache/tomcat/modules/server Ajp13.java
Log:
Add the WebDAV ACL method.
Revision ChangesPath
1.12 +2 -1
jakarta-tomcat/src/share/org/apache/tomcat/modules/server/Ajp13.java
Index: Ajp13.java
keith 01/02/07 15:51:07
Modified:src/doc AJPv13.html
Log:
Document the added ACL method.
Revision ChangesPath
1.3 +1 -0 jakarta-tomcat/src/doc/AJPv13.html
Index: AJPv13.html
===
RCS
keith 01/02/07 15:47:15
Modified:src/native/mod_jk/common jk_ajp13.c
Log:
Add the ACL method to ajpv13
(see http://www.ietf.org/internet-drafts/draft-ietf-webdav-acl-04.txt)
Revision ChangesPath
1.5 +7 -3 jakarta-tomcat/src/native/mod_jk/common
keith 01/12/20 11:56:44
Modified:src/share/org/apache/tomcat/modules/generators
ErrorHandler.java
Log:
The statusHandler is returning a body for 304 responses,
which is forbidden by both HTTP/1.1 and HTTP/1.0.
IE is forgiving, but Netscape Navs <
keith 01/12/20 11:59:30
Modified:src/share/org/apache/tomcat/modules/generators
ErrorHandler.java
Log:
spaces -> tabs
Revision ChangesPath
1.22 +4 -4
jakarta-tomcat/src/share/org/apache/tomcat/modules/generators/ErrorHandler.j
keith 01/12/21 11:14:25
Modified:.RELEASE-NOTES-3.3.1.txt
Log:
Document ErrorHandler change.
Revision ChangesPath
1.17 +5 -2 jakarta-tomcat/RELEASE-NOTES-3.3.1.txt
Index: RELEASE-NOTES-3.3.1.txt
keith 01/12/22 10:58:30
Modified:src/share/org/apache/tomcat/core Context.java
Log:
Cut-paste error.
Revision ChangesPath
1.150 +0 -1 jakarta-tomcat/src/share/org/apache/tomcat/core/Context.java
Index: Context.java
keith 02/02/05 14:06:18
Modified:src/share/org/apache/tomcat/util/buf ByteChunk.java
CharChunk.java
Log:
indexOf should return an index relative to the internal
starting point of the string rather than the beginning
of the array. ByteChunk.indexOf is
keith 02/02/06 21:37:35
Modified:util/java/org/apache/tomcat/util/buf ByteChunk.java
CharChunk.java
Log:
indexOf should return an index relative to the internal
starting point of the string rather than the beginning
of the array. Ported over from main
keith 01/08/08 10:19:16
Modified:src/share/org/apache/tomcat/core Request.java
Log:
Maintain compatibility with TC 3.2 modules.
Revision ChangesPath
1.107 +21 -1 jakarta-tomcat/src/share/org/apache/tomcat/core/Request.java
Index: Request.java
keith 01/08/22 20:08:39
Modified:src/native/mod_jk/common jk_ajp13.c
src/share/org/apache/tomcat/modules/server Ajp13.java
Log:
Add the REPORT method to ajp13, which is required by any servlet
that implements the ACL method.
Revision ChangesPath
1.6
keith 01/08/23 04:22:25
Modified:src/facade22/org/apache/tomcat/facade
ServletInputStreamFacade.java
Log:
Read should report -1 if the stream is in an eof state.
Revision ChangesPath
1.4 +1 -1
jakarta-tomcat/src/facade22/org/apache
keith 01/08/27 08:21:43
Modified:jk/java/org/apache/ajp/tomcat4 Ajp13Connector.java
Log:
Update implementation to reflect Connector interface change.
Revision ChangesPath
1.5 +22 -5
jakarta-tomcat-connectors/jk/java/org/apache/ajp/tomcat4
keith 01/08/27 08:33:04
Modified:jk/doc AJPv13.html
jk/java/org/apache/ajp Ajp13.java RequestHandler.java
jk/native/common jk_ajp_common.c jk_ajp_common.h
Log:
Add REPORT method to Ajp13 (necessary for Webdav ACL
and Delta-V). This has also been
keith 01/08/27 08:36:47
Added: jk .cvsignore
util .cvsignore
Log:
.cvsignore goodness
Revision ChangesPath
1.1 jakarta-tomcat-connectors/jk/.cvsignore
Index: .cvsignore
keith 01/08/31 18:53:25
Modified:src/native/mod_jk/apache1.3 mod_jk.c
src/native/mod_jk/common jk_ajp13_worker.c jk_service.h
jk_util.c
src/share/org/apache/tomcat/modules/server Ajp13.java
Log:
Upgrade mod_jk to support
keith 01/09/02 07:14:00
Modified:src/webpages index.html
Log:
front page © date
Revision ChangesPath
1.16 +1 -1 jakarta-tomcat/src/webpages/index.html
Index: index.html
===
RCS file
keith 01/09/10 08:07:13
Modified:src/native/mod_jk/apache1.3 mod_jk.c
Log:
General case of chunked input was traversing an unintended code path.
Reported by: David Schreibman <[EMAIL PROTECTED]>
Revision ChangesPath
1.15 +3 -2 jakarta-tomcat/src/
keith 01/09/10 11:32:36
Modified:jk/java/org/apache/ajp Ajp13.java
jk/native/apache-1.3 mod_jk.c
jk/native/common jk_ajp_common.c jk_service.h jk_util.c
Log:
Port chunked encoding input support from jakarta-tomcat ajp13.
Revision Changes
keith 01/09/10 14:43:36
Modified:src/native/mod_jk/common jk_ajp13_worker.c
Log:
Corner case for chunked encoding: if the chunk sizes and
buffers fell such that the buffer was nearly full and the
chunk size digits were too numerous to fit in the remaining
space, the
keith 01/09/10 14:51:57
Modified:jk/native/common jk_ajp_common.c jk_ajp_common.h
Log:
Corner case for chunked encoding: if the chunk sizes and
buffers fell such that the buffer was nearly full and the
chunk size digits were too numerous to fit in the remaining
space, the
keith 01/09/17 16:43:59
Modified:src/native/mod_jk/apache1.3 mod_jk.c
src/native/mod_jk/common jk_global.h
Log:
Enable mod_rewrite and maintain spec compliance by
passing Apache's r->uri to Tomcat, but re-encoding
it first.
Revision ChangesPat
keith 01/09/17 16:53:21
Modified:src/native/apache1.3 Tag: tomcat_32 mod_jk.c
Log:
Enable mod_rewrite by passing Apache's r->uri to Tomcat,
but encode it for spec compliance.
Revision ChangesPath
No revision
No
keith 01/09/17 18:31:18
Modified:jk/native/apache-1.3 mod_jk.c
jk/native/apache-2.0 mod_jk.c
jk/native/common jk_global.h
Log:
Enable mod_rewrite by passing Apache's r->uri to Tomcat,
but encode it for spec compliance.
Revision
keith 01/10/01 12:58:08
Modified:src/doc AJPv13.html
src/native/mod_jk/common jk_ajp13.c
src/share/org/apache/tomcat/modules/server Ajp13.java
Log:
DeltaV is now an IESG Proposed Standard.
Add the four new versioning methods.
Revision
keith 01/10/01 13:08:14
Modified:src/doc AJPv13.html
src/native/mod_jk/common jk_ajp13.c
Log:
Toss the CRs
Revision ChangesPath
1.5 +5 -5 jakarta-tomcat/src/doc/AJPv13.html
Index: AJPv13.html
keith 01/10/01 13:50:39
Modified:jk/doc AJPv13.html
jk/java/org/apache/ajp Ajp13.java RequestHandler.java
jk/native/common jk_ajp_common.c jk_ajp_common.h
Log:
DeltaV is now an IESG Proposed Standard.
Add the four new versioning methods
keith 02/03/05 06:18:15
Modified:src/share/org/apache/tomcat/util/http/res
LocalStrings.properties
Log:
Add 423 Locked to message bundle.
Revision ChangesPath
1.2 +1 -0
jakarta-tomcat/src/share/org/apache/tomcat/util/http/res
keith 02/03/05 06:24:09
Modified:util/java/org/apache/tomcat/util/http/res
LocalStrings.properties
Log:
Add 423 Locked status message
Revision ChangesPath
1.2 +1 -0
jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/http/res
keith 02/04/18 06:58:01
Modified:.README RELEASE-NOTES-3.3.2.txt build.xml
src/admin index.html
src/build/nightly start_tomcat.sh stop_tomcat.sh
src/build/pkg prototype tomcat.spec
src/doc readme serverxml.html
keith 02/04/23 12:44:14
Modified:util/java/org/apache/tomcat/util/buf ByteChunk.java
Log:
Add startsWith(byte[]) for use by DecoderInterceptor
Revision ChangesPath
1.10 +18 -0
jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/buf/ByteChunk.java
keith 02/04/23 12:49:40
Modified:src/share/org/apache/tomcat/modules/mappers
DecodeInterceptor.java
Log:
Our security measure is too agressive; incorrectly mangles
proxy-style urls. Check for http/https exceptions when
removing double slashes
keith 02/04/23 13:07:57
Modified:util/java/org/apache/tomcat/util/buf ByteChunk.java
Log:
Better check
Revision ChangesPath
1.11 +1 -1
jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/buf/ByteChunk.java
Index: ByteChunk.java
keith 02/04/24 05:26:23
Modified:.build.xml
Log:
Fix build with the http11 connector
Revision ChangesPath
1.177 +1 -1 jakarta-tomcat/build.xml
Index: build.xml
===
RCS file
keith 02/05/15 10:38:37
Modified:util/java/org/apache/tomcat/util/net/res
LocalStrings.properties
Log:
Add PoolTcpEndpoint messages
Revision ChangesPath
1.2 +4 -0
jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/net/res
keith 02/05/15 11:53:46
Modified:util/java/org/apache/tomcat/util/net PoolTcpEndpoint.java
Log:
Wrap acceptSocket in a try to be more robust
Revision ChangesPath
1.3 +9 -4
jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/net/PoolTcpEndpoint.java
keith 02/05/15 20:12:14
jakarta-tomcat/src/share/org/apache/tomcat/ant - New directory
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
keith 02/05/15 20:15:13
Modified:.build.xml
Added: src/share/org/apache/tomcat/ant Tomcat3JSPVersionFile.java
Tomcat3Precompiler.java ant.properties
Log:
Add Tomcat related Ant tasks for precompiling JSPs.
Revision ChangesPath
keith 02/05/17 06:03:46
Modified:.RELEASE-NOTES-3.3.2.txt
Log:
Make a note of the new Ant code
Revision ChangesPath
1.8 +6 -1 jakarta-tomcat/RELEASE-NOTES-3.3.2.txt
Index: RELEASE-NOTES-3.3.2.txt
keith 02/05/18 10:17:13
Modified:.build.xml
Log:
Tomcat-ant task depends on JspC task in Ant, which
isn't in latest release build, 1.4.1. To build this
task use the 1.5 beta or head.
Revision ChangesPath
1.179 +4 -2 jakarta-tomcat/buil
keith 02/05/21 11:15:02
Modified:.build.xml
src/share/org/apache/tomcat/ant Tomcat3JSPVersionFile.java
Log:
tomcat-ant changes:
- move ant.properties to META-INF
- add regexpclasspath attribute to version task
Revision ChangesPath
1.180
keith 02/05/21 11:15:23
jakarta-tomcat/src/share/org/apache/tomcat/ant/META-INF - New directory
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
keith 02/05/21 11:24:45
Added: src/share/org/apache/tomcat/ant/META-INF ant.properties
Removed: src/share/org/apache/tomcat/ant ant.properties
Log:
Move ant.properties
Revision ChangesPath
1.1
jakarta-tomcat/src/share/org/apache/tomcat/ant
keith 2002/06/06 11:37:19
Modified:src/share/org/apache/tomcat/ant Tomcat3Precompiler.java
Log:
The bleeding edge: Work with Ant > 1.5 B2.
Revision ChangesPath
1.2 +6 -6
jakarta-tomcat/src/share/org/apache/tomcat/ant/Tomcat3Precompiler.java
In
keith 2002/06/06 11:39:19
Modified:src/doc tomcat-ssl-howto.html
Log:
Wrong closing tag.
Revision ChangesPath
1.12 +1 -1 jakarta-tomcat/src/doc/tomcat-ssl-howto.html
Index: tomcat-ssl-howto.html
keith 2002/06/06 12:37:07
Modified:src/doc tomcat-ssl-howto.html
Log:
Clear up some clientauth confusion.
Revision ChangesPath
1.13 +4 -0 jakarta-tomcat/src/doc/tomcat-ssl-howto.html
Index: tomcat-ssl-howto.html
keith 2002/06/11 15:50:03
Modified:src/share/org/apache/tomcat/ant Tomcat3Precompiler.java
Log:
Minor fixes that came up with cygwin
Revision ChangesPath
1.3 +6 -3
jakarta-tomcat/src/share/org/apache/tomcat/ant/Tomcat3Precompiler.java
Index
keith 2002/08/17 18:53:38
Modified:src/share/org/apache/jasper/compiler CharDataGenerator.java
MappedCharDataGenerator.java
Log:
Jasper fix for high byte chars (xlate to unicode)
Submitted by: Thibault Frey
Revision ChangesPath
1.6 +17
keith 2003/03/12 06:48:13
Modified:.RELEASE-NOTES-4.1.txt
catalina/src/share/org/apache/catalina/authenticator
AuthenticatorBase.java
Log:
Redirect to add trailing slash prior to challenging for auth.
PR: 14616
Revision
keith 2003/03/18 17:33:17
Modified:.RELEASE-NOTES-4.1.txt
catalina/src/share/org/apache/catalina/authenticator
AuthenticatorBase.java
Log:
Rollback incorrect fix for 14616
Revision ChangesPath
1.70 +1 -5 jakarta
keith 2003/03/24 15:19:19
Modified:.RELEASE-NOTES-4.1.txt
catalina/src/share/org/apache/catalina/authenticator
DigestAuthenticator.java
catalina/src/share/org/apache/catalina/realm RealmBase.java
Log:
Improve digest
keith 2003/07/02 17:15:16
Modified:coyote/src/java/org/apache/coyote/tomcat4 CoyoteAdapter.java
Log:
Allow * as a valid url
Revision ChangesPath
1.19 +8 -4
jakarta-tomcat-connectors/coyote/src/java/org/apache/coyote/tomcat4/CoyoteAdapter.java
Index
keith 2003/07/02 17:16:49
Modified:catalina/src/share/org/apache/coyote/tomcat5
CoyoteAdapter.java
Log:
Allow * as a valid url
Revision ChangesPath
1.8 +8 -4
jakarta-tomcat-catalina/catalina/src/share/org/apache/coyote/tomcat5
keith 2003/09/18 13:53:01
Modified:coyote/src/java/org/apache/coyote/tomcat4 CoyoteAdapter.java
Log:
Respond 400 to requests which contain '%' with no or invalid trailing hex digits
Revision ChangesPath
1.20 +11 -5
jakarta-tomcat-connectors/coyot
keith 2003/09/18 15:20:51
Modified:catalina/src/share/org/apache/coyote/tomcat5
CoyoteAdapter.java
Log:
Respond 400 to requests which contain '%' with no or invalid trailing hex digits
Revision ChangesPath
1.13 +11 -5
jaka
keith 2002/10/04 11:33:11
Modified:src/share/org/apache/tomcat/modules/loggers
AccessLogInterceptor.java
Log:
Use CRLF on Win32 for access log
Revision ChangesPath
1.8 +2 -1
jakarta-tomcat/src/share/org/apache/tomcat/modules/loggers
keith 2002/10/04 16:07:23
Modified:http11/src/java/org/apache/coyote/http11
Http11Processor.java
Log:
Don't dup the work if it has already been done
Revision ChangesPath
1.39 +2 -1
jakarta-tomcat-connectors/http11/src/java/org/a
keith 2002/10/28 11:05:43
Modified:src/share/org/apache/tomcat/modules/server
Http10Interceptor.java
Log:
This cast is sort of expensive, so avoid it if possible.
Revision ChangesPath
1.35 +36 -20
jakarta-tomcat/src/share/org/apache
keith 2004/08/18 05:37:32
Modified:.build.xml
Log:
jtc now needs regexp to build coyote
Revision ChangesPath
1.10 +4 -0 jakarta-tomcat-connectors/build.xml
Index: build.xml
keith 2004/09/13 08:19:00
Modified:.build.xml
Log:
In nsis2, makensis-bz2 is no more. It is replaced by SetCompressor in the nsi
file, which has been added to tomcat.nsi; however here we need to point to
makensis.
Revision ChangesPath
1.85 +1 -1
keith 2004/09/18 11:38:51
Modified:.KEYS
Log:
Add my key
Revision ChangesPath
1.4 +36 -0 jakarta-tomcat-4.0/KEYS
Index: KEYS
===
RCS file: /home/cvs/jakarta-tomcat-4.0/KEYS,v
keith 2004/10/12 07:58:06
Modified:docs index.html
xdocsindex.xml
Log:
Tomcat 4.1.31 release changes
Revision ChangesPath
1.69 +1 -1 jakarta-tomcat-site/docs/index.html
Index: index.html
keith 2004/06/02 17:17:48
Modified:.build.properties.default
Log:
ant download maintenance
Revision ChangesPath
1.5 +27 -16jakarta-tomcat-connectors/build.properties.default
Index: build.properties.default
keith 2004/06/03 15:38:02
Modified:jk build.xml
Log:
If you ant download your code, you need to pull these in so that the
references are correct. I am open to a more correct way of accomplishing
this.
Revision ChangesPath
1.74 +2 -0 jakarta-tomcat
keith 2004/06/07 15:15:32
Modified:jk/native2/server/isapi install4iis.js
Log:
Actually filter can be on service or server, so move it back to server.
However, we may have to create our own Filters container as IIS
only creates one automatically for the service
keith 2004/06/07 14:08:26
Modified:jk/native2/server/isapi install4iis.js
Log:
Filters is on the service object
Revision ChangesPath
1.4 +2 -2 jakarta-tomcat-connectors/jk/native2/server/isapi/install4iis.js
Index: install4iis.js
keith 2004/06/07 16:58:17
Modified:jk/native2/server/isapi install4iis.js
Log:
s->S
Revision ChangesPath
1.6 +1 -1 jakarta-tomcat-connectors/jk/native2/server/isapi/install4iis.js
Index: install4iis
keith 2004/06/15 12:24:30
Added: jk/native2/server/isapi .cvsignore
jk/native2/server/apache2 .cvsignore
Log:
Ignore MSVC build files
Revision ChangesPath
1.1 jakarta-tomcat-connectors/jk/native2/server/isapi/.cvsignore
Index
keith 2004/06/15 13:37:11
Modified:jk/native2/common jk_requtil.c
jk/java/org/apache/ajp RequestHandler.java
jk/xdocs/common AJPv13.xml
jk/native2/include jk_service.h
jk/java/org/apache/jk/common HandlerRequest.java
Log
keith 2004/06/16 08:42:03
Modified:jk/native2/server/apache2 mod_jk2.c
Log:
The patch that was just applied for a bug was against an older
version and referred to a nonexistant variable.
Revision ChangesPath
1.84 +2 -2 jakarta-tomcat-connectors/jk/native2
keith 2004/11/03 14:23:22
Modified:catalina/src/share/org/apache/catalina/core Tag: TOMCAT_5_0
StandardContext.java
Log:
Backport to 5.0 my patch Remy applied to 5.5 to avoid npes on startup
Revision ChangesPath
No revision
keith 2005/02/09 21:25:42
Modified:http11/src/java/org/apache/coyote/http11/filters Tag:
TOMCAT_5_0 IdentityOutputFilter.java
coyote/src/java/org/apache/coyote Tag: TOMCAT_5_0
Response.java
util/java/org
keith 2005/02/27 10:18:02
Modified:coyote/src/java/org/apache/coyote Response.java
http11/src/java/org/apache/coyote/http11
Http11Processor.java
coyote/src/java/org/apache/coyote/tomcat4 OutputBuffer.java
Log:
Allow servlets to
keith 2005/02/27 10:18:35
Modified:catalina/src/share/org/apache/catalina/connector
OutputBuffer.java
Log:
Allow servlets to return multi-gb content-length headers
- allow servlets to set content-length > Integer.MAX_VALUE via setHeader()
-
keith 2005/02/27 13:30:52
Modified:coyote/src/java/org/apache/coyote Tag: TOMCAT_5_0
Response.java
coyote/src/java/org/apache/coyote/tomcat4 Tag: TOMCAT_5_0
OutputBuffer.java
http11/src/java/org/apache
keith 2005/02/27 13:33:48
Modified:catalina/src/share/org/apache/coyote/tomcat5 Tag: TOMCAT_5_0
OutputBuffer.java
Log:
Backport to 50 branch of fix to allow servlets to return
multi-gb content-length headers
- allow servlets to set content-length
keith 2005/03/22 18:43:05
Modified:webapps/webdav Tag: TOMCAT_5_0 index.html
Log:
Add another client to the Webdav compatibility list
Revision ChangesPath
No revision
No revision
1.1.2.1 +1 -0 jakarta-tomcat-catalina
keith 2005/03/22 18:43:17
Modified:webapps/webdav index.html
Log:
Add another client to the Webdav compatibility list
Revision ChangesPath
1.3 +1 -0 jakarta-tomcat-catalina/webapps/webdav/index.html
Index: index.html
keith 2005/04/18 13:20:46
Modified:catalina/src/share/org/apache/catalina/authenticator Tag:
TOMCAT_5_0 AuthenticatorBase.java
Log:
[34083 et al] For webapps with security constraints, we default to sending
headers to disable caching. This is well
keith 2005/04/18 13:21:57
Modified:catalina/src/share/org/apache/catalina/authenticator
AuthenticatorBase.java
Log:
[34083 et al] For webapps with security constraints, we default to sending
headers to disable caching. This is well-intentioned but IE
keith 2005/04/19 07:06:24
Modified:catalina/src/share/org/apache/catalina/authenticator
AuthenticatorBase.java
Log:
[34083, 27122, 28662, 29336, 29975, and 30618]
- invert so that securePagesWithPragma secures the pages with Pragma
(retaining Remy
keith 2005/04/19 07:49:26
Modified:coyote/src/java/org/apache/coyote Tag: TOMCAT_5_0
Request.java
Log:
[33970] backport Remy's 1.31 fix into the 5.0 branch
Revision ChangesPath
No revision
No rev
keith 2005/04/21 06:01:45
Modified:catalina/src/share/org/apache/catalina/authenticator Tag:
TOMCAT_5_0 AuthenticatorBase.java
Log:
[34083, 27122, 28662, 29336, 29975, and 30618]
Back out my previous change at Remy's wish so now Tomcat 5.0 too
keith 2005/05/02 15:13:36
Modified:webapps/webdav index.html
Log:
Update dav client compat list
Revision ChangesPath
1.4 +1 -1 jakarta-tomcat-catalina/webapps/webdav/index.html
Index: index.html
keith 2005/05/02 15:13:50
Modified:webapps/webdav Tag: TOMCAT_5_0 index.html
Log:
Update dav client compat list
Revision ChangesPath
No revision
No revision
1.1.2.2 +1 -1 jakarta-tomcat-catalina/webapps/webdav/index.html
issue?
Thanks,
Keith
environment is Win2K, IIS with isapi_redirector.dll, and Tomcat 3.2.1
Thanks,
Keith
.
Am I off base here? Is there some limitation to having more than one
jar file in WEB-INF/lib?
-Keith
-Original Message-
From: Kellie Miller [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, May 09, 2001 2:15 PM
To: [EMAIL PROTECTED]
Subject: Re: FW: Any known issues with Tomcat
tation/PWS
and that I should try to compile the dll from source. But I'd rather not go
through the effort to compile everything if this does not even have a chance
of solving my problem.
Any guidance from the developers who actually have built the code would be
appreciated.
ct.
3) Creating the "Filter DLLs" registry entry when your using IIS. This
entry is only required when your using the Personal Web Server. (The how-to
document in TC3.2.2 includes an additional comment about this).
> -Original Message-----
> From: Hawkins, Keith (Keit
solution. That just delays the
inevitable.
Any insight as to how to keep the Tomcat process from grabbing more and
more memory would be appreciated.
Thanks,
Keith
1 - 100 of 265 matches
Mail list logo