craigmcc01/04/17 09:35:06
Modified:tester/src/tester/org/apache/tester WrapperFilter.java
tester/web/WEB-INF web.xml
Added: tester/src/tester/org/apache/tester StaticFilter.java
Log:
Add a separate Filter to reset the static logger at the beginning of each
craigmcc01/04/17 10:07:12
Modified:catalina/src/share/org/apache/catalina/session
ManagerBase.java PersistentManager.java
PersistentManagerBase.java StandardManager.java
Log:
Add some debugging messages to the Manager implementations
craigmcc01/04/17 12:27:20
Modified:catalina/src/share/org/apache/catalina/core
StandardContext.java
Log:
Restore the ability to save and reload active sessions across a web app
restart. This was broken by the refactoring of the load() and unload() calls
craigmcc01/04/18 11:59:30
Modified:catalina/src/share/org/apache/catalina/startup Catalina.java
ContextConfig.java EngineConfig.java
HostConfig.java
Log:
Catalina: Restore the recognition of , , and
elements nested inside a
craigmcc01/04/18 12:53:19
Modified:tester/src/bin tester.xml
tester/web/WEB-INF web.xml
Added: tester/src/tester/org/apache/tester Session05.java
SessionListener01.java SessionListener02.java
tester/web/golden Session05.txt
craigmcc01/04/18 13:40:32
Modified:catalina/src/share/org/apache/catalina/connector
HttpResponseBase.java
tester/src/bin tester.xml
Log:
Enhance the return value for the "Content-Language" header to include the
country code, if
craigmcc01/04/18 14:43:17
Modified:catalina/src/share/org/apache/catalina/realm JDBCRealm.java
Log:
Set the connection to non-auto-commit mode, so that some JDBC drivers (in particular
MM.MySql 2.0.4) do not complaing when commit() is called in the default (auto-commit)
mode
craigmcc01/04/24 18:50:04
Modified:tester/web Xerces00.jsp
Log:
[PFD2] Modify to reflect change from to .
Revision ChangesPath
1.2 +1 -1 jakarta-tomcat-4.0/tester/web/Xerces00.jsp
Index: Xerces00.jsp
craigmcc01/04/24 18:59:09
Modified:catalina/src/conf web_23.dtd
jasper/src/share/org/apache/jasper/resources web_23.dtd
Log:
[PFD2] Update to the Proposed Final Draft 2 version of the web application
deployment descriptor (changes in comments only).
Revision
craigmcc01/04/24 19:20:49
Modified:catalina/src/share/org/apache/catalina/core
LocalStrings.properties StandardWrapper.java
Log:
[PFD2-2.3.4] "Before the servlet container calls the destroy method, it must
allow any threads that are currently runni
craigmcc01/04/24 20:12:03
Modified:tester/src/bin tester.xml
tester/web/WEB-INF web.xml
Added: tester/src/tester/org/apache/tester Resources06.java
Log:
[PFD2-3.5] Add unit test for ServletContext.getResourcePaths().
Note that this currently fails when
craigmcc01/04/25 10:17:52
Modified:catalina/src/share/org/apache/catalina/core
ApplicationContext.java
Log:
Correct the paths returned by ServletContext.getResourcePaths("/"), which
formerly had an extra "/" prepended. Al
craigmcc01/04/25 13:30:45
Modified:catalina/src/share/org/apache/catalina/util ResourceSet.java
tester/src/tester/org/apache/tester Resources06.java
Log:
Add a test to ensure that the Set returned by ServletContext.getResourcePaths()
is immutable -- which it wasn
craigmcc01/04/25 14:39:21
Modified:catalina/src/share/org/apache/catalina/connector
HttpRequestBase.java RequestBase.java
catalina/src/share/org/apache/catalina/core
ApplicationHttpRequest.java
Log:
Correct the
craigmcc01/04/25 19:45:11
Added: catalina/src/share/org/apache/catalina/util
CustomObjectInputStream.java
Log:
Add for Bip ... CVS is giving him a screwy error message.
Revision ChangesPath
1.1
jakarta-tomcat-4.0/catalina/src
craigmcc01/04/25 20:09:09
Modified:catalina/src/share/org/apache/catalina/core
StandardWrapperValve.java
Log:
[PFD2-9.9.2] - Implement the revised algorithm for looking up the error page
associated with an exception thrown by the top-level servlet (first
craigmcc01/04/25 20:12:53
Modified:catalina/src/share/org/apache/catalina/core
StandardWrapperValve.java
Log:
Oops, deal with a NullPointerException issue of the servlet exception
does *not* wrap a root cause.
Revision ChangesPath
1.25 +8
craigmcc01/04/26 09:39:14
Modified:tester/src/tester/org/apache/tester ErrorPage04.java
ErrorPage06.java
Log:
[PFD2-9.9] Revise the error page propogation tests to reflect the fact that
the actual exception that was thrown is forwarded to the error pages
craigmcc01/04/26 11:23:45
Modified:tester/src/bin tester.xml
tester/web/WEB-INF web.xml
Added: tester/src/tester/org/apache/tester Session06.java
tester/web/golden WrappedSession05.txt
Log:
Add a new test (Session06) to validate throwing
craigmcc01/04/26 11:30:17
Modified:tester/src/tester/org/apache/tester Session01.java
Log:
Add a test that HttpSession.setAttribute("name", null) acts like
HttpSession.removeAttribute("name").
Revision ChangesPath
1.2 +13 -2
jakarta-t
craigmcc01/04/26 17:34:00
Modified:catalina build.xml
catalina/src/conf server.xml
Log:
Remove the warp connector from the build (and from the default
server.xml configuration) until I have time to figure out why
it breaks a build from scratch.
Revision
craigmcc01/04/27 11:09:41
Modified:jasper/src/share/org/apache/jasper/compiler
JspParseEventListener.java
ParserXJspSaxHandler.java XmlOutputter.java
jasper/src/share/org/apache/jasper/resources
craigmcc01/04/30 14:55:09
Modified:catalina/src/share/org/apache/catalina/core
StandardContext.java
Log:
A load-on-startup servlet that throws ServletException or
UnavailableException from the init() method should *not* be fatal to the
entire application
craigmcc01/04/30 14:57:17
Modified:tester/src/bin tester.xml
tester/web/WEB-INF web.xml
Added: tester/src/tester/org/apache/tester ErrorPage07.java
Log:
Add a unit test to validate the "load-on-startup servlet throws exception
from init()" fix tha
craigmcc01/04/30 18:07:50
Modified:.RELEASE-NOTES-4.0-B4.txt
Log:
Bring release notes up to date with respect to changes through today.
Revision ChangesPath
1.5 +98 -5 jakarta-tomcat-4.0/RELEASE-NOTES-4.0-B4.txt
Index: RELEASE-NOTES-4.0-B4.txt
craigmcc01/04/30 21:19:28
Modified:tester/src/tester/org/apache/tester GetHeaders01.java
Log:
According to the HTTP/1.1 specification (Section 4.2), it is legal for a proxy
server (and, thus, Apache's mod_proxy module) to combine header values for two
occurrences of the
craigmcc01/05/02 13:45:00
Modified:catalina/src/share/org/apache/catalina/core
ApplicationHttpRequest.java ApplicationRequest.java
tester/src/bin tester.xml
tester/web/WEB-INF web.xml
Added: tester/src/tester/org/apache
craigmcc01/05/03 11:41:48
Modified:tester/src/bin tester.xml
tester/src/tester/org/apache/tester Include03.java
tester/web/WEB-INF web.xml
Added: tester/src/tester/org/apache/tester Forward03.java
Forward03a.java
craigmcc01/05/03 12:15:09
Modified:catalina/src/share/org/apache/catalina/connector
HttpRequestBase.java
Log:
HttpServletRequest.getCookies() is supposed to return null if the request
had no cookies. We were returning a zero-length array.
PR: BugTRAQ
craigmcc01/05/03 16:04:17
Modified:catalina/src/share/org/apache/catalina/core
ApplicationDispatcher.java
Log:
Update handling or a servlet that is included or forwarded to via a
RequestDispatcher, and uses a declaration to map the definition
to a JSP
craigmcc01/05/03 16:06:36
Modified:tester/src/bin tester.xml
tester/web/WEB-INF web.xml
Added: tester/src/tester/org/apache/tester Forward00.java
Forward00a.java Forward00d.java Include00.java
Include00a.java
craigmcc01/05/03 20:41:10
Modified:catalina/src/share/org/apache/catalina/core
ApplicationDispatcher.java
Log:
Reset debugging detail level.
Revision ChangesPath
1.15 +5 -5
jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/core
craigmcc01/05/03 22:07:09
Modified:catalina/src/share/org/apache/catalina/core
ContainerBase.java LocalStrings.properties
StandardEngine.java StandardEngineValve.java
Added: catalina/src/share/org/apache/catalina/core
craigmcc01/05/03 22:30:01
Modified:catalina/src/share/org/apache/catalina/core
StandardContext.java StandardHost.java
Log:
Enable configuration of the default mapper class for StandardHost and
StandardContext as well, in preparation for future optimized
craigmcc01/05/07 19:08:43
Log:
Initial import of jakarta-tomcat-connectors repository.
Status:
Vendor Tag: Apache
Release Tags: start
N jakarta-tomcat-connectors/LICENSE
No conflicts created by this import
craigmcc01/05/07 19:09:17
Log:
Initial import of the jakarta-tomcat-jasper repository.
Status:
Vendor Tag: Apache
Release Tags: start
N jakarta-tomcat-jasper/LICENSE
No conflicts created by this import
craigmcc01/05/07 20:31:18
Modified:catalina/src/share/org/apache/catalina/servlets
SnoopAllServlet.java
Log:
Reflect the fact that getCookies() can return null.
Revision ChangesPath
1.3 +6 -4
jakarta-tomcat-4.0/catalina/src/share/org
craigmcc01/05/07 20:37:04
Modified:catalina/src/conf server.xml
catalina/src/share/org/apache/catalina Connector.java
catalina/src/share/org/apache/catalina/connector/http
HttpConnector.java HttpRequestImpl.java
craigmcc01/05/07 20:42:21
Modified:catalina/docs/config http11.html
Log:
Update the configuration docs to reflect the new "disableLookups" option.
Revision ChangesPath
1.4 +10 -0 jakarta-tomcat-4.0/catalina/docs/config/http11.html
Index: h
craigmcc01/05/07 21:12:41
Modified:catalina build.xml
catalina/src/conf server.xml
catalina/src/share/org/apache/catalina/connector/warp
WarpConnector.java
Log:
Re-enable compiling and starting the Java side of the warp
craigmcc01/05/07 22:58:44
Modified:catalina/docs/config http11.html
catalina/src/conf server.xml
catalina/src/share/org/apache/catalina Connector.java
catalina/src/share/org/apache/catalina/connector/http
craigmcc01/05/08 11:36:27
Modified:tester/src/bin tester.xml
Log:
Make more strings configurable for testing behind a proxy server.
Revision ChangesPath
1.40 +20 -29jakarta-tomcat-4.0/tester/src/bin/tester.xml
Index: tester.xml
craigmcc01/05/08 14:22:40
Modified:catalina/src/share/org/apache/catalina/deploy
LoginConfig.java
catalina/src/share/org/apache/catalina/startup
Authenticators.properties ContextConfig.java
Added: catalina/src/share
craigmcc01/05/09 16:42:19
Modified:catalina/src/conf server.xml
catalina/src/share/org/apache/catalina Connector.java
catalina/src/share/org/apache/catalina/authenticator
AuthenticatorBase.java
catalina/src/share/org
craigmcc01/05/09 16:54:14
Modified:catalina/src/share/org/apache/catalina/core
StandardWrapper.java
Log:
Clean up NPE at shutdown time caused by the fact that "loader" was not
initialized.
Revision ChangesPath
1.21 +5 -5
craigmcc01/05/09 18:21:26
Modified:tester/src/bin tester.xml
tester/web/WEB-INF web.xml
Added: tester/web Authentication04.jsp
Log:
Add a unit test for retrieving roles (directly and via an alias) from a
JSP page (Authentication04) as well as a servlet
craigmcc01/05/10 11:28:36
Modified:catalina/src/share/org/apache/catalina/core
ApplicationFilterChain.java
Log:
[Servlet 2.3 PFD2, Section 9.9]
Correct exception handling behavior when a Filter or Servlet throws a
RuntimeException. Previously, this
craigmcc01/05/10 12:20:33
Modified:tester/src/tester/org/apache/tester ErrorPage06.java
tester/web ErrorPage06.jsp
Log:
Update tests to reflect corrected behavior on RuntimeException thrown by a
servlet. Tighten up the tests in the JSP-error-page case to actually
craigmcc01/05/10 12:47:16
Modified:catalina/src/share/org/apache/catalina/authenticator
AuthenticatorBase.java
Log:
Reset debugging detail level.
Revision ChangesPath
1.12 +5 -5
jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina
craigmcc01/05/10 13:42:36
Modified:jasper/src/share/org/apache/jasper/runtime
PageContextImpl.java
Log:
JSP pages need to throw RuntimeExceptions instead of wrapping them in
ServletException as well.
Revision ChangesPath
1.10 +4 -3
craigmcc01/05/10 13:46:03
Modified:tester/src/bin tester.xml
tester/src/tester/org/apache/tester ErrorPage06.java
tester/web ErrorPage06.jsp
tester/web/WEB-INF web.xml
Added: tester/web ErrorPage08.jsp
Log:
Expand error page
craigmcc01/05/10 15:52:29
Modified:tester/src/bin tester.xml
tester/web/WEB-INF web.xml
Added: tester/src/tester/org/apache/tester GetLocales01.java
GetLocales02.java
Log:
Add tests for request.getLocale() and request.getLocales
craigmcc01/05/10 16:53:55
Modified:catalina/src/share/org/apache/catalina/authenticator
AuthenticatorBase.java
catalina/src/share/org/apache/catalina/deploy
SecurityConstraint.java
Log:
Update access control logic to
craigmcc01/05/10 16:57:06
Modified:tester/src/bin tester.xml
tester/web/WEB-INF web.xml
Added: tester/src/tester/org/apache/tester Authentication05.java
Log:
Update tests to check for "all users allowed" (i.e. a "*" in the
element o
craigmcc01/05/10 21:53:38
Modified:.RELEASE-NOTES-4.0-B4.txt
Log:
Update to reflect all of the changes for Tomcat 4.0 Beta 4.
Revision ChangesPath
1.6 +81 -4 jakarta-tomcat-4.0/RELEASE-NOTES-4.0-B4.txt
Index: RELEASE-NOTES-4.0-B4.txt
craigmcc01/05/10 21:55:56
Modified:catalina/src/share/org/apache/catalina Globals.java
webapps/ROOT index.html
Log:
Update version number for release of Tomcat 4.0 Beta 4.
Revision ChangesPath
1.24 +5 -5
jakarta-tomcat-4.0/catalina/src/share
craigmcc01/05/10 22:55:17
Modified:catalina/src/share/org/apache/catalina Globals.java
webapps/ROOT index.html
Added: .RELEASE-NOTES-4.0-B5.txt
Log:
Prepare for development on "beta 5".
Revision ChangesPath
1.1
craigmcc01/05/11 16:20:12
Modified:catalina/src/share/org/apache/catalina/core
LocalStrings.properties StandardContextMapper.java
Log:
Return error 400 if the user uses invalid characters (including %00 and
%7f) in a URI. This fixes a security
craigmcc01/05/11 19:42:00
Modified:catalina/src/share/org/apache/catalina/core
StandardContext.java
Log:
Initialize our character set mapper (used by response.setLocale()) at
startup time, to avoid access control problems if accessed for the first
time
craigmcc01/05/11 20:04:12
Modified:catalina/src/share/org/apache/catalina/core
ApplicationContext.java
catalina/src/share/org/apache/catalina/startup
Bootstrap.java
Log:
Make ServletContext.getResourcePaths() work under
craigmcc01/05/11 21:56:55
Modified:catalina/src/share/org/apache/catalina/core
ApplicationDispatcher.java
ApplicationHttpRequest.java
ApplicationHttpResponse.java
Log:
Add an innocuous public method to each
craigmcc01/05/11 21:58:27
Modified:tester/src/bin tester.xml
tester/web/WEB-INF web.xml
Added: tester/src/tester/org/apache/tester Reflection01.java
Log:
Add a unit test that attempts to access public methods of the servlet API
objects that are exposed, via
craigmcc01/03/22 16:07:37
Modified:.build.xml
Log:
Correct the source of jakarta-servletapi-4 Javadocs when building the
"dist" target.
Revision ChangesPath
1.20 +1 -1 jakarta-tomcat-4.0/build.xml
Index:
craigmcc01/04/26 10:21:29
Modified:tester/web Xerces00.jsp
Log:
Change back to to reflect the reverted change in JSP.
Revision ChangesPath
1.3 +1 -1 jakarta-tomcat-4.0/tester/web/Xerces00.jsp
Index: Xerces00.jsp
craigmcc01/04/26 10:23:38
Modified:catalina/src/share/org/apache/catalina/connector
RequestBase.java
catalina/src/share/org/apache/catalina/core
ApplicationContext.java
catalina/src/share/org/apache/catalina
craigmcc01/04/26 10:41:08
Modified:catalina/src/share/org/apache/catalina/connector
HttpRequestBase.java LocalStrings.properties
Log:
[PFD2-Javadocs]
If a servlet calls request.getSession() true with no current session, and
the response has already
craigmcc01/05/13 17:02:33
Modified:catalina/src/share/org/apache/catalina/core
StandardWrapper.java
catalina/src/share/org/apache/catalina/servlets
InvokerServlet.java LocalStrings.properties
craigmcc01/05/13 21:51:22
Modified:catalina/src/share/org/apache/catalina/connector
HttpRequestBase.java HttpResponseBase.java
RequestBase.java ResponseBase.java
catalina/src/share/org/apache/catalina/core
craigmcc01/05/14 19:24:18
Modified:catalina/src/share/org/apache/catalina/core
ApplicationContext.java
ApplicationContextFacade.java
StandardWrapperFacade.java
Log:
ServletContext.getContext() needs to return
craigmcc01/05/14 19:50:12
Modified:.RELEASE-NOTES-4.0-B5.txt
catalina/src/share/org/apache/catalina Globals.java
webapps/ROOT index.html
Log:
Update release notes and public identifiers for "Tomcat 4.0-b5".
Revision Changes
craigmcc01/05/14 20:25:48
Modified:catalina/src/share/org/apache/catalina Globals.java
webapps/ROOT index.html
Added: .RELEASE-NOTES-4.0-B6.txt
Log:
Prepare for beta 6.
Revision ChangesPath
1.1 jakarta-tomcat-4.0/RELEASE
craigmcc01/05/15 13:48:19
Modified:catalina/src/conf tld_12.dtd
jasper/src/share/org/apache/jasper/resources
web-jsptaglib_1_2.dtd
Log:
Update to the PFD2 official versions of the DTDs (changes in comments only, no
functionality changes
craigmcc01/05/15 18:40:02
Modified:catalina/src/share/org/apache/catalina/authenticator
AuthenticatorBase.java
Log:
Synthesize a version based on 1.10 that has only the patch from 1.13. The
real version 1.13 will be restored in a moment.
Revision
craigmcc01/05/15 18:43:56
Modified:catalina/src/share/org/apache/catalina/authenticator
AuthenticatorBase.java
Log:
Revert the previous change, back to what was 1.13.
Revision ChangesPath
1.15 +97 -31
jakarta-tomcat-4.0/catalina/src
craigmcc01/05/16 12:27:54
Modified:catalina/src/share/org/apache/catalina/authenticator
AuthenticatorBase.java
Log:
Previous integration update missed some needed logic. Will restore the current
working version momentarily.
Revision ChangesPath
craigmcc01/05/16 12:30:44
Modified:catalina/src/share/org/apache/catalina/authenticator
AuthenticatorBase.java
Log:
Undo the previous change, back to 1.15 equivalent.
Revision ChangesPath
1.17 +78 -22
jakarta-tomcat-4.0/catalina/src
craigmcc01/05/17 17:00:19
jakarta-tomcat-4.0/catalina/docs/xdocs - New directory
craigmcc01/05/17 17:00:38
jakarta-tomcat-4.0/catalina/docs/xdocs/images - New directory
craigmcc01/05/17 17:00:50
jakarta-tomcat-4.0/catalina/docs/xdocs/stylesheets - New directory
craigmcc01/05/18 12:31:43
jakarta-tomcat-4.0/catalina/docs/dev/xdocs - New directory
craigmcc01/05/18 12:32:04
jakarta-tomcat-4.0/catalina/docs/dev/xdocs/stylesheets - New directory
craigmcc01/05/18 13:58:12
Added: catalina/docs/dev/xdocs building.xml classloaders.xml
fs-default.xml fs-invoker.xml index.xml
catalina/docs/dev/xdocs/stylesheets project.xml
Log:
Begin converting the Catalina developer docs to XML format
craigmcc01/05/18 17:39:38
jakarta-tomcat-4.0/catalina/docs/dev/xdocs/images - New directory
craigmcc01/05/18 18:07:54
Modified:catalina build.xml
catalina/docs/dev/xdocs building.xml classloaders.xml
fs-default.xml fs-invoker.xml
catalina/docs/dev/xdocs/stylesheets project.xml
Log:
Clean up miscellaneous XML typos
craigmcc01/05/18 18:13:40
Added: catalina/docs/dev/xdocs/images jakarta-logo.gif
tomcat-power.gif tomcat.gif
Log:
Add some images for use by the developer docs. (Once we clarify the
overall documentation directory structure, these can be shared
craigmcc01/05/18 18:14:33
Added: catalina/docs/dev/xdocs/stylesheets tempoarary.xsl
Log:
Add a temporary XSLT stylesheet (cribbed from the one in Struts) that can
be used until the overall documentation for Tomcat is Anakia-ized (or
whatever final choice we make
craigmcc01/05/21 12:54:04
Modified:catalina/src/share/org/apache/catalina/core
ApplicationContext.java
catalina/src/share/org/apache/catalina/session
StandardSession.java
Log:
Spec compliance bug fix on
craigmcc01/05/21 12:54:57
Modified:tester/web/golden Session05.txt WrappedSession05.txt
Log:
Update the golden files to reflect the corrected behavior of session
attribute events -- replacement events should include the *old* value, not
the *new* value.
Revision Changes
craigmcc01/05/21 14:47:35
Modified:..cvsignore build.xml
catalina build.xml
jasper build.xml
tester build.xml
webapps build.xml
webapps/ROOT build.xml
webapps/examples build.xml
craigmcc01/05/21 14:51:24
Modified:.build.properties.sample
Log:
Forgot to save to disk before checking in.
Revision ChangesPath
1.2 +0 -48 jakarta-tomcat-4.0/build.properties.sample
Index: build.properties.sample
craigmcc01/05/21 16:33:41
jakarta-tomcat-4.0/catalina/src/test - New directory
craigmcc01/05/21 16:33:56
jakarta-tomcat-4.0/catalina/src/test/org - New directory
craigmcc01/05/21 16:34:16
jakarta-tomcat-4.0/catalina/src/test/org/apache - New directory
craigmcc01/05/21 16:34:33
jakarta-tomcat-4.0/catalina/src/test/org/apache/catalina - New directory
craigmcc01/05/21 16:34:56
jakarta-tomcat-4.0/catalina/src/test/org/apache/catalina/util - New directory
craigmcc01/05/21 18:59:05
Modified:.build.xml
catalina build.xml
jasper build.xml
webapps build.xml
Added: catalina/src/test/org/apache/catalina/util
CookieToolsTestCase.java
Log:
Equip the
craigmcc01/05/23 12:44:30
Modified:jasper build.xml
Log:
When revising the build procedure, I accidentally broke the copying of our
special patched jaxp.jar and crimson.jar files to get around the package
sealing violations. This fix restores them.
Revision Changes
craigmcc01/05/23 14:53:02
Modified:catalina/src/share/org/apache/catalina/core
ApplicationDispatcher.java
Log:
Change the way that the servlet's service() method is invoked to match the
way this is done in ApplicationFilterChain when a top-level servl
craigmcc01/05/23 15:01:07
Modified:catalina/src/share/org/apache/catalina/core
ApplicationFilterChain.java
Log:
It is not necessary to synchronize the service() call of a
SingleThreadModel servlet, since StandardWrapper.allocate() already
ensured that
craigmcc01/05/23 15:06:33
Modified:catalina/src/share/org/apache/catalina/startup Catalina.java
Log:
If an attempt is made to execute Catalina with no command line parameters
at all (or an unrecognized parameter), display a usage message and exit.
PR: Patch #3 of the &q
1 - 100 of 899 matches
Mail list logo