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
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
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
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 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
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
billbarker01/11/15 20:10:35
Modified:src/facade22/org/apache/tomcat/facade
HttpServletResponseFacade.java
Log:
Fix URL rewriting when the url has an anchor.
In order to be functional, the "jsessionid=" must be part of the "file" c
billbarker01/11/16 22:34:08
Modified:.RELEASE-NOTES-3.3.1.txt
Log:
Update to include change to o.a.t.facade.HttpServletResponseFacade.
Revision ChangesPath
1.3 +3 -1 jakarta-tomcat/RELEASE-NOTES-3.3.1.txt
Index: RELEASE-NOTES-3.3.1.txt
billbarker01/11/17 21:56:02
Modified:src/share/org/apache/tomcat/util/net
StreamHandlerFactory.java
Log:
One last NPE check.
Revision ChangesPath
1.4 +12 -10
jakarta-tomcat/src/share/org/apache/tomcat/util/net/StreamHandlerFactory.java
billbarker01/11/17 22:20:57
Modified:src/share/org/apache/tomcat/startup EmbededTomcat.java
Log:
Set the URLStreamHandlerFactory to allow webapps to create https URLS.
With this servlets can create a java.net.URL("https:/...") with JSSE/OpenTLS either
installed
billbarker01/11/19 21:38:30
Modified:src/share/org/apache/tomcat/util/http Parameters.java
Log:
Handle missing '=' from RequestDispatcher.include.
Fix for bug #4955
Reported By: Gareth Cronin [EMAIL PROTECTED]
Revision ChangesPath
1.19 +1 -0
billbarker01/11/19 22:39:21
Modified:.RELEASE-NOTES-3.3.1.txt
Log:
Update to reflect change to o.a.t.util.http.Parameters
Revision ChangesPath
1.4 +4 -1 jakarta-tomcat/RELEASE-NOTES-3.3.1.txt
Index: RELEASE-NOTES-3.3.1.txt
billbarker01/11/20 19:02:27
Modified:src/share/org/apache/tomcat/util/depend
DependClassLoader12.java
Log:
Teaches the DependClassLoader how to define packages for Java2
Fix for bug #4948
Reported By: Joel Bartley [EMAIL PROTECTED]
Submitted By
billbarker01/11/20 20:33:55
Modified:.RELEASE-NOTES-3.3.1.txt
Log:
Update for bug 4948 fix.
Revision ChangesPath
1.5 +4 -1 jakarta-tomcat/RELEASE-NOTES-3.3.1.txt
Index: RELEASE-NOTES-3.3.1.txt
billbarker01/11/28 19:06:05
Modified:src/facade22/org/apache/tomcat/facade JspInterceptor.java
WebXmlReader.java
Log:
Rationalize the setting of the default mapping for JSP pages.
With this code move, only JspInterceptor knows anything about JSP pages
billbarker01/11/28 19:23:26
Modified:src/facade22/org/apache/tomcat/facade WebXmlReader.java
Log:
Improve the handling of invalid web.xml files.
With this fix, the web.xml parsing of an invalid file always generates the same
error every time Tomcat is started.
Submitted
billbarker01/11/28 19:35:17
Modified:.RELEASE-NOTES-3.3.1.txt
Log:
Update to document fixes to handling of invalid web.xml files and disabling JSP
support.
Revision ChangesPath
1.7 +7 -1 jakarta-tomcat/RELEASE-NOTES-3.3.1.txt
Index: RELEASE
billbarker01/11/29 18:27:03
Modified:src/share/org/apache/tomcat/util/depend
DependClassLoader12.java
Log:
Add missing Java2 method.
AFAIK, this is the last Java2 method that DCL12 needs to implement to support
everything that a Java2 CL is supposed to
billbarker01/11/29 20:37:12
Modified:src/facade22/org/apache/tomcat/facade JspInterceptor.java
Log:
Fix Spec compliance problem with jsp_precompile.
This was reported against 4.x, but we're just as broken. There is the additional
problem that the 1.1 spec actually spec
billbarker01/11/29 21:35:10
Modified:.RELEASE-NOTES-3.3.1.txt
Log:
Update for spec compliance fix on JSP pages.
Revision ChangesPath
1.8 +3 -1 jakarta-tomcat/RELEASE-NOTES-3.3.1.txt
Index: RELEASE-NOTES-3.3.1.txt
billbarker01/12/05 18:56:53
jakarta-tomcat-connectors/jk/java/org/apache/ajp/tomcat4/config - New directory
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
billbarker01/12/06 20:38:26
Modified:src/share/org/apache/tomcat/modules/server
Http10Interceptor.java PoolTcpConnector.java
Log:
PureTLS support changes.
Submitted by: Eric Rescorla [EMAIL PROTECTED]
Revision ChangesPath
1.28 +45 -7
billbarker01/12/06 20:40:06
Modified:src/share/org/apache/tomcat/util/net
DefaultServerSocketFactory.java
PoolTcpEndpoint.java ServerSocketFactory.java
Added: src/share/org/apache/tomcat/util/net JSSEImplementation.java
billbarker01/12/06 20:42:23
Modified:.build.xml
Log:
Changes to reflect new PureTLS support.
Submitted by: Eric Rescorla [EMAIL PROTECTED]
Revision ChangesPath
1.161 +13 -13jakarta-tomcat/build.xml
Index: build.xml
billbarker01/12/06 21:10:44
Modified:src/doc tomcat-ssl-howto.html
Log:
Update documentation for PureTLS support.
Submitted by: Eric Rescorla [EMAIL PROTECTED]
Revision ChangesPath
1.8 +138 -24 jakarta-tomcat/src/doc/tomcat-ssl-howto.html
Index
billbarker01/12/06 21:15:10
Modified:src/examples/WEB-INF/classes RequestInfoExample.java
Log:
Update to include SSL Information
Submitted by: Eric Rescorla [EMAIL PROTECTED]
Revision ChangesPath
1.2 +14 -2
jakarta-tomcat/src/examples/WEB-INF/classes
billbarker01/12/06 21:36:39
Modified:.RELEASE-NOTES-3.3.1.txt
Log:
Document PureTLS support.
Revision ChangesPath
1.11 +4 -1 jakarta-tomcat/RELEASE-NOTES-3.3.1.txt
Index: RELEASE-NOTES-3.3.1.txt
billbarker01/12/07 20:50:41
Modified:src/share/org/apache/tomcat/modules/aaa
AccessInterceptor.java
Log:
Fix the position of ;jsessionid on 401 responses.
The original code didn't work if the protected servlet was being called with a query
strin
billbarker01/12/07 20:57:29
Modified:.RELEASE-NOTES-3.3.1.txt
Log:
Documenting ;jsessionid fix.
Revision ChangesPath
1.12 +3 -1 jakarta-tomcat/RELEASE-NOTES-3.3.1.txt
Index: RELEASE-NOTES-3.3.1.txt
billbarker01/12/09 19:52:02
Added: jk/java/org/apache/ajp/tomcat4/config ApacheConfig.java
BaseJkConfig.java IISConfig.java NSConfig.java
Log:
Initial version of AutoConfig for Ajp13 and Tomcat 4.0.1.
The default forwardAll works as expected. However
billbarker01/12/10 19:52:35
Modified:jk/java/org/apache/ajp/tomcat4/config ApacheConfig.java
BaseJkConfig.java IISConfig.java NSConfig.java
Log:
Fix the Alias mapping in "static by Apache" mode.
Now the Alias directives are handled correctly,
billbarker01/12/11 20:09:35
Modified:jk/java/org/apache/ajp/tomcat4/config ApacheConfig.java
IISConfig.java NSConfig.java
Log:
Add missing j_security_check mapping.
It seems that this isn't a mapped servlet in 4.x.
Revision ChangesPath
billbarker01/12/12 20:20:06
Modified:src/facade22/org/apache/tomcat/facade
LoadOnStartupInterceptor.java
Log:
Fix behavior when servlet is a JspFile.
Fix for bug #5390.
Reported by: Mike [EMAIL PROTECTED]
Revision ChangesPath
1.4 +19
billbarker01/12/12 20:26:09
Modified:.RELEASE-NOTES-3.3.1.txt
Log:
Document fix for LoadOnStartup JSP pages.
Revision ChangesPath
1.13 +3 -1 jakarta-tomcat/RELEASE-NOTES-3.3.1.txt
Index: RELEASE-NOTES-3.3.1.txt
billbarker01/12/13 19:47:26
Modified:src/share/org/apache/tomcat/util JavaGeneratorTool.java
Log:
Fix indexing problem on Mangler.
Just a classic 0/1 based indexing problem.
Fix for bug #5365
Reported by: Cory [EMAIL PROTECTED]
Revision ChangesPath
1.3
billbarker01/12/13 19:50:21
Modified:.RELEASE-NOTES-3.3.1.txt
Log:
Document Mangler fix.
Revision ChangesPath
1.14 +3 -1 jakarta-tomcat/RELEASE-NOTES-3.3.1.txt
Index: RELEASE-NOTES-3.3.1.txt
billbarker01/12/13 19:55:11
Modified:src/share/org/apache/tomcat/util JavaGeneratorTool.java
Log:
Remove debugging line that I had enabled to track this down.
Revision ChangesPath
1.4 +1 -1
jakarta-tomcat/src/share/org/apache/tomcat/util
billbarker01/12/13 20:27:05
Modified:jk/java/org/apache/ajp/tomcat4/config BaseJkConfig.java
Log:
Remove sub-config from Server Listener, since it doesn't work with Catalina.
Revision ChangesPath
1.3 +3 -10
jakarta-tomcat-connectors/jk/java/org/apach
billbarker01/12/19 19:38:37
Modified:src/share/org/apache/tomcat/modules/generators
StaticInterceptor.java
Log:
Don't check dates if the static page is part of a jsp:include
This was reported as Bug 5497 against 4.x. In the report, it only hap
billbarker01/12/19 19:49:14
Modified:.RELEASE-NOTES-3.3.1.txt
Log:
Document fix for 304 response on included pages.
Revision ChangesPath
1.16 +3 -1 jakarta-tomcat/RELEASE-NOTES-3.3.1.txt
Index: RELEASE-NOTES-3.3.1.txt
billbarker01/12/25 21:25:30
Modified:src/share/org/apache/tomcat/util/net
StreamHandlerFactory.java
Log:
It seems that some JVMs handle "jar" specially, so decline if the protocol is "jar"
Revision ChangesPath
1.5 +3 -0
billbarker01/12/26 23:10:11
Modified:src/share/org/apache/tomcat/util/net
StreamHandlerFactory.java
Log:
If it is right to ignore "jar", than it must be right to ignore "file".
This should finish passing off the protocols used int
billbarker01/12/27 22:13:22
Modified:src/share/org/apache/tomcat/util/net
StreamHandlerFactory.java
Log:
It is really great when you learn to read :)
I had totally misunderstood the java.net.URL javadocs, so this wasn't working at
all. This shou
billbarker02/01/03 22:03:54
Modified:jk/java/org/apache/ajp/tomcat4/config NSConfig.java
Log:
Fix problem with Object tag nesting.
Personally, I only worked with Netscape briefly, many years ago. I think that I've
got this right, but an iPlanet expert should probably lo
billbarker02/01/03 22:04:33
Modified:jk/java/org/apache/jk/server/tomcat40/config NSConfig.java
Log:
Make the new branch the same as the old.
Revision ChangesPath
1.2 +4 -2
jakarta-tomcat-connectors/jk/java/org/apache/jk/server/tomcat40/config/NSConfig.java
billbarker02/01/04 18:44:58
Modified:src/share/org/apache/tomcat/util/depend
DependClassLoader.java
Log:
Add missing close statement on InputStream.
Hopefully this will partially fix bug #5684 part 1.
Reported by: Mike [EMAIL PROTECTED
billbarker02/01/08 22:57:42
Modified:src/facade22/org/apache/tomcat/facade JspInterceptor.java
Log:
Prevent writing out a useless .ver file in the case where the jsp doesn't exist.
Under W98, this is enough to pass the sanity test. Still needs testing under N
billbarker02/01/08 23:00:04
Removed: src/share/org/apache/tomcat/util/net
StreamHandlerFactory.java
Log:
Moving to it's new home.
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
billbarker02/01/08 23:03:58
Modified:src/share/org/apache/tomcat/startup EmbededTomcat.java
Log:
Remove setting of StreamHandlerFactory, since it's not there anymore.
It will come back as a module, since it does nothing for Tomcat itself. It only
provides a service t
billbarker02/01/08 23:43:20
Modified:src/share/org/apache/tomcat/modules/generators
StaticInterceptor.java
Log:
Make the (redundant) check for WEB-INF optional.
This was reported against 4.x as bug #5724. However, in our case it actually
prevents
billbarker02/01/10 22:55:30
Modified:src/share/org/apache/tomcat/util/compat Jdk12Support.java
Log:
Remove hard-coded assumptions about URLClassLoader.
To allow configuring the App-Classloader to be a SimpleClassLoader (to hopefully get
around the problem of re-loading jar
billbarker02/01/10 23:01:24
Modified:src/share/org/apache/tomcat/modules/config
LoaderInterceptor11.java
Log:
Allow the user to optionally configure to use the 1.1 loader even under Java2.
SimpleClassLoader should handle replaced jar files better than
billbarker02/01/10 23:11:27
Modified:.RELEASE-NOTES-3.3.1.txt
Log:
Documenting changes to StaticInterceptor & LoaderInterceptor11
Revision ChangesPath
1.21 +7 -1 jakarta-tomcat/RELEASE-NOTES-3.3.1.txt
Index: RELEASE-NOTES-3.3.1
billbarker02/01/10 23:17:17
Modified:src/doc serverxml.html
Log:
Document new attribute to LoaderInterceptor11
Revision ChangesPath
1.15 +7 -1 jakarta-tomcat/src/doc/serverxml.html
Index: serverxml.html
billbarker02/01/10 23:24:17
Modified:src/share/org/apache/tomcat/startup EmbededTomcat.java
Log:
Remove dependency on URLClassLoader that was preventing running under 1.1
Revision ChangesPath
1.63 +1 -1
jakarta-tomcat/src/share/org/apache/tomcat/startup
billbarker02/01/11 20:12:29
jakarta-tomcat/proposals/StreamHandler - New directory
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
billbarker02/01/11 20:12:53
jakarta-tomcat/proposals/StreamHandler/WEB-INF - New directory
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
billbarker02/01/11 20:13:27
jakarta-tomcat/proposals/StreamHandler/WEB-INF/classes - New directory
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
billbarker02/01/11 20:13:39
jakarta-tomcat/proposals/StreamHandler/WEB-INF/classes/org - New directory
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
billbarker02/01/11 20:13:50
jakarta-tomcat/proposals/StreamHandler/WEB-INF/classes/org/apache - New directory
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
billbarker02/01/11 20:13:59
jakarta-tomcat/proposals/StreamHandler/WEB-INF/classes/org/apache/tomcat - New
directory
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
billbarker02/01/11 20:14:18
jakarta-tomcat/proposals/StreamHandler/WEB-INF/classes/org/apache/tomcat/modules -
New directory
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
billbarker02/01/11 20:14:18
jakarta-tomcat/proposals/StreamHandler/WEB-INF/classes/org/apache/tomcat/util - New
directory
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
billbarker02/01/11 20:14:32
jakarta-tomcat/proposals/StreamHandler/WEB-INF/classes/org/apache/tomcat/util/net -
New directory
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
billbarker02/01/11 20:15:04
jakarta-tomcat/proposals/StreamHandler/WEB-INF/classes/org/apache/tomcat/modules/config
- New directory
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
billbarker02/01/11 21:54:32
jakarta-tomcat/proposals/URLStreamHandler - New directory
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
billbarker02/01/11 21:54:48
jakarta-tomcat/proposals/URLStreamHandler/WEB-INF - New directory
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
billbarker02/01/11 21:55:04
jakarta-tomcat/proposals/URLStreamHandler/WEB-INF/classes - New directory
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
billbarker02/01/11 21:55:14
jakarta-tomcat/proposals/URLStreamHandler/WEB-INF/classes/org - New directory
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
billbarker02/01/11 21:55:24
jakarta-tomcat/proposals/URLStreamHandler/WEB-INF/classes/org/apache - New directory
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
billbarker02/01/11 21:55:36
jakarta-tomcat/proposals/URLStreamHandler/WEB-INF/classes/org/apache/tomcat - New
directory
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
billbarker02/01/11 21:55:47
jakarta-tomcat/proposals/URLStreamHandler/WEB-INF/classes/org/apache/tomcat/util -
New directory
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
billbarker02/01/11 21:55:47
jakarta-tomcat/proposals/URLStreamHandler/WEB-INF/classes/org/apache/tomcat/modules
- New directory
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
billbarker02/01/11 21:55:55
jakarta-tomcat/proposals/URLStreamHandler/WEB-INF/classes/org/apache/tomcat/util/net
- New directory
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
billbarker02/01/11 21:56:28
jakarta-tomcat/proposals/URLStreamHandler/WEB-INF/classes/org/apache/tomcat/modules/config
- New directory
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
billbarker02/01/11 22:37:58
Added: proposals/URLStreamHandler Tag: tomcat_33_final build.xml
proposals/URLStreamHandler/WEB-INF Tag: tomcat_33_final
interceptors.xml
proposals/URLStreamHandler/WEB-INF/classes/org/apache/tomcat
billbarker02/01/11 22:43:03
Removed: proposals/URLStreamHandler Tag: tomcat_33_final build.xml
proposals/URLStreamHandler/WEB-INF Tag: tomcat_33_final
interceptors.xml
proposals/URLStreamHandler/WEB-INF/classes/org/apache/tomcat
billbarker02/01/11 23:08:40
Added: proposals/StreamHandler build.xml
proposals/StreamHandler/WEB-INF interceptors.xml
proposals/StreamHandler/WEB-INF/classes/org/apache/tomcat/modules/config
StreamHandler.java
billbarker02/01/11 23:19:38
Modified:.build.xml
Log:
Include builds for StreamHandler module
Revision ChangesPath
1.163 +3 -0 jakarta-tomcat/build.xml
Index: build.xml
===
RCS file
billbarker02/01/15 21:06:01
Modified:src/share/org/apache/tomcat/util/depend
DependClassLoader12.java
Log:
Change to use JarFile rather than JarURLConnection.
Continuing to work around the problems with Java 1.3.x locking up jar files. Now,
the jar
billbarker02/01/21 20:18:38
Modified:src/share/org/apache/jasper/compiler JspReader.java
Log:
Handle extra "---" in JSP comments.
Fix for bug 5191.
Submitted by: Drew Sudell [EMAIL PROTECTED]
Revision ChangesPath
1.25 +4 -1
jakarta-tomcat
billbarker02/01/21 20:23:54
Modified:.RELEASE-NOTES-3.3.1.txt
Log:
Record fix for bug #5191
Revision ChangesPath
1.23 +2 -1 jakarta-tomcat/RELEASE-NOTES-3.3.1.txt
Index: RELEASE-NOTES-3.3.1.txt
billbarker02/01/21 22:09:51
Modified:src/share/org/apache/tomcat/util/io FileUtil.java
Log:
Fix for Watchdog test failure with sandbox.
It seems that nobody runs Watchdog under a sandbox, since this is reported failure.
Now inculusion of static page works even with a sandbox
billbarker02/01/26 20:15:05
Modified:webapps/tomcat-docs/config Tag: tomcat_40_branch ajp.xml
Log:
Adding documentation for ApacheConfig and IISConfig.
Revision ChangesPath
No revision
No revision
1.2.2.4 +190 -3
billbarker02/01/29 19:37:12
Modified:src/facade22/org/apache/tomcat/facade
HttpServletResponseFacade.java
Log:
Don't encode URLs that only have an anchor.
Now response.encodeURL("#foobar") works as well.
Fix for bug 6115
Rep
billbarker02/01/29 19:45:23
Modified:catalina/src/share/org/apache/catalina/connector
HttpResponseBase.java
Log:
Fix for case where URL only has an anchor.
Now response.encodeURL("#foobar") works as expected.
Fix for bug 6115.
Reported
billbarker02/01/29 19:48:54
Modified:catalina/src/share/org/apache/catalina/connector Tag:
tomcat_40_branch HttpResponseBase.java
Log:
Port fix for bug #6115 from main branch.
Reported by: Peter Nuetzel [EMAIL PROTECTED]
Revision ChangesPath
billbarker02/01/30 19:38:29
Modified:src/admin/WEB-INF/classes/tadm TomcatAdmin.java
src/admin/contextAdmin contextAdmin.html
Log:
Fix the remove-context feature of the admin webapp.
Allowing users to leave off the leading "/", and (more importantly) m
billbarker02/01/30 19:49:03
Modified:.RELEASE-NOTES-3.3.1.txt
Log:
Document fix to bug #6137
Revision ChangesPath
1.26 +3 -1 jakarta-tomcat/RELEASE-NOTES-3.3.1.txt
Index: RELEASE-NOTES-3.3.1.txt
billbarker02/01/31 19:46:35
Modified:src/native/mod_jk/apache1.3 build-solaris.sh
Log:
Make the building of mod_jk a bit smarter for Solaris.
Fix for bug 4365.
Also allow the options of setting APACHE_HOME and JAVA_HOME from the command line,
so that there is no longer a
billbarker02/02/01 19:24:32
Modified:src/share/org/apache/tomcat/util/net TcpConnection.java
Log:
Make this a bit smarter about skipping un-read input.
This does much the same thing in the case of a buggy browser adding \r\n to the POST
body. However, it fixes the problem
billbarker02/02/02 19:53:05
Modified:.RELEASE-NOTES-3.3.1.txt
Log:
Documenting fix to 5983
Revision ChangesPath
1.29 +4 -1 jakarta-tomcat/RELEASE-NOTES-3.3.1.txt
Index: RELEASE-NOTES-3.3.1.txt
billbarker02/02/04 19:54:27
Modified:src/facade22/org/apache/tomcat/facade
HttpServletResponseFacade.java
Log:
Make certain that the Writer isn't in the error state.
This is the quickest and safest fix. We could try for something better in 3.3.2 i
billbarker02/02/04 19:56:55
Modified:.RELEASE-NOTES-3.3.1.txt
Log:
Document fix for 6234
Revision ChangesPath
1.32 +3 -1 jakarta-tomcat/RELEASE-NOTES-3.3.1.txt
Index: RELEASE-NOTES-3.3.1.txt
billbarker02/02/07 19:10:48
Modified:src/share/org/apache/tomcat/util/net TcpConnection.java
Log:
Prevent a possible DoS exploit.
The last fix opens the possiblity of a DoS attack by continuously streaming data to
Tomcat. This should be a good compromise between being nice
billbarker02/02/10 18:32:30
Modified:src/facade22/org/apache/tomcat/facade
LoadOnStartupInterceptor.java ServletHandler.java
Log:
Moved loadJsp from LoadOnStartupInterceptor to ServletHandler.
There are too many ways to access a declared JSP, so
billbarker02/02/14 18:43:52
Modified:src/share/org/apache/tomcat/util IntrospectionUtils.java
Log:
Fix Tomcat for Mac OS.
Use File.getParent instead of ".." to get the parent directory (since not all OSs
know about ".."). Based on suggestion from Martin
billbarker02/02/14 18:47:14
Modified:.RELEASE-NOTES-3.3.1.txt
Log:
Document fix to 6341
Revision ChangesPath
1.35 +3 -1 jakarta-tomcat/RELEASE-NOTES-3.3.1.txt
Index: RELEASE-NOTES-3.3.1.txt
billbarker01/10/01 22:38:22
Modified:src/facade22/org/apache/tomcat/facade
ServletInputStreamFacade.java
Log:
Implement the close method so that the class can be recycled.
This fixes bug #3905
Revision ChangesPath
1.6 +14 -0
jakarta
billbarker01/10/01 22:50:30
Modified:src/share/org/apache/tomcat/modules/mappers
ReloadInterceptor.java
Log:
This seems to be outdated, since it's original purpose is handled better
below. However it breaks forwarding to invoker servlets during relo
1 - 100 of 770 matches
Mail list logo