Author: billbarker
Date: Fri Oct 7 20:11:35 2005
New Revision: 307246
URL: http://svn.apache.org/viewcvs?rev=307246&view=rev
Log:
Update for new structure
Modified:
tomcat/container/branches/tc3.3.x/build.xml
Modified: tomcat/container/branches/tc3.3.x/build.xml
URL:
http://svn.apache
billbarker2005/09/24 19:16:42
Modified:webapps/docs changelog.xml
Log:
Update to 5.5.13, and doc changes
Revision ChangesPath
1.380 +36 -0 jakarta-tomcat-catalina/webapps/docs/changelog.xml
Index: changelog.xml
billbarker2005/09/24 17:27:53
Modified:catalina/src/share/org/apache/catalina/core
StandardContext.java
Log:
Fix problem of double-init when JMX-deploying a Context into a started Host.
It doesn't seem possible to stop init being called twice in
billbarker2005/09/24 16:53:23
Modified:jk/java/org/apache/jk/common ChannelNioSocket.java
ChannelSocket.java
Log:
Gracefully handle the case where some Socket options are disabled at the OS
level.
For reasons known only to Sun, Socket.setSoLinger
Author: billbarker
Date: Wed Sep 21 07:53:12 2005
New Revision: 290718
URL: http://svn.apache.org/viewcvs?rev=290718&view=rev
Log:
Remove obsolete TagPlugin file
Removed:
tomcat/servletapi/servlet2.4-jsp2.0-tc5.x/jsr152/examples/WEB-INF/tagPlugins
Author: billbarker
Date: Sat Sep 17 19:21:56 2005
New Revision: 289880
URL: http://svn.apache.org/viewcvs?rev=289880&view=rev
Log:
By default, exclude the digester code from the j-t-c/util build.
All of our XML-parsing is simplier than that, and it shrinks the jar file size.
Modi
billbarker2005/09/11 17:19:39
Modified:catalina/src/share/org/apache/catalina/core
LocalStrings.properties StandardContext.java
Log:
Per section 13.2 of the spec, warn if CR or LF is found in a .
Fix for Bug #36599
Revision ChangesPath
1.24
billbarker2005/08/28 18:14:45
Modified:webapps/docs changelog.xml
Log:
Doc changes
Revision ChangesPath
1.364 +3 -0 jakarta-tomcat-catalina/webapps/docs/changelog.xml
Index: changelog.xml
billbarker2005/08/27 17:52:14
Modified:catalina/src/share/org/apache/naming/resources
FileDirContext.java
Log:
Only normalize out backslash on Windows platforms.
On *nix systems, backslash is a perfectly valid (if somewhat strange :) file
name character
billbarker2005/08/17 21:41:02
Modified:catalina/src/share/org/apache/catalina/realm
UserDatabaseRealm.java
Log:
Clean up previous patch so it works with Custom UserDatabases, not just the
Memory one.
Revision ChangesPath
1.14 +22 -18
billbarker2005/08/05 21:25:27
Modified:catalina/src/share/org/apache/catalina/connector
Response.java
Log:
Make certain that URL is loaded early for sandbox.
Since TC 5.5.x requires JDK 1.4+, we should probably consider using the URI
class for this
billbarker2005/08/03 23:17:07
Modified:webapps/docs changelog.xml
Log:
doc changes
Revision ChangesPath
1.351 +3 -0 jakarta-tomcat-catalina/webapps/docs/changelog.xml
Index: changelog.xml
billbarker2005/08/03 23:07:46
Modified:catalina/src/share/org/apache/catalina/security
SecurityClassLoad.java
Log:
Fix CNFE when starting in a sandbox.
After the last refactoring, the Jk-Java Connector no longer has need of PAs.
If this changes, the
billbarker2005/07/21 21:16:25
Modified:jasper2/src/share/org/apache/jasper/compiler Generator.java
Log:
Return a custom tag to the pool when doEndTag returns SKIP_PAGE
Submitted by: Jan
Revision ChangesPath
1.242 +9 -2
jakarta-tomcat-jasper/jasper2/src
billbarker2005/07/20 21:12:33
Modified:webapps/docs changelog.xml
Log:
Doc changes
Revision ChangesPath
1.324 +7 -0 jakarta-tomcat-catalina/webapps/docs/changelog.xml
Index: changelog.xml
billbarker2005/07/20 20:59:10
Modified:jasper2/src/share/org/apache/jasper/compiler Generator.java
Log:
Make certain that release is called for custom tags when tag-pooling is
disabled.
Fix for Bug #35696
Revision ChangesPath
1.241 +9 -2
jakarta-tomcat
billbarker2005/07/16 13:54:05
Modified:jk/java/org/apache/jk/common HandlerRequest.java
JkInputStream.java
Log:
Copy the idea from the APR Connector, and delay reading the initial request
body packet until the Servlet asks for it.
This reduces the
billbarker2005/07/02 17:36:00
Modified:webapps/docs/config ajp.xml
Log:
Removing strange text that it seems comes from a CVS bug.
It's probably time for me to upgrade :).
Revision ChangesPath
1.20 +1 -2 jakarta-tomcat-catalina/webapps/docs/config/aj
billbarker2005/07/02 17:31:53
Modified:webapps/docs changelog.xml
webapps/docs/config ajp.xml
Log:
Doc changes.
Revision ChangesPath
1.320 +3 -0 jakarta-tomcat-catalina/webapps/docs/changelog.xml
Index: changelog.xml
billbarker2005/07/02 17:26:51
Modified:webapps/docs/config ajp.xml
Log:
Get rid of extra ^M characters.
Revision ChangesPath
1.18 +2 -1 jakarta-tomcat-catalina/webapps/docs/config/ajp.xml
Index: ajp.xml
billbarker2005/06/29 19:49:38
Modified:jk/java/org/apache/jk/common ChannelNioSocket.java
ChannelSocket.java HandlerRequest.java
JkInputStream.java
jk/java/org/apache/jk/server JkMain.java
Log:
Optionally enable
billbarker2005/06/17 21:16:57
Modified:.build.xml
Log:
Update to support building the APR connectors.
This was actually badly broken before (like, for months :). It's nice to see
that the TC 3.3 community is so active ;-).
Revision ChangesPath
1.208
billbarker2005/06/17 21:14:39
Modified:jk build.xml
Log:
Update to include the APR classes.
This is mostly to get Remy's stuff in the Gump build. It likely to be a very
long time before jakarta-tomcat-5's dependencies build, and hopefully by then
I'll ha
billbarker2005/06/08 22:50:27
Modified:catalina/src/share/org/apache/catalina/core
ApplicationDispatcher.java
Log:
Set the path elements after setting the Request attributes.
The 'hrequest' wraps the 'wrequest' in most (non-trivi
billbarker2005/05/31 20:53:58
Modified:jk/native configure.in
Log:
Add the APU includes as well.
Shouldn't make any difference for the standard Apache2 distro, but it's worth
it to never have to have Gump nag again.
And a big thanks to JFC for fixing the http
billbarker2005/05/20 20:02:25
Modified:catalina/src/share/org/apache/catalina/connector
Connector.java Response.java
Log:
Reverting previous patch in favor of the better one submitted by JFC
Revision ChangesPath
1.20 +1 -5
jakarta
billbarker2005/05/19 23:14:36
Modified:catalina/src/share/org/apache/catalina/connector
Connector.java
Log:
When using an AJP/1.3 Connector, choose a better default buffer size since
the HTTP/1.1 Connector default kills performance with Apache2.
If
billbarker2005/05/19 22:52:02
Modified:jk/java/org/apache/jk/common HandlerRequest.java
JkInputStream.java
jk/java/org/apache/jk/core MsgContext.java
jk/java/org/apache/jk/server JkCoyoteHandler.java
Log:
Implement the
billbarker2005/05/15 22:22:21
Modified:catalina/src/share/org/apache/catalina/authenticator
FormAuthenticator.java
Log:
Oops, missed an indirection
Revision ChangesPath
1.22 +2 -33
jakarta-tomcat-catalina/catalina/src/share/org/apache
billbarker2005/05/15 22:12:50
Modified:catalina/src/share/org/apache/catalina/authenticator
FormAuthenticator.java
Log:
Give Fuhrer Remy a clean build, even if as yet no Connector supports this
particular ActionCode.
Revision ChangesPath
1.21
billbarker2005/05/15 21:58:00
Modified:coyote/src/java/org/apache/coyote ActionCode.java
Log:
Add action code for FORM replay
Revision ChangesPath
1.17 +7 -0
jakarta-tomcat-connectors/coyote/src/java/org/apache/coyote/ActionCode.java
Index
billbarker2005/05/15 15:21:56
Modified:webapps/docs changelog.xml
Log:
doc changes to AJP/1.3 Connector
Revision ChangesPath
1.310 +3 -0 jakarta-tomcat-catalina/webapps/docs/changelog.xml
Index: changelog.xml
billbarker2005/05/15 13:16:32
Modified:jk/java/org/apache/jk/common Shm.java WorkerDummy.java
Log:
Oops missed a couple of files.
Revision ChangesPath
1.16 +3 -3
jakarta-tomcat-connectors/jk/java/org/apache/jk/common/Shm.java
Index: Shm.java
billbarker2005/05/13 20:27:19
Modified:jk/java/org/apache/jk/common ChannelNioSocket.java
Log:
Checking in some stuff I've had here, before I start to fix Jk-Coyote so that
it has a hope of working with Mark's patch.
Now this uses direct ByteBuffers (makes a big
billbarker2005/05/08 15:31:33
Modified:webapps/docs changelog.xml
Log:
document change
Revision ChangesPath
1.305 +3 -0 jakarta-tomcat-catalina/webapps/docs/changelog.xml
Index: changelog.xml
billbarker2005/05/08 15:16:47
Modified:catalina/src/share/org/apache/catalina/core
StandardPipeline.java
Log:
Fix problem where the "first" Valve wasn't removed from the Pipeline.
Of course, this can only happen when running Tomcat as Em
billbarker2005/05/01 17:05:03
Modified:webapps/docs changelog.xml
Log:
Catching up on my changes, before I forget all of them.
Revision ChangesPath
1.299 +6 -0 jakarta-tomcat-catalina/webapps/docs/changelog.xml
Index: changelog.xml
billbarker2005/04/29 21:35:37
Modified:webapps/docs changelog.xml
webapps/docs/config ajp.xml http.xml
Log:
Update docs to include new Virtual Host option.
Revision ChangesPath
1.296 +3 -0 jakarta-tomcat-catalina/webapps/docs/changelog.xml
billbarker2005/04/29 20:32:43
Modified:catalina/src/share/org/apache/catalina/connector
Connector.java CoyoteAdapter.java
Log:
Add option to enable IP-based Virtual Hosting.
Fix for bug #34648
Revision ChangesPath
1.18 +22 -1
billbarker2005/04/23 21:27:42
Modified:jk/java/org/apache/jk/common ChannelNioSocket.java
Log:
Give up on switching between blocking/non-blocking Sockets, also move the
Accecpt into the Poller instead of its own thread.
This is still very much experimental, and nobody should
billbarker2005/04/16 20:41:08
Modified:jk/java/org/apache/jk/common ChannelSocket.java
jk/java/org/apache/jk/server JkMain.java
Added: jk/java/org/apache/jk/common ChannelNioSocket.java
Log:
Give Remy something meaningful to benchmark against ;-).
On
billbarker2005/04/14 20:17:08
Modified:.build.xml
Log:
Get 3.3 building again with j-t-c/jni.
Revision ChangesPath
1.207 +14 -0 jakarta-tomcat/build.xml
Index: build.xml
===
RCS file
billbarker2005/04/14 20:10:02
Modified:http11 build.xml
Log:
Adding tomcat-jni.jar to the classpath, since it is now required.
Revision ChangesPath
1.18 +3 -1 jakarta-tomcat-connectors/http11/build.xml
Index: build.xml
billbarker2005/04/14 19:49:14
Modified:util build.xml
Log:
Add tomcat-jni.jar to the classpath, since it is now required.
Revision ChangesPath
1.32 +2 -1 jakarta-tomcat-connectors/util/build.xml
Index: build.xml
billbarker2005/04/10 16:48:44
Modified:util/java/org/apache/tomcat/util/net/jsse
JSSEImplementation.java
Added: util/java/org/apache/tomcat/util/net/jsse JSSE15Factory.java
JSSE15SocketFactory.java
Log:
Adding support for CRLs
billbarker2005/04/10 15:19:00
Modified:util build.xml
Log:
Add checks for JDK 1.5.
Revision ChangesPath
1.31 +3 -0 jakarta-tomcat-connectors/util/build.xml
Index: build.xml
===
RCS
billbarker2005/04/09 12:30:37
Modified:webapps/docs changelog.xml
Log:
Note SSL change, fix typo.
Revision ChangesPath
1.284 +9 -1 jakarta-tomcat-catalina/webapps/docs/changelog.xml
Index: changelog.xml
billbarker2005/04/07 19:49:50
Modified:util/java/org/apache/tomcat/util/net/jsse
JSSESocketFactory.java
Log:
Add support for using "Smart Cards" as trust/keyStore.
Revision ChangesPath
1.18 +8 -8
jakarta-tomcat-connectors/uti
billbarker2005/03/25 08:43:09
Modified:webapps/docs changelog.xml
Log:
doc change
Revision ChangesPath
1.269 +3 -0 jakarta-tomcat-catalina/webapps/docs/changelog.xml
Index: changelog.xml
billbarker2005/03/24 19:53:25
Modified:util/java/org/apache/tomcat/util/http MimeHeaders.java
Log:
Make setValue guarantee that the header is unique (that's how it's being used
anyway).
Fix for Bug #34113
Revision ChangesPath
1.7 +30 -18
jaka
billbarker2005/03/22 07:26:44
Modified:catalina/src/share/org/apache/catalina/session
StandardSession.java
Log:
Reverting change.
Note to self: Next time check the errata as well as -fr
Revision ChangesPath
1.53 +6 -2
jakarta
billbarker2005/03/21 19:50:03
Modified:catalina/src/share/org/apache/catalina/session
StandardSession.java
Log:
From the comments for R1.11, it seems that some early version of the spec had
an exception here. However, this didn't survive to the final
billbarker2005/03/11 20:05:39
Modified:webapps/docs changelog.xml
Log:
doc changes
Revision ChangesPath
1.240 +14 -0 jakarta-tomcat-catalina/webapps/docs/changelog.xml
Index: changelog.xml
billbarker2005/03/11 19:27:45
Modified:jk/java/org/apache/jk/common MsgAjp.java
Log:
Set the MB to null when Apache sends null.
Fix for Bug #33971
Revision ChangesPath
1.19 +1 -1
jakarta-tomcat-connectors/jk/java/org/apache/jk/common/MsgAjp.java
billbarker2005/02/28 21:46:17
Modified:webapps/admin build.xml
Log:
Update for new Struts structure (so Gump can be happy again someday).
This won't stop the nags until Gump starts building struts-taglib, but it's a
start.
Revision ChangesPath
1.16
billbarker2005/02/02 19:36:57
Modified:jk/java/org/apache/jk/server JkCoyoteHandler.java
Log:
Cleanup exception handling in action, and remember error state so that we can
close the connection without having to attempt another read.
Fix for Bug #33374
Reported By: Lars
billbarker2005/01/08 13:14:21
Modified:src/share/org/apache/tomcat/modules/generators
ErrorHandler.java StaticInterceptor.java
src/share/org/apache/tomcat/resources
LocalStrings.properties LocalStrings_es.properties
billbarker2004/12/22 22:11:52
Modified:catalina/src/share/org/apache/catalina/core
StandardEngine.java StandardHost.java
Log:
Fix the locating of orphaned Realms for JMX embedding.
Since Realms don't implement managedResource, this is the only way t
billbarker2004/12/17 19:49:04
Modified:jk/native/apache-2.0 Makefile.in
Log:
Fix build for --with-apache=/path/to/apache-src
Reported By: Gump [EMAIL PROTECTED]
Revision ChangesPath
1.16 +1 -0
jakarta-tomcat-connectors/jk/native/apache-2.0/Makefile.in
billbarker2004/12/16 19:14:56
Modified:jk/native/apache-1.3 mod_jk.c
jk/native/apache-2.0 mod_jk.c
Log:
Now that the SC lookup is case-insensitive, don't waste cycles converting the
header names to lower case
Revision ChangesPath
1.60
billbarker2004/12/16 19:02:41
Modified:jk/java/org/apache/jk/common HandlerRequest.java
Log:
Fix weird NumberFormatException.
Apache never sends "Content-Length" as a String, which is probably why this
one has been here so long.
Reported By: Allistair Cross
billbarker2004/12/15 19:51:42
Modified:util/java/org/apache/tomcat/util IntrospectionUtils.java
Log:
Ignore '$' chars that aren't part of a '${' replacement pattern.
Unlike with ant (which of course is what this is based off of), with this
billbarker2004/12/13 23:02:32
Modified:util/java/org/apache/tomcat/util/net/jsse
JSSE13SocketFactory.java
Log:
JSSE 1.0.x doesn't include sun.security.provider.Sun, so we can't assume that
it will be available.
Fix for Bug #32680
Revisio
billbarker2004/12/11 00:06:20
Modified:webapps/docs changelog.xml
Log:
Documenting changes
Revision ChangesPath
1.204 +12 -0 jakarta-tomcat-catalina/webapps/docs/changelog.xml
Index: changelog.xml
billbarker2004/12/10 22:32:13
Modified:jk/java/org/apache/jk/common ChannelSocket.java
Log:
Speed the MsgContext on its way to GC.
The ControlRunnable will retain a reference to the TPR, so the endpoint will
stay until the CR is reused.
May or may not help with BZ #32141
billbarker2004/12/10 20:00:35
Modified:jk/java/org/apache/jk/common HandlerRequest.java
Log:
Syncronize access to the Request registration count.
There are reports on the user list that this isn't close enough to atomic,
and doesn't happen often enough to worry
billbarker2004/12/10 19:52:56
Modified:util/java/org/apache/tomcat/util/threads ThreadPool.java
Log:
We need to set the local copies, otherwise the thread counts get wacked.
This mostly effects the TC 3.3 legacy Connectors. It is almost impossible
for the Coyote Connectors to
billbarker2004/12/04 22:29:15
Modified:jk/java/org/apache/jk/config ApacheConfig.java
BaseJkConfig.java IISConfig.java NSConfig.java
Log:
Allow ApacheConfig and friends to live under an Engine.
Using an Engine gives the all-in config generation like with
billbarker2004/12/01 22:03:43
Modified:webapps/docs changelog.xml
Log:
Documenting
Revision ChangesPath
1.193 +10 -0 jakarta-tomcat-catalina/webapps/docs/changelog.xml
Index: changelog.xml
billbarker2004/12/01 19:49:01
Modified:webapps/admin tree-control-test.jsp
webapps/admin/WEB-INF/classes/org/apache/webapp/admin
TreeControlTag.java
Log:
Fix problem where EL expression is used as a place holder.
Fix for Bug #32381
billbarker2004/11/21 22:42:46
Modified:http11/src/java/org/apache/coyote/http11
Http11Processor.java
Log:
Reverting reversion of patch ;-)
Revision ChangesPath
1.115 +1 -1
jakarta-tomcat-connectors/http11/src/java/org/apache/coyote
billbarker2004/11/20 19:59:16
Modified:src/share/org/apache/tomcat/modules/generators
ErrorHandler.java
Log:
Change java.net.URL to o.a.t.u.net.URL.
This is so that redirects to https:// works without requiring that JSSE is
installed.
Revision
billbarker2004/11/20 18:47:01
Modified:src/share/org/apache/tomcat/modules/aaa
AccessInterceptor.java
Log:
Process the redirect to https if the redirectPort is specified
Revision ChangesPath
1.23 +15 -0
jakarta-tomcat/src/share/org
billbarker2004/11/20 18:45:04
Modified:coyote/src/java/org/apache/coyote/tomcat3
CoyoteInterceptor2.java Tomcat3Adapter.java
Tomcat3Request.java
Log:
Adding support for 'redirectPort'.
This works the same as it does on T
billbarker2004/11/20 13:59:49
Modified:http11/src/java/org/apache/coyote/http11
Http11Processor.java
Log:
Reverting patch per vote on tomcat-dev
Revision ChangesPath
1.114 +1 -1
jakarta-tomcat-connectors/http11/src/java/org/apache/coyote
billbarker2004/11/19 19:04:28
Modified:http11/src/java/org/apache/coyote/http11
Http11Processor.java
Log:
If we are in the error state, we aren't going to keep-alive. So don't lie to
the UA that we are.
Fix for Bug #32292
Revision Chang
billbarker2004/11/19 18:39:34
Modified:jk/java/org/apache/jk/common ChannelSocket.java
ChannelUn.java
Log:
It seems that the 1.5 JVM is less tolarant of 'null' ONames.
Reported By: Allistair Crossley [EMAIL PROTECTED]
Revision Chang
billbarker2004/11/19 07:52:51
Modified:webapps/tomcat-docs build.xml
Log:
Fix Gump build.
Revision ChangesPath
1.14 +4 -5 jakarta-tomcat-4.0/webapps/tomcat-docs/build.xml
Index: build.xml
billbarker2004/11/19 00:15:53
Modified:.build.xml
Log:
Fix the build for new Jk doc location.
Revision ChangesPath
1.206 +1 -2 jakarta-tomcat/build.xml
Index: build.xml
===
RCS file
billbarker2004/11/18 22:07:56
Modified:catalina/src/share/org/apache/catalina Globals.java
catalina/src/share/org/apache/catalina/connector
Request.java
Log:
Since we are documenting the SSL Session ID attribute, treat it like other
SSL
billbarker2004/10/22 20:02:32
Modified:jk/native/netscape jk_nsapi_plugin.c
Log:
Add the cert header and footer line to the SSL cert.
Fix for bug #31766
Based on submission by: Nathan Clement [EMAIL PROTECTED]
Revision ChangesPath
1.13 +12 -3 jakarta
billbarker2004/10/20 19:44:36
Modified:.RELEASE-NOTES-3.3.3.txt
Log:
Document fix to 31800
Revision ChangesPath
1.3 +3 -1 jakarta-tomcat/RELEASE-NOTES-3.3.3.txt
Index: RELEASE-NOTES-3.3.3.txt
billbarker2004/10/20 19:41:38
Modified:util/java/org/apache/tomcat/util/threads Expirer.java
Log:
Clean up references to TS when one is removed.
Fix for Bug #31800
Submitted By: David Blavier [EMAIL PROTECTED]
Revision ChangesPath
1.9 +6 -10
jakarta
billbarker2004/10/19 22:29:55
Modified:.build.xml
Log:
Allow compilation with a 1.5 JDK.
Note that setting compile.source="1.5" won't currently work, since there are still
some enums floating around.
Revision ChangesPath
1.205 +35 -7
billbarker2004/10/19 22:26:26
Modified:src/share/org/apache/tomcat/modules/config
PolicyInterceptor.java
Log:
Allow compilation with a 1.5 JDK
Revision ChangesPath
1.16 +2 -1
jakarta-tomcat/src/share/org/apache/tomcat/modules/config
billbarker2004/10/17 23:45:00
Modified:.build.properties.default
Log:
Update to struts-1.2.4
Revision ChangesPath
1.138 +4 -4 jakarta-tomcat-5/build.properties.default
Index: build.properties.default
billbarker2004/10/17 23:37:57
Modified:webapps/admin/WEB-INF struts-config.xml
webapps/admin/WEB-INF/classes/org/apache/webapp/admin
CommitChangesAction.java DumpRegistryAction.java
DumpServerAction.java LogOutAction.java
billbarker2004/10/14 21:42:25
Modified:jk/java/org/apache/jk/common ChannelJni.java
Log:
Make the message properly empty for the first part of the POST body.
This is a bit ugly, but then so is the rest of ChannelJni ;-).
Fix for Bug #31722
Revision ChangesPath
billbarker2004/10/11 23:57:34
Modified:jk build.xml
Log:
Oops, missed one place.
Revision ChangesPath
1.78 +4 -4 jakarta-tomcat-connectors/jk/build.xml
Index: build.xml
===
RCS file
billbarker2004/10/11 20:42:22
Modified:jk build.xml
Log:
Splitting out version targets, as part of Gump cleanup.
Shouldn't effect 'normal' builds at all.
Revision ChangesPath
1.77 +127 -53 jakarta-tomcat-connectors/jk/build.xml
I
billbarker2004/10/10 17:13:34
Modified:.RELEASE-NOTES-3.3.3.txt
Log:
Bringing up-to-date with the recent changes.
Revision ChangesPath
1.2 +7 -1 jakarta-tomcat/RELEASE-NOTES-3.3.3.txt
Index: RELEASE-NOTES-3.3.3.txt
billbarker2004/10/10 16:43:20
Modified:jk/java/org/apache/jk/server JkMain.java
Log:
Make the 'jk2.properties' file entirely optional.
By default, no properties file is read. Configuration should be done on the
Connector element. To get the previous behavior, y
billbarker2004/10/07 19:53:38
Modified:src/share/org/apache/tomcat/modules/aaa RealmBase.java
Log:
Add the option to specify the encoding for use in digesting passwords.
To use, specify the attribute digestEncoding="UTF-8" on your Realm element.
Fix for
billbarker2004/10/04 21:45:55
Modified:coyote/src/java/org/apache/coyote/tomcat3
CoyoteInterceptor2.java
Log:
The translation of HTTP/1.1 attribute names is now the responsibility of the
Connector.
Revision ChangesPath
1.20 +23 -1
billbarker2004/10/03 11:01:52
Modified:src/share/org/apache/tomcat/core Request.java
src/share/org/apache/tomcat/modules/mappers
CoyoteMapper.java
Log:
Integrate the MappingData with the Request.
Revision ChangesPath
1.120 +11
billbarker2004/10/02 13:29:21
Modified:src/share/org/apache/tomcat/startup Main.java
Log:
Set the ContextCL before loading loading EmbededTomcat.
EmbededTomcat will reset it, but this seems to make log4j configuration easier.
Revision ChangesPath
1.46 +2 -1
billbarker2004/10/01 18:22:10
Modified:src/share/org/apache/tomcat/modules/server
PoolTcpConnector.java
Log:
For backwards compatability, default the strategy to leader/follower.
Revision ChangesPath
1.19 +1 -3
jakarta-tomcat/src/share
billbarker2004/09/29 23:02:39
Modified:src/facade22/org/apache/tomcat/facade
RequestDispatcherImpl.java
Log:
Set the correct query-string on forwards.
The parameters are the sum of the forward URI and the request URI, but the
query-string is the one
billbarker2004/09/21 19:54:06
Modified:jk/java/org/apache/ajp NegociationHandler.java
jk/java/org/apache/ajp/tomcat4 JkServlet.java
jk/java/org/apache/ajp/tomcat4/config BaseJkConfig.java
Log:
Fix broken logging.
Revision ChangesPath
1.10
billbarker2004/09/16 22:57:52
Added: .RELEASE-NOTES-3.3.3.txt
Log:
Better late than never ;-).
Revision ChangesPath
1.1 jakarta-tomcat/RELEASE-NOTES-3.3.3.txt
Index: RELEASE-NOTES-3.3.3.txt
1 - 100 of 770 matches
Mail list logo