jfarcand2005/09/27 12:20:54
Modified:catalina/src/share/org/apache/catalina/core
StandardHostValve.java
Log:
Minor fix. Use the the class instead of the String.
Revision ChangesPath
1.27 +2 -2
jakarta-tomcat-catalina/catalina/src/share
jfarcand2005/09/27 16:42:53
Modified:catalina/src/share/org/apache/catalina/loader
WebappClassLoader.java
Log:
Port fix from SJSAS.
Patch submitted by: Jan Luehe
Revision ChangesPath
1.51 +16 -3
jakarta-tomcat-catalina/catalina/src
jfarcand2002/11/25 16:46:29
Modified:.BUILDING.txt build.properties.default
Log:
Until a promoted build of Xerces that contains the fix for 13282, stay with Xerces
2.1.0 since the problem randomly occurs with 2.2.1
Revision ChangesPath
1.29 +5 -5
jfarcand2002/11/26 11:56:10
Modified:catalina/src/share/org/apache/catalina/session
StandardSession.java
Log:
Change HttpSessionListener.sessionDestroyed() from notifying after the invalidation
to notifying before the invalidation (Servlet 2.4 spec change
jfarcand2002/11/27 10:35:38
Modified:catalina/src/share/org/apache/catalina/mbeans
mbeans-descriptors.xml
Log:
Fix a minor XML mistake ;-)
Revision ChangesPath
1.12 +2 -2
jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina
jfarcand2002/12/02 18:29:14
Modified:coyote/src/java/org/apache/coyote Response.java
coyote/src/java/org/apache/coyote/tomcat5 Constants.java
CoyoteResponse.java
Log:
Servlet 2.4 section 5.4 will be modified:
A servlet should set the
jfarcand2002/12/03 08:04:02
Modified:coyote/src/java/org/apache/coyote Response.java
coyote/src/java/org/apache/coyote/tomcat5
CoyoteResponse.java
Log:
As Bill's recommends, do not set a default locale in Response directly.
Rev
jfarcand2002/12/03 08:37:59
Modified:coyote/src/java/org/apache/coyote Response.java
coyote/src/java/org/apache/coyote/tomcat5
CoyoteResponse.java
Log:
Go back and set the locale in Response (required by 2.3 and 2.4). Watchdog is
falling if
jfarcand2002/12/04 09:42:32
Modified:coyote/src/java/org/apache/coyote/tomcat5
CoyoteResponse.java
Log:
Fix for bugtraq 4772112 encodeURL does not encode session with empty URL (rfc2396)
Revision ChangesPath
1.15 +12 -6
jakarta-tomcat
jfarcand2002/12/04 09:43:05
Modified:coyote/src/java/org/apache/coyote/tomcat4
CoyoteResponse.java
Log:
Fix for bugtraq 4772112 encodeURL does not encode session with empty URL (rfc2396)
Revision ChangesPath
1.30 +12 -6
jakarta-tomcat
jfarcand2002/12/13 08:47:29
Modified:jsr154/src/share/javax/servlet/http HttpUtils.java
Log:
Doclets bombs when processing this file (minor fix)
Submitted by: Ryan Lubke
Revision ChangesPath
1.3 +1 -1
jakarta-servletapi-5/jsr154/src/share/javax/servlet
jfarcand2002/12/13 10:01:54
Modified:jsr154/src/share/javax/servlet/http HttpUtils.java
Log:
& instead (thanks Jason).
Revision ChangesPath
1.4 +1 -1
jakarta-servletapi-5/jsr154/src/share/javax/servlet/http/HttpUtils.java
Index: HttpUtils.
jfarcand2002/12/13 10:16:52
Modified:jsr154/src/share/javax/servlet/http HttpUtils.java
Log:
This time I will check what I'm doing :-)
Revision ChangesPath
1.5 +1 -1
jakarta-servletapi-5/jsr154/src/share/javax/servlet/http/HttpUtils.java
jfarcand2002/12/13 13:38:07
Modified:jasper2/src/share/org/apache/jasper/servlet JspServlet.java
Log:
Fix a bug when / is used. Since JSPs doesn't need
to be defined with a element, Catalina doesn't know anything about the
JSP and will match a request using the p
jfarcand2002/12/13 13:50:21
Modified:catalina/src/share/org/apache/catalina/session
ManagerBase.java
Log:
This class implementation doesn't work under the Security Manager. Fix the problem.
Note: Always run watchdogs with the Security Manager b
jfarcand2002/12/13 13:57:26
Modified:catalina/src/conf catalina.policy catalina.properties
Log:
Do some clean up. Use the new security mechanism instead of the policy file for
Tomcat internal package protection.
Revision ChangesPath
1.8 +1 -4 jakarta-tomcat
jfarcand2002/12/17 11:21:07
Modified:jasper2/src/share/org/apache/jasper/servlet JspServlet.java
Log:
Remove the first condition since it is not required. The getPathInfo() returns
always null except when the element is used and the
is not defined in the web.xml. I'm not
jfarcand2002/12/17 12:05:07
Modified:catalina/src/share/org/apache/catalina Globals.java
Log:
Servlet 2.4 Specification addition
--
SRV.8.4.2 Forwarded Request Parameters
Except for servlets obtained by using the getNamedDispatcher method
jfarcand2002/12/17 12:06:20
Modified:catalina/src/share/org/apache/catalina/core
ApplicationRequest.java ApplicationDispatcher.java
ApplicationHttpRequest.java
Log:
Servlet 2.4 Specification addition
jfarcand2002/12/17 12:06:51
Modified:catalina/src/share/org/apache/catalina/servlets
DefaultServlet.java InvokerServlet.java
Log:
Servlet 2.4 Specification addition
--
SRV.8.4.2 Forwarded Request Parameters
Except
jfarcand2002/12/17 12:07:38
Modified:coyote/src/java/org/apache/coyote/tomcat5 CoyoteRequest.java
Log:
Servlet 2.4 Specification addition
--
SRV.8.4.2 Forwarded Request Parameters
Except for servlets obtained by using the getNamedDispatcher
jfarcand2003/01/08 08:16:09
Modified:catalina/src/conf web.xml
Log:
Add missing mime type and fix a bug.(port patch from Tomcat 4)
PR: Bugzilla #15772
Submitted by: Jacob Kjome at visi.com
Revision ChangesPath
1.12 +17 -1 jakarta-tomcat-catalina/catalina
jfarcand2003/01/10 18:50:06
Modified:catalina/src/share/org/apache/catalina/session
LocalStrings.properties LocalStrings_fr.properties
StandardSession.java
Log:
According to the javadocs for HttpSession.getLastAccessedTime(), and
jfarcand2003/01/07 11:35:32
Modified:catalina/src/share/org/apache/catalina/core Constants.java
Log:
Put the proper spec version.
Submitted by: Ryan Lubke
Revision ChangesPath
1.2 +4 -4
jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/core
jfarcand2003/01/17 12:30:30
Modified:.build.properties.default
Log:
Force target name download to checkout modeler using cvs (not using the URL)
Revision ChangesPath
1.57 +2 -2 jakarta-tomcat-5/build.properties.default
Index
jfarcand2003/01/22 18:51:27
Modified:.build.xml build.properties.default
Log:
Re-arrange the watchdog target (was broken). Rename the target run-watchdog. This
target will checkout watchdog,
compile it, start Tomcat, deploy watchdog and run the test. In build.properties
jfarcand2003/01/22 18:52:47
Modified:.build.xml
Log:
Oups..fix run-watchdog-security
Revision ChangesPath
1.70 +4 -7 jakarta-tomcat-5/build.xml
Index: build.xml
===
RCS file: /home
jfarcand2003/01/27 09:35:28
Modified:.build.xml build.properties.default
Log:
Add support for cvs tag when using the checkout target.
Revision ChangesPath
1.71 +2 -1 jakarta-tomcat-5/build.xml
Index: build.xml
jfarcand2003/01/27 10:05:10
Modified:.build.xml build.properties.default
Log:
Default download to the HEAD target.
Revision ChangesPath
1.72 +5 -5 jakarta-tomcat-5/build.xml
Index: build.xml
jfarcand2003/01/27 10:18:21
Modified:.build.properties.default
Log:
Do not use quote.
Revision ChangesPath
1.61 +2 -2 jakarta-tomcat-5/build.properties.default
Index: build.properties.default
jfarcand2003/01/28 08:37:20
Modified:webapps/admin build.xml
Log:
Fix a bug introduced by the addition of common modeler. Now the Admin tool will
compile properly when you use a fresh workspace ;-)
Revision ChangesPath
1.6 +2 -2 jakarta-tomcat-catalina
jfarcand2003/01/28 10:18:39
Modified:catalina/src/share/org/apache/catalina/core
StandardContext.java
Log:
Fix bugtraq 4782776 The is-xml element of a jsp-property-group doesn't work as
specified in JSP 2.0
Revision ChangesPath
1.15 +
jfarcand2003/01/28 16:54:22
Modified:jsr152/examples/WEB-INF web.xml
Log:
Fix XML Schema error.
Revision ChangesPath
1.7 +2 -1 jakarta-servletapi-5/jsr152/examples/WEB-INF/web.xml
Index: web.xml
jfarcand2003/01/28 17:42:38
Modified:catalina/src/share/org/apache/catalina/core
ApplicationDispatcher.java
Log:
Fix Bug 16078 Request parameter aggregation when using is no longer
working. mergeParameters was called twice.
Revision ChangesPath
jfarcand2003/01/29 09:04:22
Modified:jasper2/src/share/org/apache/jasper/servlet JspServlet.java
Log:
FIX a NPE exception when the enumeration is null.
Revision ChangesPath
1.20 +11 -8
jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/servlet
jfarcand2003/01/29 10:20:08
Modified:jasper2/src/share/org/apache/jasper/servlet JspServlet.java
Log:
Add a small comment to remind that the case occurs only when DummyRequest is used.
Thsi method should never return a null enumration.
Revision ChangesPath
1.21 +5
jfarcand2003/01/29 14:09:32
Modified:jasper2/src/share/org/apache/jasper/servlet JspServlet.java
Log:
Remove the condition. DummyRequest will be modified.
Revision ChangesPath
1.22 +7 -11
jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/servlet
jfarcand2003/01/29 14:40:19
Modified:catalina/src/share/org/apache/catalina/core
DummyRequest.java
Log:
Return an empty enumeration instead of a null to be spec compliant (and to avoid
JspServlet to throw NPE)
Revision ChangesPath
1.6 +14
jfarcand2003/01/29 16:04:29
Modified:catalina/src/share/org/apache/catalina/core
DummyRequest.java
Log:
Make the dummy enumeration static and private. This way we will create only 1 object.
Thanks to Jan.
Revision ChangesPath
1.7 +5 -5
jfarcand2003/01/30 08:32:38
Modified:.build.properties.default
Log:
Update to Xerces 2.3.0, who seems stable.
Revision ChangesPath
1.62 +4 -4 jakarta-tomcat-5/build.properties.default
Index: build.properties.default
jfarcand2003/02/04 19:06:33
Modified:src/share/javax/servlet ServletException.java
Log:
Fix root cause lost in ServletException.
Submitted by: Costin Manolache
Revision ChangesPath
1.2 +4 -4
jakarta-servletapi-4/src/share/javax/servlet
jfarcand2003/02/04 19:07:44
Modified:src/share/javax/servlet/jsp JspException.java
Log:
Fix root cause lost in JspException.
Submitted by: Costin Manolache
Revision ChangesPath
1.2 +4 -4
jakarta-servletapi-4/src/share/javax/servlet/jsp/JspException.java
jfarcand2003/02/04 19:09:45
Modified:jsr152/src/share/javax/servlet/jsp JspException.java
Log:
Port patch.
Revision ChangesPath
1.3 +2 -2
jakarta-servletapi-5/jsr152/src/share/javax/servlet/jsp/JspException.java
Index: JspException.java
jfarcand2003/02/04 19:11:28
Modified:jsr154/src/share/javax/servlet ServletException.java
Log:
Port patch.
Revision ChangesPath
1.2 +2 -2
jakarta-servletapi-5/jsr154/src/share/javax/servlet/ServletException.java
Index: ServletException.java
jfarcand2003/02/05 07:17:47
Modified:src/share/javax/servlet ServletException.java
Log:
Revert patch seems doesn't works with vm < 1.4
Revision ChangesPath
1.3 +2 -2
jakarta-servletapi-4/src/share/javax/servlet/ServletException.java
jfarcand2003/02/05 07:18:57
Modified:src/share/javax/servlet/jsp JspException.java
Log:
Revert patch since doesn't work with vm < 1.4
Revision ChangesPath
1.3 +2 -2
jakarta-servletapi-4/src/share/javax/servlet/jsp/JspException.java
jfarcand2003/02/05 07:20:25
Modified:jsr152/src/share/javax/servlet/jsp JspException.java
Log:
Revert patch
Revision ChangesPath
1.4 +2 -2
jakarta-servletapi-5/jsr152/src/share/javax/servlet/jsp/JspException.java
Index: JspException.java
jfarcand2003/02/05 07:22:19
Modified:jsr154/src/share/javax/servlet ServletException.java
Log:
Revert patch
Revision ChangesPath
1.3 +2 -2
jakarta-servletapi-5/jsr154/src/share/javax/servlet/ServletException.java
Index: ServletException.java
jfarcand2003/02/06 17:07:14
Modified:catalina/src/share/org/apache/catalina/startup Embedded.java
Catalina.java
Log:
Move the security configuration inside Embedded to allow security protection when
this class is used.
Revision ChangesPath
1.5
jfarcand2003/02/10 10:55:27
Modified:.build.xml
Log:
(null)
Revision ChangesPath
1.77 +6 -0 jakarta-tomcat-5/build.xml
Index: build.xml
===
RCS file: /home/cvs/jakarta-tomcat-5
jfarcand2003/02/10 11:17:52
Modified:.build.xml
Log:
Oups..the target already exists(at the end of the target)
Revision ChangesPath
1.78 +0 -6 jakarta-tomcat-5/build.xml
Index: build.xml
jfarcand2003/02/13 16:53:27
Modified:catalina/src/bin catalina.sh
Log:
Allow Tomcat 5 to startup/shutdown with CYGWIN (I didn't catch it because I was
using the .bat).
Submitted by: Tim Funk at hoedog.org
FIX #17061
Revision ChangesPath
1.4
jfarcand2003/02/19 12:05:33
Modified:catalina/src/share/org/apache/catalina/core
ApplicationDispatcher.java
Log:
Fix bug introduced by myself. The forward information must be based on the original
request, not on the forwarded one. Thanks to Jan for pointing
jfarcand2003/02/19 16:48:13
Modified:.build.properties.default
Log:
Update to the latest LogKit release (1.2)
Revision ChangesPath
1.70 +2 -2 jakarta-tomcat-5/build.properties.default
Index: build.properties.default
jfarcand2003/02/20 07:50:36
Modified:jasper2/src/share/org/apache/jasper/compiler JspUtil.java
Log:
Fix for JSP.2.6: A %> is quoted as %\>
Bugtraq: 4679681
Revision ChangesPath
1.32 +64 -63
jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/co
jfarcand2003/02/26 09:50:33
Modified:coyote/src/java/org/apache/coyote/tomcat5 OutputBuffer.java
Log:
Fix a package protection issue when running the security manager.
Revision ChangesPath
1.7 +28 -1
jakarta-tomcat-connectors/coyote/src/java/org/apache/coyote
jfarcand2003/02/26 09:51:28
Modified:catalina/src/share/org/apache/catalina/security
SecurityClassLoad.java
Log:
Add the inner class to the startup classloader.
Revision ChangesPath
1.3 +8 -4
jakarta-tomcat-catalina/catalina/src/share
jfarcand2003/02/26 10:37:46
Modified:catalina/src/share/org/apache/catalina/core
ApplicationContext.java
Log:
More missing doPrivilege blocks.
Revision ChangesPath
1.8 +97 -16
jakarta-tomcat-catalina/catalina/src/share/org/apache
jfarcand2003/02/26 10:38:26
Modified:catalina/src/share/org/apache/catalina/security
SecurityClassLoad.java
Log:
More classes to load at startup.
Revision ChangesPath
1.4 +19 -4
jakarta-tomcat-catalina/catalina/src/share/org/apache
jfarcand2003/02/26 11:33:04
Modified:coyote/src/java/org/apache/coyote/tomcat5 CoyoteAdapter.java
Log:
Fix bug 16474: Unable to obtain correct data for version, path, or domain
information from Cookie.
Revision ChangesPath
1.10 +7 -4
jakarta-tomcat-connectors
jfarcand2003/02/26 11:46:20
Modified:catalina/src/share/org/apache/catalina/core
ApplicationFilterFactory.java
Log:
Fix a NullPointerException and a ClassCastException when this value is null or when
the value is a MessageByte instance.
Revision
jfarcand2003/02/26 12:20:40
Modified:catalina/src/share/org/apache/catalina/loader
WebappLoader.java
Log:
Change the log level to debug (when the Embedded interface is used, this exception
pops up all the time)
Revision ChangesPath
1.7 +6
jfarcand2003/03/03 07:46:45
Modified:catalina/src/share/org/apache/catalina Globals.java
catalina/src/share/org/apache/catalina/core
StandardContext.java
Log:
Allow alternate deployment descriptor name (J2EE.8.3.1). By default this value will
jfarcand2003/03/03 07:56:26
Modified:jasper2/src/share/org/apache/jasper/runtime
PageContextImpl.java
Log:
Add missing AccesController.doPrivileged block.
Revision ChangesPath
1.45 +22 -5
jakarta-tomcat-jasper/jasper2/src/share/org
jfarcand2003/03/03 17:57:06
Modified:jasper2/src/share/org/apache/jasper/runtime
PageContextImpl.java
catalina/src/share/org/apache/catalina/core
ApplicationContext.java
ApplicationContextFacade.java
jfarcand2003/03/04 18:20:46
Modified:jsr154/src/share/javax/servlet ServletRequest.java
ServletRequestWrapper.java
Log:
Servlet 2.4 spec changes:
Adding the following methods in ServletRequest, SRV.14.2.16.1
jfarcand2003/03/04 18:31:47
Modified:coyote/src/java/org/apache/coyote Request.java
coyote/src/java/org/apache/coyote/tomcat5 CoyoteRequest.java
http11/src/java/org/apache/coyote/http11
Http11Processor.java
catalina
jfarcand2003/03/04 18:38:43
Modified:http11/src/java/org/apache/coyote/http11
Http11Processor.java
Log:
Oups. Do not remove that line.
Revision ChangesPath
1.60 +2 -1
jakarta-tomcat-connectors/http11/src/java/org/apache/coyote/http11
jfarcand2003/03/04 21:01:07
Modified:catalina/src/share/org/apache/catalina/core
StandardContext.java
Log:
When Tomcat is embedded, there are situations where appBase could be equals to null.
In that case, do not set the config file (or most important, do
jfarcand2003/03/05 08:48:33
Modified:.build.properties.default
Log:
Use tar.gz instead of zip since it fail under solaris.
Revision ChangesPath
1.73 +2 -2 jakarta-tomcat-5/build.properties.default
Index: build.properties.default
jfarcand2003/03/05 11:42:48
Modified:jsr154/src/share/dtd web-app_2_4.xsd
jsr154/src/share/javax/servlet ServletContext.java
ServletContextAttributeListener.java
ServletContextListener.java ServletRequest.java
jfarcand2003/03/05 13:42:22
Modified:catalina/src/share/org/apache/catalina/startup
ContextConfig.java WebRuleSet.java
Log:
New Servlet 2.4 PDF 2 features:
- remove web.xml extensibility support
- add support for SRV.12.3:
The sub elements
jfarcand2003/03/11 11:39:06
Modified:catalina/src/share/org/apache/catalina Context.java
catalina/src/share/org/apache/catalina/core
ApplicationContextFacade.java StandardContext.java
Log:
Better handle exceptions by propagating the cause
jfarcand2003/03/11 12:51:12
Modified:catalina/src/share/org/apache/catalina/security
SecurityClassLoad.java
coyote/src/java/org/apache/coyote/tomcat5
CoyoteRequestFacade.java
Log:
Add a missing doPrivileged block when
jfarcand2003/03/11 19:53:15
Modified:catalina/src/share/org/apache/catalina/session
StandardSession.java
Log:
Forgot to commit this one. Add a doPrivileged block.
Revision ChangesPath
1.14 +18 -6
jakarta-tomcat-catalina/catalina/src
jfarcand2003/03/13 11:24:07
Modified:.build.xml
catalina build.xml
Log:
Fix broken build (from a clean workspace). Do we realy need the shared directory?
Will regenerate the nightly build now :-)
Revision ChangesPath
1.101 +9 -7 jakarta
jfarcand2003/03/13 11:32:56
Modified:.build.xml
Log:
Proper file this time.
Revision ChangesPath
1.102 +1 -6 jakarta-tomcat-5/build.xml
Index: build.xml
===
RCS file: /home/cvs
jfarcand2003/03/13 13:00:29
Modified:.build.xml
catalina build.xml
Log:
Try to fix the build.xml. I have commented out some ant call for now. Will review it
later tonigh. Two bug fixed:
- commons-loggings where not copied at the right place
- the conf
jfarcand2003/03/13 20:01:38
Modified:webapps/docs build.xml
Log:
Comments docs generation for now since the build breaks if you delete everythings
and start from scratch.
Revision ChangesPath
1.5 +3 -5 jakarta-tomcat-catalina/webapps/docs/build.xml
Index
jfarcand2003/03/14 14:07:33
Modified:catalina/src/share/org/apache/catalina/core
StandardWrapper.java
Log:
Add a do privileged block used when jsps are precompiled.
Revision ChangesPath
1.17 +39 -8
jakarta-tomcat-catalina/catalina/src
jfarcand2003/03/17 11:56:50
Modified:.build.properties.default
Log:
For backward compatilitity ;-), set the base.path=/usr/local like it was before.
../repository fail with common-el, jakarta-servletapi-5 because those repositories
need to use ../../repository to works
jfarcand2003/03/18 08:23:36
Modified:catalina/src/share/org/apache/catalina/core
ApplicationDispatcher.java
Log:
Properly set the value used to create filter chain under a
ApplicationDispatcher.forward
Fix for bug: 17783,17784,17785,17787
Revision
jfarcand2003/03/20 12:06:38
Modified:catalina/src/share/org/apache/catalina/core
ApplicationContextFacade.java
Log:
Throw the original exception, not a RuntimeException.
Fix for bug: 18199
Revision ChangesPath
1.4 +12 -24
jakarta
jfarcand2003/03/21 07:54:27
Modified:.build.xml
Log:
Fix a bug when building from scratch, from a clean workspace and when doing:
ant checkout
ant download
ant dist
One day the nightly build script will work ;-)
Revision ChangesPath
1.116 +0 -4
jfarcand2003/03/22 07:22:00
Modified:jsr154/src/share/javax/servlet ServletRequest.java
ServletRequestWrapper.java ServletResponse.java
ServletResponseWrapper.java
jsr154/src/share/javax/servlet/http HttpServletRequest.java
jfarcand2003/03/26 10:21:51
Modified:catalina/src/share/org/apache/catalina/core
ApplicationContext.java
ApplicationContextFacade.java
Log:
Better handle exception:
- throw only expected exception
- throw RuntimeException if a
jfarcand2003/03/26 13:57:59
Modified:catalina/src/share/org/apache/catalina/core
StandardWrapperValve.java
Log:
Fix for bug 18199:
Regression in Tomcat 5: UnavailableException thrown in init() return Status 404 not
503
Based on the spec SRV.2.3.3.2
jfarcand2003/03/26 14:44:02
Modified:jasper2/src/share/org/apache/jasper
EmbededServletOptions.java
Log:
Always validate the name/value pair returned by the getInitParameter(). If the name
or the value is null, do not try to add it into the Properties object
jfarcand2003/03/26 17:18:31
Modified:jasper2/src/share/org/apache/jasper
EmbededServletOptions.java
Log:
Both name and value should not be null.
Revision ChangesPath
1.21 +4 -4
jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper
jfarcand2003/03/28 06:52:43
Modified:.build.properties.default
Log:
New Xerces 2.3.0 location. Will do some test with Xerces 2.4 before using it...maybe
we will have another stable release (wow, two in a row :-) )
Revision ChangesPath
1.82 +2 -2
jfarcand2003/03/28 06:59:23
Modified:.build.properties.default
Log:
New Xerces 2.3.0 packaging structure.
Revision ChangesPath
1.83 +2 -2 jakarta-tomcat-5/build.properties.default
Index: build.properties.default
jfarcand2003/03/28 07:10:03
Modified:.build.properties.default
Log:
Revert last commit. Did not download the right file. The packaging structure is the
same.
Revision ChangesPath
1.84 +2 -2 jakarta-tomcat-5/build.properties.default
Index
jfarcand2003/04/02 11:43:20
Modified:catalina/src/share/org/apache/catalina/core
StandardContext.java
Log:
Port patch from Tomcat 5.
Return the facade instead of the context itself.
Revision ChangesPath
1.118 +6 -5
jakarta-tomcat-4.0
jfarcand2003/04/04 14:46:17
Modified:catalina/src/share/org/apache/catalina/core
StandardEngine.java
Log:
Set the container before initializing a Service (throws a NPE when embedded).
Revision ChangesPath
1.9 +5 -5
jakarta-tomcat
jfarcand2003/04/04 14:51:18
Modified:catalina/src/share/org/apache/catalina/core
ApplicationDispatcher.java
Log:
Do not print the exception since it has been previously logged (and also that not
the proper exception)
Revision ChangesPath
1.13
jfarcand2003/04/04 15:11:27
Modified:catalina/src/share/org/apache/catalina/core
ApplicationDispatcher.java
Log:
Remove magic number 5 :-)
Revision ChangesPath
1.14 +5 -5
jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina
jfarcand2003/04/04 15:22:10
Modified:catalina/src/share/org/apache/catalina/core
StandardWrapper.java
Log:
Log the real exception since we are loosing the root cause.
Revision ChangesPath
1.21 +5 -4
jakarta-tomcat-catalina/catalina/src
jfarcand2003/06/05 20:03:33
Modified:catalina/src/share/org/apache/coyote/tomcat5
CoyoteRequest.java
Log:
When the SecurityManager is turned on, the facade is never properly garbaged.
Bugtraq 48
66915 demonstrates a case where CoyoteRequestFacade is re
jfarcand2003/06/06 12:04:51
Modified:catalina/src/share/org/apache/coyote/tomcat5
CoyoteRequest.java
Log:
Revert the patch until I come with a better solution.
Revision ChangesPath
1.9 +5 -5
jakarta-tomcat-catalina/catalina/src/share
jfarcand2003/05/27 12:37:19
Modified:.build.xml
Log:
Copy ant.jar to avoid having to copy it manually. That should fix the gump failure.
Revision ChangesPath
1.128 +3 -0 jakarta-tomcat-5/build.xml
Index: build.xml
1 - 100 of 289 matches
Mail list logo