Author: markt
Date: Sat Jan 13 18:45:48 2007
New Revision: 496022
URL: http://svn.apache.org/viewvc?view=rev&rev=496022
Log:
Fix bug 41327. Show full request URI for a 404. Patch provided by Vijay.
Modified:
tomcat/container/tc5.5.x/webapps/docs/changelog.xml
tomcat/jasper/tc5.5.x
Author: markt
Date: Sat Jan 13 19:18:06 2007
New Revision: 496025
URL: http://svn.apache.org/viewvc?view=rev&rev=496025
Log:
Fix bug 41217. Make SSO cookie secure when created during a secure request.
Patch provided by Chris Halstead.
Modified:
tomcat/container/tc5.5.x/catalina/src/s
Author: markt
Date: Sun Jan 14 07:29:10 2007
New Revision: 496089
URL: http://svn.apache.org/viewvc?view=rev&rev=496089
Log:
Fix bug 40524. request.getAuthType() now returns CLIENT_CERT rather than
CLIENT-CERT as per the spec. Now only web.xml, o.a.c.deploy.LoginConfig
Author: markt
Date: Sun Jan 14 08:02:20 2007
New Revision: 496093
URL: http://svn.apache.org/viewvc?view=rev&rev=496093
Log:
Fix bug 39627. JULI now acts on a .level=XXX directive
Modified:
tomcat/connectors/trunk/juli/src/java/org/apache/juli/ClassLoaderLogManager.java
tomcat/conta
Author: markt
Date: Sun Jan 14 11:43:00 2007
New Revision: 496117
URL: http://svn.apache.org/viewvc?view=rev&rev=496117
Log:
Fix bug 39088. prevent infinite loops when an exception is thrown the returns
itself for getRootCause()
Modified:
tomcat/container/tc5.5.x/catalina/src/share
Author: markt
Date: Sun Jan 14 14:48:05 2007
New Revision: 496173
URL: http://svn.apache.org/viewvc?view=rev&rev=496173
Log:
Update changelog with bug number.
Modified:
tomcat/container/tc5.5.x/webapps/docs/changelog.xml
Modified: tomcat/container/tc5.5.x/webapps/docs/changelog.xml
Author: markt
Date: Sun Jan 14 15:21:45 2007
New Revision: 496190
URL: http://svn.apache.org/viewvc?view=rev&rev=496190
Log:
Fix bug 39572. Improvements to CompressionFilter provided by Eric Hedström.
Also cleaned up unused imports and methods.
Modified:
tomcat/container/tc5.5.x/web
Author: markt
Date: Fri Jan 19 18:47:25 2007
New Revision: 498049
URL: http://svn.apache.org/viewvc?view=rev&rev=498049
Log:
Improved patch for 39088 based on patch by Wouter Zelle.
Modified:
tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/core/StandardWrapper.
Author: markt
Date: Fri Jan 19 18:58:37 2007
New Revision: 498052
URL: http://svn.apache.org/viewvc?view=rev&rev=498052
Log:
Revert this while I figure why the build broke
Modified:
tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/core/StandardWrapper.java
Modified:
to
Author: markt
Date: Fri Jan 19 19:07:36 2007
New Revision: 498053
URL: http://svn.apache.org/viewvc?view=rev&rev=498053
Log:
Put the fix back for 39088 now the build is fixed. Sorry for the noise.
Modified:
tomcat/container/tc5.5.x/catalina/build.xml
tomcat/container/tc5.5.x/cata
Author: markt
Date: Fri Jan 19 19:38:23 2007
New Revision: 498058
URL: http://svn.apache.org/viewvc?view=rev&rev=498058
Log:
Fix bug 41265 by removing the code that resets checkInterval values of zero to
300. If not checkInterval is not specified it defaults to zero anyway and
removing the
Author: markt
Date: Sat Jan 20 07:38:39 2007
New Revision: 498126
URL: http://svn.apache.org/viewvc?view=rev&rev=498126
Log:
Fix bug 40526. Return support for JPDA_OPTS to catalina.bat and add a new
option JPDA_SUSPEND. Patch provided by Kurt Roy.
Modified:
tomcat/container/tc5.5.x/cata
Author: markt
Date: Sat Jan 20 08:28:43 2007
New Revision: 498140
URL: http://svn.apache.org/viewvc?view=rev&rev=498140
Log:
As identified in bug 40507, update webapps to use a servlet 2.4 xsd. Patch
provided by Chris Halstead.
Modified:
tomcat/container/tc5.5.x/webapps/docs/changelog
Author: markt
Date: Sat Jan 20 15:37:15 2007
New Revision: 498211
URL: http://svn.apache.org/viewvc?view=rev&rev=498211
Log:
Correct bug number
Modified:
tomcat/container/tc5.5.x/webapps/docs/changelog.xml
Modified: tomcat/container/tc5.5.x/webapps/docs/changelog.xml
URL:
Author: markt
Date: Sat Jan 20 15:45:24 2007
New Revision: 498213
URL: http://svn.apache.org/viewvc?view=rev&rev=498213
Log:
Fix bug 40367. Add requirement for workers.properties to auto configuration
documentation.
Modified:
tomcat/connectors/trunk/jk/xdocs/webserver_howto/apache
Author: markt
Date: Tue Jan 23 18:55:06 2007
New Revision: 499215
URL: http://svn.apache.org/viewvc?view=rev&rev=499215
Log:
Further improvements to the fix for bug 39088
- Remove dependency on jsp-api using Tim Funk's suggested approach
- Add the recursion part of the patch I missed p
Author: markt
Date: Tue Jan 23 19:28:13 2007
New Revision: 499227
URL: http://svn.apache.org/viewvc?view=rev&rev=499227
Log:
Fix 41444, in case there is another 5.0.x release
Modified:
tomcat/container/branches/tc5.0.x/webapps/docs/config/service.xml
Modified: tomcat/container/bran
Author: markt
Date: Tue Jan 23 19:37:55 2007
New Revision: 499237
URL: http://svn.apache.org/viewvc?view=rev&rev=499237
Log:
Resolve inconsistency between log level and message. Patch suggested by Suzuki
Yuichiro.
Modified:
tomcat/container/tc5.5.x/catalina/src/share/org/apache/cata
Author: markt
Date: Sat Jan 27 13:00:07 2007
New Revision: 500616
URL: http://svn.apache.org/viewvc?view=rev&rev=500616
Log:
Correct error messages. Should be context.xml not web.xml
Modified:
tomcat/tc6.0.x/trunk/java/org/apache/catalina/startup/ContextConfig.java
tomcat/tc6.0.x/t
Author: markt
Date: Sat Jan 27 13:14:06 2007
New Revision: 500622
URL: http://svn.apache.org/viewvc?view=rev&rev=500622
Log:
Port fix for bug 41327. Show full URI for a 404.
Modified:
tomcat/tc6.0.x/trunk/java/org/apache/jasper/servlet/JspServlet.java
tomcat/tc6.0.x/trunk/webapps/
Author: markt
Date: Sat Jan 27 13:25:41 2007
New Revision: 500626
URL: http://svn.apache.org/viewvc?view=rev&rev=500626
Log:
Port fox for bug 41217. Set secure attribute on SSO cookie when cookie is
created during a secure request. Patch provided by Chris Halstead.
Modified:
tomcat/tc6
Author: markt
Date: Sat Jan 27 13:32:52 2007
New Revision: 500629
URL: http://svn.apache.org/viewvc?view=rev&rev=500629
Log:
Port fix bug 40524. request.getAuthType() now returns CLIENT_CERT rather than
CLIENT-CERT as per the spec. Now only web.xml, o.a.c.deploy.LoginConfig
Author: markt
Date: Sat Jan 27 14:35:35 2007
New Revision: 500644
URL: http://svn.apache.org/viewvc?view=rev&rev=500644
Log:
Update all webapps to use the servlet 2.5 xsd
Modified:
tomcat/tc6.0.x/trunk/webapps/ROOT/WEB-INF/web.xml
tomcat/tc6.0.x/trunk/webapps/docs/WEB-INF/web
Author: markt
Date: Sat Jan 27 14:45:06 2007
New Revision: 500651
URL: http://svn.apache.org/viewvc?view=rev&rev=500651
Log:
Port fix bug 40526. Return support for JPDA_OPTS to catalina.bat and add a new
option JPDA_SUSPEND. Patch provided by Kurt Roy.
Modified:
tomcat/tc6.0.x/trunk
Author: markt
Date: Sat Jan 27 14:49:37 2007
New Revision: 500656
URL: http://svn.apache.org/viewvc?view=rev&rev=500656
Log:
Javadocs are no longer included by default and the pages are not pre-compiled.
Modified:
tomcat/tc6.0.x/trunk/webapps/ROOT/index.jsp
Modified: tomcat/tc6.0.x/t
Author: markt
Date: Sat Jan 27 14:56:47 2007
New Revision: 500660
URL: http://svn.apache.org/viewvc?view=rev&rev=500660
Log:
Port fix bug 41265 by removing the code that resets checkInterval values of
zero to 300. If checkInterval is not specified it defaults to zero anyway and
removing
Author: markt
Date: Sat Jan 27 15:07:51 2007
New Revision: 500668
URL: http://svn.apache.org/viewvc?view=rev&rev=500668
Log:
Port fix bug 39572. Improvements to CompressionFilter provided by Eric
Hedström. Also cleaned up unused imports and methods.
Modified:
tomcat/tc6.0.x/trunk/web
Author: markt
Date: Sat Jan 27 15:08:13 2007
New Revision: 500669
URL: http://svn.apache.org/viewvc?view=rev&rev=500669
Log:
Add source for examples to Eclipse project
Modified:
tomcat/tc6.0.x/trunk/.classpath
Modified: tomcat/tc6.0.x/trunk/.classpath
URL:
http://svn.apache.org/vi
Author: markt
Date: Sat Jan 27 15:15:00 2007
New Revision: 500674
URL: http://svn.apache.org/viewvc?view=rev&rev=500674
Log:
Code clean up in the examples. Removed unused imports and unused code.
Modified:
tomcat/tc6.0.x/trunk/webapps/examples/WEB-INF/classes/CookieExample.java
to
Author: markt
Date: Sat Jan 27 15:27:18 2007
New Revision: 500684
URL: http://svn.apache.org/viewvc?view=rev&rev=500684
Log:
Clean up unused imports for the tc6 source tree
Modified:
tomcat/tc6.0.x/trunk/java/org/apache/catalina/Cluster.java
tomcat/tc6.0.x/trunk/java/org/apache/cata
Author: markt
Date: Sat Jan 27 16:24:33 2007
New Revision: 500710
URL: http://svn.apache.org/viewvc?view=rev&rev=500710
Log:
Fix paste error
Modified:
tomcat/tc6.0.x/trunk/bin/catalina.bat
Modified: tomcat/tc6.0.x/trunk/bin/catalina.bat
URL:
http://svn.apache.org/viewvc/tomcat/tc6
Author: markt
Date: Sat Jan 27 16:51:28 2007
New Revision: 500713
URL: http://svn.apache.org/viewvc?view=rev&rev=500713
Log:
Fix getting the nested exception of the standard Exception class
Modified:
tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/va
Author: markt
Date: Sat Jan 27 16:55:24 2007
New Revision: 500716
URL: http://svn.apache.org/viewvc?view=rev&rev=500716
Log:
Port fix bug 39088 that prevents infinite loops when an exception is thrown the
returns itself for getRootCause(). Also port changes that enable the root cause
t
Author: markt
Date: Sun Jan 28 07:25:04 2007
New Revision: 500810
URL: http://svn.apache.org/viewvc?view=rev&rev=500810
Log:
Correct change log. The infinite loop issue had already been resolved.
Modified:
tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml
Modified: tomcat/tc6.0.x/t
Author: markt
Date: Sun Jan 28 07:28:23 2007
New Revision: 500812
URL: http://svn.apache.org/viewvc?view=rev&rev=500812
Log:
Simplify code since ServletException now uses standard exception chaining.
Modified:
tomcat/tc6.0.x/trunk/java/org/apache/catalina/core/StandardWrapper.java
to
Author: markt
Date: Sun Jan 28 08:39:42 2007
New Revision: 500824
URL: http://svn.apache.org/viewvc?view=rev&rev=500824
Log:
Replace tabs with 8 spaces and tidy up the javadocs afterwards. No functional
change.
Modified:
tomcat/tc6.0.x/trunk/java/javax/servlet/jsp/JspException.
Author: markt
Date: Sun Jan 28 09:28:36 2007
New Revision: 500843
URL: http://svn.apache.org/viewvc?view=rev&rev=500843
Log:
Update JspException to align with the JSP 2.1 spec.
Update root cause finding to take advantage of being able to use getCause
Modified:
tomcat/tc6.0.x/trunk/java/j
Author: markt
Date: Sun Jan 28 17:45:06 2007
New Revision: 500918
URL: http://svn.apache.org/viewvc?view=rev&rev=500918
Log:
Revert port of 39088 as per discussion on dev list.
Modified:
tomcat/tc6.0.x/trunk/java/org/apache/catalina/core/StandardWrapper.java
tomcat/tc6.0.x/trunk/java
Author: markt
Date: Mon Jan 29 16:02:30 2007
New Revision: 501241
URL: http://svn.apache.org/viewvc?view=rev&rev=501241
Log:
Complete previous patch.
Modified:
tomcat/tc6.0.x/trunk/java/javax/servlet/jsp/JspException.java
Modified: tomcat/tc6.0.x/trunk/java/javax/servlet
Author: markt
Date: Wed Jan 31 16:59:17 2007
New Revision: 502062
URL: http://svn.apache.org/viewvc?view=rev&rev=502062
Log:
Fix build. I believe I implemented the intended behaviour. Rainer - can you
confirm?
Modified:
tomcat/connectors/trunk/jk/jkstatus/src/share/org/apache/jk/st
Author: markt
Date: Wed Jan 31 17:30:32 2007
New Revision: 502067
URL: http://svn.apache.org/viewvc?view=rev&rev=502067
Log:
Fix bug 41512. Replace @version@ token in release notes.
Modified:
tomcat/build/tc5.5.x/build.xml
tomcat/container/tc5.5.x/webapps/docs/changelog.xml
Modi
Author: markt
Date: Mon Feb 5 18:18:14 2007
New Revision: 503957
URL: http://svn.apache.org/viewvc?view=rev&rev=503957
Log:
Make connectors build for TC4 with a 1.3 JDK. Some bits will be excluded from
the build but it will then run on a 1.3 JDK.
Modified:
tomcat/connectors/trunk/ht
Author: markt
Date: Mon Feb 5 18:21:15 2007
New Revision: 503958
URL: http://svn.apache.org/viewvc?view=rev&rev=503958
Log:
Update libraries to latest available versions.
Update release notes to make JDK 1.3 requirement clear. This has been the case
for several versions, it just wasn'
Author: markt
Date: Mon Feb 5 18:51:30 2007
New Revision: 503965
URL: http://svn.apache.org/viewvc?view=rev&rev=503965
Log:
Fix what looks like a copy and paste error
Modified:
tomcat/container/branches/tc4.1.x/catalina/src/share/org/apache/catalina/core/ApplicationFilterChain.
Author: markt
Date: Tue Feb 6 16:28:00 2007
New Revision: 504386
URL: http://svn.apache.org/viewvc?view=rev&rev=504386
Log:
Switch to a straight JDK 1.4 test to determine which components to exclude when
building TC4 on JDK 1.3. This should sit better along side the TC5 build
pro
Author: markt
Date: Tue Feb 6 16:47:18 2007
New Revision: 504390
URL: http://svn.apache.org/viewvc?view=rev&rev=504390
Log:
One tweak so the TC5 build doesn't exclude some APR classes
Modified:
tomcat/connectors/trunk/http11/build.xml
Modified: tomcat/connectors/trunk/http11/buil
Author: markt
Date: Tue Feb 6 17:15:01 2007
New Revision: 504402
URL: http://svn.apache.org/viewvc?view=rev&rev=504402
Log:
Add images back to the manager app. Last commit was a little too keen in what
was tidied up.
Modified:
tomcat/container/branches/tc4.1.x/webapps/manager/build
Author: markt
Date: Sat Feb 10 10:45:24 2007
New Revision: 505740
URL: http://svn.apache.org/viewvc?view=rev&rev=505740
Log:
Fix problem with CGI variable SCRIPT_NAME reported on users list
Modified:
tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/servlets/CGIServlet.
Author: markt
Date: Sat Feb 10 10:55:08 2007
New Revision: 505743
URL: http://svn.apache.org/viewvc?view=rev&rev=505743
Log:
Port SCRIPT_NAME fix
Modified:
tomcat/tc6.0.x/trunk/java/org/apache/catalina/servlets/CGIServlet.java
tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml
Modi
Author: markt
Date: Sat Feb 10 12:20:48 2007
New Revision: 505759
URL: http://svn.apache.org/viewvc?view=rev&rev=505759
Log:
Fix bug 41493. Admin webapp now handles APR connectors correctly.
Modified:
tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/mbeans/ConnectorMBean.
Author: markt
Date: Mon Feb 12 04:29:23 2007
New Revision: 506433
URL: http://svn.apache.org/viewvc?view=rev&rev=506433
Log:
Port fix for minor glitch, submitted by Anil Saldhana.
Modified:
tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/authenticator/FormAuthenticator.
Author: markt
Date: Thu Feb 15 16:07:21 2007
New Revision: 508248
URL: http://svn.apache.org/viewvc?view=rev&rev=508248
Log:
Fix for bug 41623 so svn aligns with the live web site (that I am about to
update)
Modified:
tomcat/container/branches/tc5.0.x/webapps/docs/jndi-datasource-exam
Author: markt
Date: Thu Feb 15 19:06:07 2007
New Revision: 508294
URL: http://svn.apache.org/viewvc?view=rev&rev=508294
Log:
Fix bug 41608. Make log levels consistent.
Modified:
tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/core/StandardWrapperValve.java
to
Author: markt
Date: Thu Feb 15 19:09:39 2007
New Revision: 508295
URL: http://svn.apache.org/viewvc?view=rev&rev=508295
Log:
Port fix bug 41608. Make log levels consistent.
Modified:
tomcat/tc6.0.x/trunk/java/org/apache/catalina/core/StandardWrapperValve.java
tomcat/tc6.0.x/trunk/web
Author: markt
Date: Thu Feb 15 19:13:33 2007
New Revision: 508297
URL: http://svn.apache.org/viewvc?view=rev&rev=508297
Log:
Fix typo
Modified:
tomcat/container/branches/tc4.1.x/RELEASE-NOTES-4.1.txt
Modified: tomcat/container/branches/tc4.1.x/RELEASE-NOTES-4.1.txt
URL:
Author: markt
Date: Sat Feb 17 06:04:30 2007
New Revision: 508762
URL: http://svn.apache.org/viewvc?view=rev&rev=508762
Log:
Add CVE-2005-3510
Modified:
tomcat/site/trunk/docs/security-4.html
tomcat/site/trunk/docs/security-5.html
tomcat/site/trunk/xdocs/security-4.xml
to
Author: markt
Date: Thu Feb 22 20:09:46 2007
New Revision: 510801
URL: http://svn.apache.org/viewvc?view=rev&rev=510801
Log:
Port Remy's CL deadlock quick fix from TC6
Modified:
tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/loader/WebappClassLoader.java
Modified
Author: markt
Date: Sat Feb 24 08:20:30 2007
New Revision: 511294
URL: http://svn.apache.org/viewvc?view=rev&rev=511294
Log:
Use correct definition for servlet 2.5 xsd.
Modified:
tomcat/tc6.0.x/trunk/webapps/ROOT/WEB-INF/web.xml
tomcat/tc6.0.x/trunk/webapps/docs/WEB-INF/web
Author: markt
Date: Sat Feb 24 11:58:46 2007
New Revision: 511333
URL: http://svn.apache.org/viewvc?view=rev&rev=511333
Log:
Update ignore list
Modified:
tomcat/connectors/trunk/jk/jkstatus/ (props changed)
Propchange: tomcat/connectors/trunk/jk/jkst
Author: markt
Date: Sat Feb 24 15:22:27 2007
New Revision: 511369
URL: http://svn.apache.org/viewvc?view=rev&rev=511369
Log:
Add documentation for CVE-2005-1754
Modified:
tomcat/site/trunk/docs/security-5.html
tomcat/site/trunk/xdocs/security-5.xml
Modified: tomcat/site/trunk/
Author: markt
Date: Sat Feb 24 15:29:39 2007
New Revision: 511370
URL: http://svn.apache.org/viewvc?view=rev&rev=511370
Log:
Add documentation for CVE-2005-1753
Modified:
tomcat/site/trunk/docs/security-5.html
tomcat/site/trunk/xdocs/security-5.xml
Modified: tomcat/site/trunk/
Author: markt
Date: Sat Feb 24 15:44:02 2007
New Revision: 511373
URL: http://svn.apache.org/viewvc?view=rev&rev=511373
Log:
Add documentation for CVE-2005-0808
Modified:
tomcat/site/trunk/docs/security-3.html
tomcat/site/trunk/xdocs/security-3.xml
Modified: tomcat/site/trunk/
Author: markt
Date: Sat Feb 24 17:39:24 2007
New Revision: 511398
URL: http://svn.apache.org/viewvc?view=rev&rev=511398
Log:
Clean up TC3 issues and make descriptions consistent
Modified:
tomcat/site/trunk/docs/security-3.html
tomcat/site/trunk/xdocs/security-3.xml
Modified: tomcat/
Author: markt
Date: Sat Feb 24 17:41:29 2007
New Revision: 511399
URL: http://svn.apache.org/viewvc?view=rev&rev=511399
Log:
Add documentation for CVE-2003-0866
Modified:
tomcat/site/trunk/docs/security-4.html
tomcat/site/trunk/xdocs/security-4.xml
Modified: tomcat/site/trunk/
Author: markt
Date: Sat Feb 24 17:58:53 2007
New Revision: 511401
URL: http://svn.apache.org/viewvc?view=rev&rev=511401
Log:
Add documentation for CVE-2003-0045
Modified:
tomcat/site/trunk/docs/security-3.html
tomcat/site/trunk/xdocs/security-3.xml
Modified: tomcat/site/trunk/
Author: markt
Date: Sat Feb 24 18:31:19 2007
New Revision: 511406
URL: http://svn.apache.org/viewvc?view=rev&rev=511406
Log:
Add documentation for CVE-2003-0044, CVE-2003-0043 and CVE-2003-0042
Modified:
tomcat/site/trunk/docs/security-3.html
tomcat/site/trunk/xdocs/security-3
Author: markt
Date: Sun Feb 25 17:57:28 2007
New Revision: 511689
URL: http://svn.apache.org/viewvc?view=rev&rev=511689
Log:
Tabs -> 8 spaces. No other changes.
Modified:
tomcat/connectors/trunk/util/java/org/apache/tomcat/util/http/MimeHeaders.java
Modified:
tomcat/connectors/tru
Author: markt
Date: Sun Feb 25 19:12:18 2007
New Revision: 511708
URL: http://svn.apache.org/viewvc?view=rev&rev=511708
Log:
Fix bug 41674. Error messages should refer to context.xml not web.xml. Port of
same fix in TC6.
Modified:
tomcat/container/tc5.5.x/catalina/src/share/org/ap
Author: markt
Date: Sun Feb 25 20:06:07 2007
New Revision: 511716
URL: http://svn.apache.org/viewvc?view=rev&rev=511716
Log:
Fix bug 41666. Correct handling of boundary conditions for If-Unmodified-Since
and If-Modified-Since headers. Patch provided by Suzuki Yuichiro.
Modified:
to
Author: markt
Date: Mon Feb 26 16:14:01 2007
New Revision: 512088
URL: http://svn.apache.org/viewvc?view=rev&rev=512088
Log:
Fix typo.
Modified:
tomcat/site/trunk/docs/security-5.html
tomcat/site/trunk/xdocs/security-5.xml
Modified: tomcat/site/trunk/docs/security-5.html
URL:
Author: markt
Date: Tue Feb 27 20:27:09 2007
New Revision: 512602
URL: http://svn.apache.org/viewvc?view=rev&rev=512602
Log:
Partial fix for bug 41655. Update some of the translations and fix a few
obvious typos.
Modified:
tomcat/container/tc5.5.x/catalina/src/share/org/apache/cata
Author: markt
Date: Wed Feb 28 16:26:12 2007
New Revision: 513079
URL: http://svn.apache.org/viewvc?view=rev&rev=513079
Log:
As per RFC2616, requests with multiple content-length headers are invalid.
Modified:
tomcat/connectors/trunk/coyote/src/java/org/apache/coyote/Request.java
to
Author: markt
Date: Wed Feb 28 16:28:57 2007
New Revision: 513080
URL: http://svn.apache.org/viewvc?view=rev&rev=513080
Log:
Update change log
Modified:
tomcat/container/tc5.5.x/webapps/docs/changelog.xml
Modified: tomcat/container/tc5.5.x/webapps/docs/changelog.xml
URL:
Author: markt
Date: Thu Mar 1 18:34:17 2007
New Revision: 513599
URL: http://svn.apache.org/viewvc?view=rev&rev=513599
Log:
Fix bug 41739. Servlets with a load-on-startup value of zero should be loaded
first.
Modified:
tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/
Author: markt
Date: Thu Mar 1 18:38:26 2007
New Revision: 513601
URL: http://svn.apache.org/viewvc?view=rev&rev=513601
Log:
Port fix for bug 41739. Servlets with a load-on-startup value of zero should be
loaded first.
Modified:
tomcat/tc6.0.x/trunk/java/org/apache/catalina/
Author: markt
Date: Fri Mar 2 04:10:05 2007
New Revision: 513721
URL: http://svn.apache.org/viewvc?view=rev&rev=513721
Log:
Put change in right section.
Modified:
tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml
Modified: tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml
URL:
Author: markt
Date: Fri Mar 2 16:26:54 2007
New Revision: 514026
URL: http://svn.apache.org/viewvc?view=rev&rev=514026
Log:
Add JK vulnerability list, including recently announced issue.
Added:
tomcat/site/trunk/docs/security-jk.html (with props)
Modified:
tomcat/site/trunk/
Author: markt
Date: Fri Mar 2 16:58:38 2007
New Revision: 514035
URL: http://svn.apache.org/viewvc?view=rev&rev=514035
Log:
Add JK vulnerability list, including recently announced issue.
Odd. This were missed in last commit.
Added:
tomcat/site/trunk/xdocs/security-jk.xml (with p
Author: markt
Date: Sat Mar 3 07:48:33 2007
New Revision: 514174
URL: http://svn.apache.org/viewvc?view=rev&rev=514174
Log:
Tabs -> 8 spaces. No functional change.
Modified:
tomcat/tc6.0.x/trunk/java/org/apache/tomcat/util/http/MimeHeaders.java
Modified: tomcat/tc6.0.x/trunk/j
Author: markt
Date: Sat Mar 3 07:56:14 2007
New Revision: 514176
URL: http://svn.apache.org/viewvc?view=rev&rev=514176
Log:
Port fix from TC5. As per RFC2616, requests with multiple content-length
headers are invalid.
Modified:
tomcat/tc6.0.x/trunk/java/org/apache/coyote/Request.
Author: markt
Date: Sat Mar 3 08:03:11 2007
New Revision: 514179
URL: http://svn.apache.org/viewvc?view=rev&rev=514179
Log:
Port fix for bug 41666. Correct handling of boundary conditions for
If-Unmodified-Since and If-Modified-Since headers. Patch provided by Suzuki
Yuichiro.
Up
Author: markt
Date: Sat Mar 3 08:12:41 2007
New Revision: 514180
URL: http://svn.apache.org/viewvc?view=rev&rev=514180
Log:
Port partial fix for bug 41655. Update some of the translations and fix a few
obvious typos.
Modified:
tomcat/tc6.0.x/trunk/java/org/apache/catalina/sta
Author: markt
Date: Sat Mar 3 08:18:50 2007
New Revision: 514181
URL: http://svn.apache.org/viewvc?view=rev&rev=514181
Log:
Code clean-up. No functional change.
Modified:
tomcat/tc6.0.x/trunk/java/org/apache/catalina/realm/MemoryRealm.java
Modified: tomcat/tc6.0.x/trunk/java/org/ap
Author: markt
Date: Sat Mar 3 08:22:48 2007
New Revision: 514182
URL: http://svn.apache.org/viewvc?view=rev&rev=514182
Log:
Fix bug 41752. Correct error message on exception in MemoryRealm. Patch
provided by Ales Milan.
Modified:
tomcat/container/tc5.5.x/catalina/src/share/org/ap
Author: markt
Date: Sat Mar 3 08:24:08 2007
New Revision: 514183
URL: http://svn.apache.org/viewvc?view=rev&rev=514183
Log:
Port fix for bug 41752. Correct error message on exception in MemoryRealm.
Patch provided by Ales Milan.
Modified:
tomcat/tc6.0.x/trunk/java/org/apache/catalina/r
Author: markt
Date: Sat Mar 3 09:14:07 2007
New Revision: 514193
URL: http://svn.apache.org/viewvc?view=rev&rev=514193
Log:
Changes should now be against 5.5.24
Modified:
tomcat/container/tc5.5.x/webapps/docs/changelog.xml
Modified: tomcat/container/tc5.5.x/webapps/docs/changelog.xml
Author: markt
Date: Sun Mar 4 18:59:16 2007
New Revision: 514530
URL: http://svn.apache.org/viewvc?view=rev&rev=514530
Log:
Small fix. (Copied rather than moved entry)
Modified:
tomcat/container/tc5.5.x/webapps/docs/changelog.xml
Modified: tomcat/container/tc5.5.x/webapps/
Author: markt
Date: Sun Mar 4 19:05:32 2007
New Revision: 514531
URL: http://svn.apache.org/viewvc?view=rev&rev=514531
Log:
Fix bug 41747. Corrent minor error in ant script example for deploy.
Modified:
tomcat/container/tc5.5.x/webapps/docs/changelog.xml
tomcat/container/tc5.5.x/web
Author: markt
Date: Sun Mar 4 19:05:49 2007
New Revision: 514532
URL: http://svn.apache.org/viewvc?view=rev&rev=514532
Log:
Port fix for bug 41747. Correct minor error in ant script example for deploy.
Modified:
tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml
tomcat/tc6.0.x/t
Author: markt
Date: Sun Mar 4 20:51:36 2007
New Revision: 514549
URL: http://svn.apache.org/viewvc?view=rev&rev=514549
Log:
Add more CVE reports to the security pages.
Modified:
tomcat/site/trunk/docs/security-3.html
tomcat/site/trunk/docs/security-4.html
tomcat/site/trunk/x
Author: markt
Date: Mon Mar 5 19:04:01 2007
New Revision: 514965
URL: http://svn.apache.org/viewvc?view=rev&rev=514965
Log:
Update change log prior to 4.1.35 release
Modified:
tomcat/container/branches/tc4.1.x/RELEASE-NOTES-4.1.txt
Modified: tomcat/container/branches/tc4.1.x/RELEASE-N
Author: markt
Date: Mon Mar 5 19:14:38 2007
New Revision: 514966
URL: http://svn.apache.org/viewvc?view=rev&rev=514966
Log:
Update version number in preparation for tagging 4.1.35
Modified:
tomcat/container/branches/tc4.1.x/build.properties.default
Modified: tomcat/container/branches/t
Author: markt
Date: Mon Mar 5 19:18:56 2007
New Revision: 514967
URL: http://svn.apache.org/viewvc?view=rev&rev=514967
Log:
Update year
Modified:
tomcat/container/branches/tc4.1.x/build.xml
Modified: tomcat/container/branches/tc4.1.x/build.xml
URL:
http://svn.apache.org/viewvc/to
Author: markt
Date: Mon Mar 5 19:28:20 2007
New Revision: 514969
URL: http://svn.apache.org/viewvc?view=rev&rev=514969
Log:
Clean up unused imports.
Modified:
tomcat/servletapi/branches/servlet2.3-jsp1.2-tc4.x/src/share/javax/servlet/FilterConfig.java
tomcat/servletapi/bran
Author: markt
Date: Mon Mar 5 19:29:05 2007
New Revision: 514970
URL: http://svn.apache.org/viewvc?view=rev&rev=514970
Log:
Fix obvious bug in error message.
Modified:
tomcat/servletapi/branches/servlet2.3-jsp1.2-tc4.x/src/share/javax/servlet/http/HttpServlet.java
Modified:
to
Author: markt
Date: Mon Mar 5 19:46:38 2007
New Revision: 514972
URL: http://svn.apache.org/viewvc?view=rev&rev=514972
Log:
Fix minor glitches in build script
Modified:
tomcat/container/branches/tc4.1.x/build.properties.default
tomcat/container/branches/tc4.1.x/build.xml
Modi
Author: markt
Date: Mon Mar 5 20:08:53 2007
New Revision: 514975
URL: http://svn.apache.org/viewvc?view=rev&rev=514975
Log:
Add a building hint for PureTLS
Modified:
tomcat/container/branches/tc4.1.x/build.properties.default
Modified: tomcat/container/branches/tc4
Author: markt
Date: Mon Mar 5 20:11:14 2007
New Revision: 514976
URL: http://svn.apache.org/viewvc?view=rev&rev=514976
Log:
Add note for new PureTLS version
Modified:
tomcat/container/branches/tc4.1.x/RELEASE-NOTES-4.1.txt
Modified: tomcat/container/branches/tc4.1.x/RELEASE-NOTES-4.1
Author: markt
Date: Sun Mar 11 21:29:30 2007
New Revision: 517094
URL: http://svn.apache.org/viewvc?view=rev&rev=517094
Log:
Update front page to latest 5.5.x version
Modified:
tomcat/site/trunk/docs/index.html
tomcat/site/trunk/xdocs/index.xml
Modified: tomcat/site/trunk/
Author: markt
Date: Thu Mar 15 18:28:34 2007
New Revision: 518823
URL: http://svn.apache.org/viewvc?view=rev&rev=518823
Log:
Update host doc now directories in appBase without WEB-INF are auto-deployed.
Modified:
tomcat/container/tc5.5.x/webapps/docs/changelog.xml
tomcat/container/t
901 - 1000 of 46347 matches
Mail list logo