svn commit: r528491 - in /tomcat/tc6.0.x/trunk: dist.xml extras.xml

2007-04-13 Thread remm
Author: remm Date: Fri Apr 13 07:05:35 2007 New Revision: 528491 URL: http://svn.apache.org/viewvc?view=rev&rev=528491 Log: - XML directive (most important commit ever !!). Modified: tomcat/tc6.0.x/trunk/dist.xml tomcat/tc6.0.x/trunk/extras.xml Modified: tomcat/tc6.0.x/trunk/dist

svn commit: r529305 - /tomcat/tc6.0.x/trunk/java/org/apache/coyote/http11/Http11AprProtocol.java

2007-04-16 Thread remm
Author: remm Date: Mon Apr 16 09:14:47 2007 New Revision: 529305 URL: http://svn.apache.org/viewvc?view=rev&rev=529305 Log: - Port changes from the NIO connector to the APR connector, to resolve memory leaking when using an executor (note: when not using an executor, no memory leak could o

svn commit: r529398 - in /tomcat/tc6.0.x/trunk/webapps/host-manager: host-manager.xml manager.xml

2007-04-16 Thread remm
Author: remm Date: Mon Apr 16 14:00:52 2007 New Revision: 529398 URL: http://svn.apache.org/viewvc?view=rev&rev=529398 Log: - Update path (part of 42130). Removed: tomcat/tc6.0.x/trunk/webapps/host-manager/host-manager.xml Modified: tomcat/tc6.0.x/trunk/webapps/host-manager/manager

svn commit: r529399 - /tomcat/tc6.0.x/trunk/webapps/manager/manager.xml

2007-04-16 Thread remm
Author: remm Date: Mon Apr 16 14:01:16 2007 New Revision: 529399 URL: http://svn.apache.org/viewvc?view=rev&rev=529399 Log: - Update path (part of 42130). Removed: tomcat/tc6.0.x/trunk/webapps/manager/manager.xml

svn commit: r529433 - /tomcat/tc6.0.x/trunk/java/org/apache/catalina/manager/LocalStrings.properties

2007-04-16 Thread remm
Author: remm Date: Mon Apr 16 15:59:03 2007 New Revision: 529433 URL: http://svn.apache.org/viewvc?view=rev&rev=529433 Log: - Fix links (42130). Modified: tomcat/tc6.0.x/trunk/java/org/apache/catalina/manager/LocalStrings.properties Modified: tomcat/tc6.0.x/trunk/java/org/apache/cata

svn commit: r529434 - /tomcat/tc6.0.x/trunk/java/org/apache/catalina/manager/host/LocalStrings.properties

2007-04-16 Thread remm
Author: remm Date: Mon Apr 16 15:59:24 2007 New Revision: 529434 URL: http://svn.apache.org/viewvc?view=rev&rev=529434 Log: - Fix links (42130). Modified: tomcat/tc6.0.x/trunk/java/org/apache/catalina/manager/host/LocalStrings.properties Modified: tomcat/tc6.0.x/trunk/java/org/ap

svn commit: r529442 - /tomcat/tc6.0.x/trunk/webapps/manager/sessionDetail.jsp

2007-04-16 Thread remm
Author: remm Date: Mon Apr 16 16:30:03 2007 New Revision: 529442 URL: http://svn.apache.org/viewvc?view=rev&rev=529442 Log: - Add session browser capabilities in the manager. Let me know if it creates problems (I checked XSS to some extent to, but please double check if you can). - Submi

svn commit: r529443 - /tomcat/tc6.0.x/trunk/webapps/manager/sessionsList.jsp

2007-04-16 Thread remm
Author: remm Date: Mon Apr 16 16:30:24 2007 New Revision: 529443 URL: http://svn.apache.org/viewvc?view=rev&rev=529443 Log: - Add session browser capabilities in the manager. Let me know if it creates problems (I checked XSS to some extent to, but please double check if you can). - Submi

svn commit: r529444 - in /tomcat/tc6.0.x/trunk/java/org/apache/catalina/manager: HTMLManagerServlet.java JspHelper.java util/ util/BaseSessionComparator.java util/ReverseComparator.java util/SessionUt

2007-04-16 Thread remm
Author: remm Date: Mon Apr 16 16:30:55 2007 New Revision: 529444 URL: http://svn.apache.org/viewvc?view=rev&rev=529444 Log: - Add session browser capabilities in the manager. Let me know if it creates problems (I checked XSS to some extent to, but please double check if you can). - Submi

svn commit: r529465 - in /tomcat/tc6.0.x/trunk/java/org/apache/coyote: ajp/AjpAprProtocol.java ajp/AjpProtocol.java http11/Http11AprProtocol.java http11/Http11Protocol.java

2007-04-16 Thread remm
Author: remm Date: Mon Apr 16 18:50:35 2007 New Revision: 529465 URL: http://svn.apache.org/viewvc?view=rev&rev=529465 Log: - Merge changes to the other protocols, to fix leaking when using an executor (for java.io, not using a thread local has no performance impact). - Harmonize proper

svn commit: r529466 - /tomcat/tc6.0.x/trunk/java/org/apache/catalina/core/ApplicationContext.java

2007-04-16 Thread remm
Author: remm Date: Mon Apr 16 18:52:50 2007 New Revision: 529466 URL: http://svn.apache.org/viewvc?view=rev&rev=529466 Log: - Code cleanup (less thread local manipulation). - Submitted by Arvind Srinivasan. Modified: tomcat/tc6.0.x/trunk/java/org/apache/catalina/core/ApplicationContext.

svn commit: r529612 - /tomcat/tc6.0.x/trunk/java/org/apache/catalina/manager/JspHelper.java

2007-04-17 Thread remm
Author: remm Date: Tue Apr 17 07:10:07 2007 New Revision: 529612 URL: http://svn.apache.org/viewvc?view=rev&rev=529612 Log: - Protect about possible issues calling toString in escapeXml(Object). Modified: tomcat/tc6.0.x/trunk/java/org/apache/catalina/manager/JspHelper.java Modified: to

svn commit: r530233 - in /tomcat/tc6.0.x/trunk/webapps/docs: apr.xml config/ajp.xml config/http.xml

2007-04-18 Thread remm
Author: remm Date: Wed Apr 18 19:18:33 2007 New Revision: 530233 URL: http://svn.apache.org/viewvc?view=rev&rev=530233 Log: - Remove some attributes. Modified: tomcat/tc6.0.x/trunk/webapps/docs/apr.xml tomcat/tc6.0.x/trunk/webapps/docs/config/ajp.xml tomcat/tc6.0.x/trunk/webapps/

svn commit: r530559 - /tomcat/tc6.0.x/trunk/conf/context.xml

2007-04-19 Thread remm
Author: remm Date: Thu Apr 19 14:45:30 2007 New Revision: 530559 URL: http://svn.apache.org/viewvc?view=rev&rev=530559 Log: - Add the comet valve (commented out). Modified: tomcat/tc6.0.x/trunk/conf/context.xml Modified: tomcat/tc6.0.x/trunk/conf/context.xml URL: http://svn.apache

svn commit: r531302 - /tomcat/tc6.0.x/trunk/NOTICE

2007-04-22 Thread remm
Author: remm Date: Sun Apr 22 17:19:33 2007 New Revision: 531302 URL: http://svn.apache.org/viewvc?view=rev&rev=531302 Log: - Fix license headers. - Submitted by Niall Pemberton. Modified: tomcat/tc6.0.x/trunk/NOTICE Modified: tomcat/tc6.0.x/trunk/NOTICE URL: http://svn.apache.org/vi

svn commit: r531304 - in /tomcat/tc6.0.x/trunk/webapps/examples/jsp: forward/forward.jsp forward/fwd.html forward/one.jsp forward/two.html index.html jsp2/el/implicit-objects.html jsp2/tagfiles/produc

2007-04-22 Thread remm
Author: remm Date: Sun Apr 22 17:26:10 2007 New Revision: 531304 URL: http://svn.apache.org/viewvc?view=rev&rev=531304 Log: - Fix license headers. - Submitted by Niall Pemberton. Modified: tomcat/tc6.0.x/trunk/webapps/examples/jsp/forward/forward.jsp tomcat/tc6.0.x/trunk/webapps/exam

svn commit: r531305 - in /tomcat/tc6.0.x/trunk/test/org/apache/catalina/tribes: demos/ test/ test/channel/ test/interceptors/ test/io/ test/membership/ test/transport/

2007-04-22 Thread remm
Author: remm Date: Sun Apr 22 17:26:39 2007 New Revision: 531305 URL: http://svn.apache.org/viewvc?view=rev&rev=531305 Log: - Fix license headers. - Submitted by Niall Pemberton. Modified: tomcat/tc6.0.x/trunk/test/org/apache/catalina/tribes/demos/CoordinationDemo.java tomcat/tc6

svn commit: r531415 - /tomcat/tc6.0.x/trunk/java/org/apache/catalina/core/ApplicationDispatcher.java

2007-04-23 Thread remm
Author: remm Date: Mon Apr 23 03:30:02 2007 New Revision: 531415 URL: http://svn.apache.org/viewvc?view=rev&rev=531415 Log: - Proposed refactoring of dispatcher logging (remove some "I can't use a debugger" style logging as well). Modified: tomcat/tc6.0.x/trunk/java/

svn commit: r531901 - /tomcat/tc6.0.x/trunk/java/org/apache/catalina/session/ManagerBase.java

2007-04-24 Thread remm
Author: remm Date: Tue Apr 24 05:24:34 2007 New Revision: 531901 URL: http://svn.apache.org/viewvc?view=rev&rev=531901 Log: - Port Mark's patch. Modified: tomcat/tc6.0.x/trunk/java/org/apache/catalina/session/ManagerBase.java Modified: tomcat/tc6.0.x/trunk/java/org/apache/catalin

svn commit: r531938 - /tomcat/tc6.0.x/trunk/java/org/apache/catalina/startup/TldConfig.java

2007-04-24 Thread remm
Author: remm Date: Tue Apr 24 06:42:07 2007 New Revision: 531938 URL: http://svn.apache.org/viewvc?view=rev&rev=531938 Log: - 42202: Fix a problem handling %xx encoded URLs (unfortunately, some are encoded - the webapp CL and the system CL - and some are not - the URL CL). Modi

svn commit: r532006 - /tomcat/tc6.0.x/trunk/java/org/apache/catalina/connector/CoyoteAdapter.java

2007-04-24 Thread remm
Author: remm Date: Tue Apr 24 09:53:00 2007 New Revision: 532006 URL: http://svn.apache.org/viewvc?view=rev&rev=532006 Log: - This error shouldn't happen, and it's out of the servlet, so it is not going to be possible to send another event. Modified: tomcat/tc6.0.x/trunk/j

svn commit: r532405 - /tomcat/tc6.0.x/trunk/java/org/apache/tomcat/util/net/AprEndpoint.java

2007-04-25 Thread remm
Author: remm Date: Wed Apr 25 09:48:19 2007 New Revision: 532405 URL: http://svn.apache.org/viewvc?view=rev&rev=532405 Log: - Remove fixme for the timeout hack. I think this timeout has a lot in common with the keep alive value in terms of resource use, so the normal behavior seems good en

svn commit: r532451 - in /tomcat/tc6.0.x/trunk/webapps/docs: apr.xml config/ajp.xml config/http.xml

2007-04-25 Thread remm
Author: remm Date: Wed Apr 25 12:35:34 2007 New Revision: 532451 URL: http://svn.apache.org/viewvc?view=rev&rev=532451 Log: - Update for the timeout configuration. Modified: tomcat/tc6.0.x/trunk/webapps/docs/apr.xml tomcat/tc6.0.x/trunk/webapps/docs/config/ajp.xml tomcat/tc6

svn commit: r532461 - in /tomcat/tc6.0.x/trunk/java/org/apache/catalina/manager: HTMLManagerServlet.java LocalStrings.properties LocalStrings_de.properties ManagerServlet.java

2007-04-25 Thread remm
Author: remm Date: Wed Apr 25 12:56:25 2007 New Revision: 532461 URL: http://svn.apache.org/viewvc?view=rev&rev=532461 Log: - Session expiration and statistics tools. - Submitted by Rainer Jung. Modified: tomcat/tc6.0.x/trunk/java/org/apache/catalina/manager/HTMLManagerServlet.

svn commit: r532462 - /tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml

2007-04-25 Thread remm
Author: remm Date: Wed Apr 25 12:57:45 2007 New Revision: 532462 URL: http://svn.apache.org/viewvc?view=rev&rev=532462 Log: - Changelog update for 6.0.12. Modified: tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml URL:

svn commit: r532510 - /tomcat/tc6.0.x/tags/TOMCAT_6_0_12/

2007-04-25 Thread remm
Author: remm Date: Wed Apr 25 15:27:25 2007 New Revision: 532510 URL: http://svn.apache.org/viewvc?view=rev&rev=532510 Log: - Tomcat 6.0.12 tag. Added: tomcat/tc6.0.x/tags/TOMCAT_6_0_12/ - copied from r532509, tomcat/tc6.0.x/t

svn commit: r533164 - in /tomcat/tc6.0.x/trunk/java/org/apache: catalina/connector/ coyote/ coyote/http11/ coyote/http11/filters/

2007-04-27 Thread remm
Author: remm Date: Fri Apr 27 10:04:36 2007 New Revision: 533164 URL: http://svn.apache.org/viewvc?view=rev&rev=533164 Log: - Add more accurate available() method, using a new action (still very cheap to invoke, and quite simple). - This is mostly useful for Comet, since it can be difficul

svn commit: r533239 - in /tomcat/tc6.0.x/trunk/java/org/apache/catalina/connector: CometEventImpl.java LocalStrings.properties

2007-04-27 Thread remm
Author: remm Date: Fri Apr 27 15:00:40 2007 New Revision: 533239 URL: http://svn.apache.org/viewvc?view=rev&rev=533239 Log: - Add an explicit check for null (it's there in the facades ...). Modified: tomcat/tc6.0.x/trunk/java/org/apache/catalina/connector/CometEventImpl.java

svn commit: r533240 - in /tomcat/tc6.0.x/trunk/java/org/apache/catalina/connector: CoyoteAdapter.java InputBuffer.java Request.java

2007-04-27 Thread remm
Author: remm Date: Fri Apr 27 15:03:57 2007 New Revision: 533240 URL: http://svn.apache.org/viewvc?view=rev&rev=533240 Log: - Add code to check that at least one read is made that goes down to the connector for each read event. - It is an error to not read bytes as long as some are reporte

svn commit: r533272 - in /tomcat/tc6.0.x/trunk/java/org/apache/coyote/http11: Http11AprProcessor.java Http11AprProtocol.java Http11NioProcessor.java Http11NioProtocol.java

2007-04-27 Thread remm
Author: remm Date: Fri Apr 27 17:49:06 2007 New Revision: 533272 URL: http://svn.apache.org/viewvc?view=rev&rev=533272 Log: - Add socket to the poller after cleanup in the connection handler event method (possible memory leak). Modified: tomcat/tc6.0.x/trunk/java/org/apache/coyote/ht

svn commit: r533881 - /tomcat/tc6.0.x/trunk/webapps/examples/WEB-INF/classes/chat/ChatServlet.java

2007-04-30 Thread remm
Author: remm Date: Mon Apr 30 16:36:10 2007 New Revision: 533881 URL: http://svn.apache.org/viewvc?view=rev&rev=533881 Log: - New read loop (much more conventional using the more accurate InputStream.available() method). Modified: tomcat/tc6.0.x/trunk/webapps/examples/WEB-INF/classes/

svn commit: r533882 - /tomcat/tc6.0.x/trunk/java/org/apache/catalina/connector/InputBuffer.java

2007-04-30 Thread remm
Author: remm Date: Mon Apr 30 16:39:41 2007 New Revision: 533882 URL: http://svn.apache.org/viewvc?view=rev&rev=533882 Log: - Obvious typo in didRead. Ooops. Maybe Eclipse did that. - Return 1 for available when using a Comet read and no real read was done (actually, it could well be good en

svn commit: r534043 - in /tomcat/tc6.0.x/trunk/java/org/apache/coyote/http11: Http11AprProcessor.java Http11AprProtocol.java Http11NioProcessor.java InternalNioInputBuffer.java

2007-05-01 Thread remm
Author: remm Date: Tue May 1 05:46:12 2007 New Revision: 534043 URL: http://svn.apache.org/viewvc?view=rev&rev=534043 Log: - 42308: nextRequest recycles the request. Modified: tomcat/tc6.0.x/trunk/java/org/apache/coyote/http11/Http11AprProcessor.java tomcat/tc6.0.x/trunk/java/org/ap

svn commit: r534147 - /tomcat/tc6.0.x/trunk/java/org/apache/catalina/core/ContainerBase.java

2007-05-01 Thread remm
Author: remm Date: Tue May 1 09:31:58 2007 New Revision: 534147 URL: http://svn.apache.org/viewvc?view=rev&rev=534147 Log: - Add a flag to work around the double start problem for embedded (the most usual problem is with contexts). Modified: tomcat/tc6.0.x/trunk/java/org/apache/cata

svn commit: r534492 - in /tomcat/tc6.0.x/trunk/webapps: docs/realm-howto.xml examples/WEB-INF/web.xml

2007-05-02 Thread remm
Author: remm Date: Wed May 2 07:51:32 2007 New Revision: 534492 URL: http://svn.apache.org/viewvc?view=rev&rev=534492 Log: - Fix paths. - Submitted by Frank McCown. Modified: tomcat/tc6.0.x/trunk/webapps/docs/realm-howto.xml tomcat/tc6.0.x/trunk/webapps/examples/WEB-INF/web

svn commit: r534661 - /tomcat/tc6.0.x/trunk/java/org/apache/coyote/http11/Http11AprProcessor.java

2007-05-02 Thread remm
Author: remm Date: Wed May 2 17:11:35 2007 New Revision: 534661 URL: http://svn.apache.org/viewvc?view=rev&rev=534661 Log: - Recycle the comet flag (pretty large glitch ...). Modified: tomcat/tc6.0.x/trunk/java/org/apache/coyote/http11/Http11AprProcessor.java Modified: tomcat/tc6

svn commit: r407240 - in /tomcat/tc6.0.x/trunk/java/org/apache/catalina/core: ApplicationDispatcher.java RestrictedServlets.properties

2006-05-17 Thread remm
Author: remm Date: Wed May 17 05:51:41 2006 New Revision: 407240 URL: http://svn.apache.org/viewcvs?rev=407240&view=rev Log: - Use Integer.valueOf. - Update restricted list a bit. Modified: tomcat/tc6.0.x/trunk/java/org/apache/catalina/core/ApplicationDispatcher.java tomcat/tc6

svn commit: r407241 - in /tomcat/tc6.0.x/trunk/java/org/apache: catalina/ catalina/connector/ catalina/servlets/ coyote/ajp/ coyote/http11/ tomcat/util/net/

2006-05-17 Thread remm
Author: remm Date: Wed May 17 05:55:39 2006 New Revision: 407241 URL: http://svn.apache.org/viewcvs?rev=407241&view=rev Log: - Start work on comet support. Note: it doesn't work yet, I think (I didn't test), and most of this is very preliminary. It is relatively straightforward,

svn commit: r407605 - in /tomcat/tc6.0.x/trunk/java/org/apache: catalina/ catalina/connector/ catalina/servlets/ coyote/ coyote/http11/ tomcat/util/net/

2006-05-18 Thread remm
Author: remm Date: Thu May 18 11:29:07 2006 New Revision: 407605 URL: http://svn.apache.org/viewvc?rev=407605&view=rev Log: - Ok, it seems to work at least a little bit (hopefully, nobody tried it before this). Overall, the changes are fairly limited. - In the end, I prefer adding a new me

svn commit: r407671 - in /tomcat/tc6.0.x/trunk/java/org/apache/catalina: CometProcessor.java connector/CoyoteAdapter.java servlets/CometServlet.java

2006-05-18 Thread remm
Author: remm Date: Thu May 18 17:44:04 2006 New Revision: 407671 URL: http://svn.apache.org/viewvc?rev=407671&view=rev Log: - Add example read method. - Return value for read errors (as an option compared with throwing an exception). - Add some javadocs. Modified: tomcat/tc6.0.x/trunk/

svn commit: r407933 - in /tomcat/tc6.0.x/trunk/java/org/apache: catalina/util/AnnotationProcessor.java jasper/runtime/AnnotationProcessor.java

2006-05-19 Thread remm
Author: remm Date: Fri May 19 17:04:55 2006 New Revision: 407933 URL: http://svn.apache.org/viewvc?rev=407933&view=rev Log: - Fix cut & paste bug, submitted by Stan Silvert. Modified: tomcat/tc6.0.x/trunk/java/org/apache/catalina/util/AnnotationProcessor.java tomcat/tc6.0.x/tr

svn commit: r407932 - /tomcat/tc6.0.x/trunk/java/org/apache/catalina/CometProcessor.java

2006-05-19 Thread remm
Author: remm Date: Fri May 19 17:04:08 2006 New Revision: 407932 URL: http://svn.apache.org/viewvc?rev=407932&view=rev Log: - Some javadoc. Modified: tomcat/tc6.0.x/trunk/java/org/apache/catalina/CometProcessor.java Modified: tomcat/tc6.0.x/trunk/java/org/apache/catalina/CometProcessor.

svn commit: r408790 - /tomcat/tc6.0.x/trunk/java/org/apache/jasper/runtime/AnnotationProcessor.java

2006-05-22 Thread remm
Author: remm Date: Mon May 22 16:37:24 2006 New Revision: 408790 URL: http://svn.apache.org/viewvc?rev=408790&view=rev Log: - Use getDeclaredMethods/Fields here. Modified: tomcat/tc6.0.x/trunk/java/org/apache/jasper/runtime/AnnotationProcessor.java Modified: tomcat/tc6.0.x/trunk/java

svn commit: r409695 - in /tomcat/tc6.0.x/trunk/java/org/apache/catalina: startup/WebAnnotationSet.java util/AnnotationProcessor.java

2006-05-26 Thread remm
Author: remm Date: Fri May 26 09:38:24 2006 New Revision: 409695 URL: http://svn.apache.org/viewvc?rev=409695&view=rev Log: - Fix some bugs with annotation support. Modified: tomcat/tc6.0.x/trunk/java/org/apache/catalina/startup/WebAnnotationSet.java tomcat/tc6.0.x/trunk/java/org/ap

svn commit: r409696 - in /tomcat/tc6.0.x/trunk/java/org/apache/catalina: connector/CoyoteAdapter.java servlets/CometServlet.java

2006-05-26 Thread remm
Author: remm Date: Fri May 26 09:39:08 2006 New Revision: 409696 URL: http://svn.apache.org/viewvc?rev=409696&view=rev Log: - Some small comet fixes. Modified: tomcat/tc6.0.x/trunk/java/org/apache/catalina/connector/CoyoteAdapter.java tomcat/tc6.0.x/trunk/java/org/apache/cata

svn commit: r410080 [6/6] - in /tomcat/tc6.0.x/trunk/webapps/examples: ./ WEB-INF/ WEB-INF/classes/ WEB-INF/classes/cal/ WEB-INF/classes/chat/ WEB-INF/classes/checkbox/ WEB-INF/classes/colors/ WEB-INF

2006-05-29 Thread remm
Added: tomcat/tc6.0.x/trunk/webapps/examples/jsp/xml/xml.jsp URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/examples/jsp/xml/xml.jsp?rev=410080&view=auto == --- tomcat/tc6.0.x/trunk/webapps/examples/jsp/xml

svn commit: r410095 - /tomcat/tc6.0.x/trunk/java/org/apache/tomcat/util/net/AprEndpoint.java

2006-05-29 Thread remm
Author: remm Date: Mon May 29 07:09:13 2006 New Revision: 410095 URL: http://svn.apache.org/viewvc?rev=410095&view=rev Log: - I had some problems when shutting down pollers which had active connections in them. I can't reproduce any problem anymore, unfortunately, but I think it wa

svn commit: r410114 - /tomcat/tc6.0.x/trunk/.classpath

2006-05-29 Thread remm
Author: remm Date: Mon May 29 09:02:14 2006 New Revision: 410114 URL: http://svn.apache.org/viewvc?rev=410114&view=rev Log: - Add trivial exclude. Modified: tomcat/tc6.0.x/trunk/.classpath Modified: tomcat/tc6.0.x/trunk/.classpath URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/t

svn commit: r410115 [1/2] - in /tomcat/tc6.0.x/trunk/webapps/ROOT: WEB-INF/web.xml admin/ admin/index.html asf-logo-wide.gif build.xml favicon.ico index.html index.jsp tomcat-power.gif tomcat.gif tomc

2006-05-29 Thread remm
Author: remm Date: Mon May 29 09:17:01 2006 New Revision: 410115 URL: http://svn.apache.org/viewvc?rev=410115&view=rev Log: - Port root webapp. Added: tomcat/tc6.0.x/trunk/webapps/ROOT/admin/ tomcat/tc6.0.x/trunk/webapps/ROOT/admin/index.html (with props) tomcat/tc6.0.x/t

svn commit: r410234 - /tomcat/tc6.0.x/trunk/java/org/apache/tomcat/util/net/SimpleThreadPoolExecutor.java

2006-05-30 Thread remm
Author: remm Date: Tue May 30 02:58:41 2006 New Revision: 410234 URL: http://svn.apache.org/viewvc?rev=410234&view=rev Log: - Add a brain dead executor. - Submitted by Vincenc Beltran Querol. Added: tomcat/tc6.0.x/trunk/java/org/apache/tomcat/util/net/SimpleThreadPoolExecutor.java (

svn commit: r411576 - in /tomcat/tc6.0.x/trunk/java/org/apache/coyote/http11: InternalAprInputBuffer.java InternalAprOutputBuffer.java

2006-06-04 Thread remm
Author: remm Date: Sun Jun 4 08:01:39 2006 New Revision: 411576 URL: http://svn.apache.org/viewvc?rev=411576&view=rev Log: - With Comet support, it is necessary to optimize the amount of memory used by individual processors. This removes most of the buffers that are being used, wit

svn commit: r411577 - /tomcat/tc6.0.x/trunk/java/org/apache/catalina/connector/OutputBuffer.java

2006-06-04 Thread remm
Author: remm Date: Sun Jun 4 08:05:19 2006 New Revision: 411577 URL: http://svn.apache.org/viewvc?rev=411577&view=rev Log: - Remove usage of the CharChunk buffer (converters already use buffers). C2B converters could most likely be optimized (since they should probably rely on the byte c

svn commit: r412764 - /tomcat/tc6.0.x/trunk/java/org/apache/catalina/core/StandardContext.java

2006-06-08 Thread remm
Author: remm Date: Thu Jun 8 07:50:07 2006 New Revision: 412764 URL: http://svn.apache.org/viewvc?rev=412764&view=rev Log: - Create clustered managers with the Catalina CL set as the context CL (as classloading may occur). - Should fix 39699. Modified: tomcat/tc6.0.x/trunk/java/org/ap

svn commit: r412766 - /tomcat/tc6.0.x/trunk/java/org/apache/tomcat/util/net/SimpleThreadPoolExecutor.java

2006-06-08 Thread remm
Author: remm Date: Thu Jun 8 08:00:12 2006 New Revision: 412766 URL: http://svn.apache.org/viewvc?rev=412766&view=rev Log: - While it wouldn't be a completely bad idea to switch to an executor, the black box behavior of an executor makes it a bit bad to be used with a def

svn commit: r412780 [5/5] - in /tomcat/tc6.0.x/trunk/java/org/apache: catalina/manager/ catalina/manager/host/ tomcat/util/http/fileupload/

2006-06-08 Thread remm
Added: tomcat/tc6.0.x/trunk/java/org/apache/tomcat/util/http/fileupload/MultipartStream.java URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/java/org/apache/tomcat/util/http/fileupload/MultipartStream.java?rev=412780&view=auto ===

svn commit: r415948 - in /tomcat/tc6.0.x/trunk/java: javax/annotation/ javax/annotation/security/ javax/ejb/ org/apache/catalina/startup/ org/apache/catalina/util/ org/apache/jasper/runtime/

2006-06-21 Thread remm
Author: remm Date: Wed Jun 21 02:21:32 2006 New Revision: 415948 URL: http://svn.apache.org/viewvc?rev=415948&view=rev Log: - Fix annotation names. Added: tomcat/tc6.0.x/trunk/java/javax/annotation/security/DeclareRoles.java (with props) tomcat/tc6.0.x/trunk/java/javax/ejb/ to

svn commit: r416314 - in /tomcat/tc6.0.x/trunk: build.properties.default build.xml

2006-06-22 Thread remm
Author: remm Date: Thu Jun 22 03:11:41 2006 New Revision: 416314 URL: http://svn.apache.org/viewvc?rev=416314&view=rev Log: - Add new files. Modified: tomcat/tc6.0.x/trunk/build.properties.default tomcat/tc6.0.x/trunk/build.xml Modified: tomcat/tc6.0.x/trunk/build.properties.default

svn commit: r417257 - /tomcat/tc6.0.x/trunk/java/org/apache/tomcat/util/net/NioEndpoint.java

2006-06-26 Thread remm
Author: remm Date: Mon Jun 26 10:48:32 2006 New Revision: 417257 URL: http://svn.apache.org/viewvc?rev=417257&view=rev Log: - Catch everything, as any unexpected exception would kill the server. Modified: tomcat/tc6.0.x/trunk/java/org/apache/tomcat/util/net/NioEndpoint.java Modified: to

svn commit: r417457 - in /tomcat/tc6.0.x/trunk/java/org/apache/catalina/connector: CoyoteAdapter.java InputBuffer.java OutputBuffer.java Request.java Response.java

2006-06-27 Thread remm
Author: remm Date: Tue Jun 27 06:48:36 2006 New Revision: 417457 URL: http://svn.apache.org/viewvc?rev=417457&view=rev Log: - As redoing the encoders and decoders won't happen immediately, save some memory by cleaning the cache when starting a Comet request (which is supposed to l

svn commit: r418016 - /tomcat/tc6.0.x/trunk/java/org/apache/catalina/session/StandardSession.java

2006-06-29 Thread remm
Author: remm Date: Thu Jun 29 04:37:30 2006 New Revision: 418016 URL: http://svn.apache.org/viewvc?rev=418016&view=rev Log: - Redo the session activity check (which prevents expiring a session if there is an extremely long request and a short timeout) as optional, and using an atomic int

svn commit: r419040 - /tomcat/tc6.0.x/trunk/build.properties.default

2006-07-04 Thread remm
Author: remm Date: Tue Jul 4 08:43:28 2006 New Revision: 419040 URL: http://svn.apache.org/viewvc?rev=419040&view=rev Log: - Update to JDT 3.2 (I think TC 5.5 should be updated too). Modified: tomcat/tc6.0.x/trunk/build.properties.default Modified: tomcat/tc6.0.x/t

svn commit: r420002 - /tomcat/tc6.0.x/trunk/java/org/apache/catalina/connector/Request.java

2006-07-07 Thread remm
Author: remm Date: Fri Jul 7 15:35:25 2006 New Revision: 420002 URL: http://svn.apache.org/viewvc?rev=420002&view=rev Log: - If there is a security manager, the map should be reset (otherwise, references could be kept). Modified: tomcat/tc6.0.x/trunk/java/org/apache/catalina/conne

svn commit: r420003 - /tomcat/tc6.0.x/trunk/java/org/apache/catalina/manager/StatusTransformer.java

2006-07-07 Thread remm
Author: remm Date: Fri Jul 7 15:35:57 2006 New Revision: 420003 URL: http://svn.apache.org/viewvc?rev=420003&view=rev Log: - Remove the spare threads attributes. Modified: tomcat/tc6.0.x/trunk/java/org/apache/catalina/manager/StatusTransformer.java Modified: tomcat/tc6.0.x/trunk/java

svn commit: r420004 - in /tomcat/tc6.0.x/trunk: KEYS RELEASE-NOTES dist.xml

2006-07-07 Thread remm
Author: remm Date: Fri Jul 7 15:37:03 2006 New Revision: 420004 URL: http://svn.apache.org/viewvc?rev=420004&view=rev Log: - Start work on a dist script (that I will keep separate to avoid having a bloated main script). Added: tomcat/tc6.0.x/trunk/KEYS (with props) tomcat/tc6

svn commit: r420006 [4/17] - in /tomcat/tc6.0.x/trunk: res/ res/deployer/ webapps/docs/ webapps/docs/META-INF/ webapps/docs/WEB-INF/ webapps/docs/api/ webapps/docs/appdev/ webapps/docs/appdev/sample/

2006-07-07 Thread remm
Added: tomcat/tc6.0.x/trunk/webapps/docs/architecture/startup.xml URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/architecture/startup.xml?rev=420006&view=auto == --- tomcat/tc6.0.x/trunk/webapps/docs/a

svn commit: r420006 [2/17] - in /tomcat/tc6.0.x/trunk: res/ res/deployer/ webapps/docs/ webapps/docs/META-INF/ webapps/docs/WEB-INF/ webapps/docs/api/ webapps/docs/appdev/ webapps/docs/appdev/sample/

2006-07-07 Thread remm
Added: tomcat/tc6.0.x/trunk/webapps/docs/appdev/source.xml URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/appdev/source.xml?rev=420006&view=auto == --- tomcat/tc6.0.x/trunk/webapps/docs/appdev/source.x

svn commit: r420006 [11/17] - in /tomcat/tc6.0.x/trunk: res/ res/deployer/ webapps/docs/ webapps/docs/META-INF/ webapps/docs/WEB-INF/ webapps/docs/api/ webapps/docs/appdev/ webapps/docs/appdev/sample/

2006-07-07 Thread remm
Added: tomcat/tc6.0.x/trunk/webapps/docs/funcspecs/mbean-names.xml URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/funcspecs/mbean-names.xml?rev=420006&view=auto == --- tomcat/tc6.0.x/trunk/webapps/docs

svn commit: r420006 [17/17] - in /tomcat/tc6.0.x/trunk: res/ res/deployer/ webapps/docs/ webapps/docs/META-INF/ webapps/docs/WEB-INF/ webapps/docs/api/ webapps/docs/appdev/ webapps/docs/appdev/sample/

2006-07-07 Thread remm
Added: tomcat/tc6.0.x/trunk/webapps/docs/windows-service-howto.xml URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/windows-service-howto.xml?rev=420006&view=auto == --- tomcat/tc6.0.x/trunk/webapps/docs

svn commit: r420008 - /tomcat/tc6.0.x/trunk/java/org/apache/juli/ClassLoaderLogManager.java

2006-07-07 Thread remm
Author: remm Date: Fri Jul 7 15:42:46 2006 New Revision: 420008 URL: http://svn.apache.org/viewvc?rev=420008&view=rev Log: - Should improve handling of the root logger (sorry, I don't know who submitted this, it was a while ago). Modified: tomcat/tc6.0.x/trunk/java/org/ap

svn commit: r420860 - /tomcat/tc6.0.x/trunk/dist.xml

2006-07-11 Thread remm
Author: remm Date: Tue Jul 11 07:13:13 2006 New Revision: 420860 URL: http://svn.apache.org/viewvc?rev=420860&view=rev Log: - Fix some obvious problems with the packaging. Modified: tomcat/tc6.0.x/trunk/dist.xml Modified: tomcat/tc6.0.x/trunk/dist.xml URL: http://svn.apache.org/vi

svn commit: r421328 [2/2] - in /tomcat/tc6.0.x/trunk: ./ conf/ res/ res/confinstall/ res/deployer/ res/procrun/ webapps/docs/META-INF/ webapps/host-manager/META-INF/ webapps/manager/META-INF/

2006-07-12 Thread remm
tomcat/tc6.0.x/trunk/res/tomcat.nsi Wed Jul 12 10:18:35 2006 @@ -0,0 +1,686 @@ + +; Tomcat script for Nullsoft Installer +; $Id: tomcat.nsi 393199 2006-04-11 12:17:55Z remm $ + + ;Compression options + CRCCheck on + SetCompress force + SetCompressor lzma + SetDatablockOptimize on

svn commit: r421424 - /tomcat/tc6.0.x/trunk/dist.xml

2006-07-12 Thread remm
Author: remm Date: Wed Jul 12 14:39:49 2006 New Revision: 421424 URL: http://svn.apache.org/viewvc?rev=421424&view=rev Log: - Fix src packaging. Modified: tomcat/tc6.0.x/trunk/dist.xml Modified: tomcat/tc6.0.x/trunk/dist.xml URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/dist

svn commit: r421604 - /tomcat/tc6.0.x/trunk/bin/

2006-07-13 Thread remm
Author: remm Date: Thu Jul 13 05:46:40 2006 New Revision: 421604 URL: http://svn.apache.org/viewvc?rev=421604&view=rev Log: - Add the set of scripts. Added: tomcat/tc6.0.x/trunk/bin/catalina-tasks.xml (with props) tomcat/tc6.0.x/trunk/bin/catalina.bat (with props) tomcat/tc6

svn commit: r421606 - /tomcat/tc6.0.x/trunk/build.xml

2006-07-13 Thread remm
Author: remm Date: Thu Jul 13 05:48:04 2006 New Revision: 421606 URL: http://svn.apache.org/viewvc?rev=421606&view=rev Log: - Add the set of scripts. Modified: tomcat/tc6.0.x/trunk/build.xml Modified: tomcat/tc6.0.x/trunk/build.xml URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/t

svn commit: r421634 - in /tomcat/tc6.0.x/trunk: conf/logging.properties conf/server.xml java/org/apache/catalina/core/StandardContext.java java/org/apache/catalina/core/mbeans-descriptors.xml java/org

2006-07-13 Thread remm
Author: remm Date: Thu Jul 13 07:00:17 2006 New Revision: 421634 URL: http://svn.apache.org/viewvc?rev=421634&view=rev Log: - Comment out storeconfig for now. - Port patch. - Add logging.properties. Added: tomcat/tc6.0.x/trunk/conf/logging.properties (with props) Modified: tomcat/t

svn commit: r423388 - /tomcat/tc6.0.x/trunk/java/org/apache/coyote/http11/Http11Protocol.java

2006-07-19 Thread remm
Author: remm Date: Wed Jul 19 00:05:45 2006 New Revision: 423388 URL: http://svn.apache.org/viewvc?rev=423388&view=rev Log: - get/setProperty are used by IntrospectionUtils. Oops. Modified: tomcat/tc6.0.x/trunk/java/org/apache/coyote/http11/Http11Protocol.java Modified: tomcat/tc6.0.x/t

svn commit: r423967 - /tomcat/tc6.0.x/trunk/java/org/apache/catalina/connector/CoyoteAdapter.java

2006-07-20 Thread remm
Author: remm Date: Thu Jul 20 09:01:41 2006 New Revision: 423967 URL: http://svn.apache.org/viewvc?rev=423967&view=rev Log: - Changes to session id parsing so that it is done (as well as ";" path parameter stripping) before decoding, making it possible to %xx encode ";"

svn commit: r425399 - in /tomcat/tc6.0.x/trunk/java/org/apache/catalina: core/ApplicationContext.java session/ManagerBase.java session/StandardManager.java session/StandardSession.java

2006-07-25 Thread remm
Author: remm Date: Tue Jul 25 07:19:32 2006 New Revision: 425399 URL: http://svn.apache.org/viewvc?rev=425399&view=rev Log: - Experiment with using concurrent maps in places which may be concurrently accessed. Modified: tomcat/tc6.0.x/trunk/java/org/apache/catalina/

svn commit: r426096 - in /tomcat/container/tc5.5.x: catalina/src/share/org/apache/catalina/connector/CoyoteAdapter.java webapps/docs/changelog.xml

2006-07-27 Thread remm
Author: remm Date: Thu Jul 27 08:03:46 2006 New Revision: 426096 URL: http://svn.apache.org/viewvc?rev=426096&view=rev Log: - Backport. - Allow ';' in the URL if properly %xx encoded. Modified: tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/connector/Coyo

svn commit: r426537 - in /tomcat/tc6.0.x/trunk: ./ java/javax/el/ java/javax/servlet/jsp/ java/javax/servlet/jsp/el/ java/javax/servlet/jsp/tagext/ java/org/apache/jasper/compiler/ java/org/apache/jas

2006-07-28 Thread remm
Author: remm Date: Fri Jul 28 06:57:53 2006 New Revision: 426537 URL: http://svn.apache.org/viewvc?rev=426537&view=rev Log: - JSP 2.1 API fixes. Modified: tomcat/tc6.0.x/trunk/ (props changed) tomcat/tc6.0.x/trunk/java/javax/el/ArrayELResolver.java tomcat/tc6.0.x/trunk/java/j

svn commit: r427546 - /tomcat/tc6.0.x/trunk/java/org/apache/catalina/core/StandardContext.java

2006-08-01 Thread remm
Author: remm Date: Tue Aug 1 04:57:41 2006 New Revision: 427546 URL: http://svn.apache.org/viewvc?rev=427546&view=rev Log: - Stop wrappers a bit earlier. Modified: tomcat/tc6.0.x/trunk/java/org/apache/catalina/core/StandardContext.java Modified: tomcat/tc6.0.x/trunk/java/org/ap

svn commit: r427821 - /tomcat/tc6.0.x/trunk/java/org/apache/naming/resources/ResourceCache.java

2006-08-01 Thread remm
Author: remm Date: Tue Aug 1 17:39:28 2006 New Revision: 427821 URL: http://svn.apache.org/viewvc?rev=427821&view=rev Log: - Use a single reference to the cache during lookup (the cache array could be concurrently replaced). Modified: tomcat/tc6.0.x/trunk/java/org/apache/naming/resou

svn commit: r427955 - in /tomcat/tc6.0.x/trunk/java/org/apache: ./ catalina/ catalina/core/ catalina/util/

2006-08-02 Thread remm
Author: remm Date: Wed Aug 2 04:21:46 2006 New Revision: 427955 URL: http://svn.apache.org/viewvc?rev=427955&view=rev Log: - Now use an interface and a pluggable mechanism for annotation processing. - I'm using the org.apache package due to the need to use this stuff in Jasper .

svn commit: r428282 - /tomcat/tc6.0.x/trunk/java/org/apache/catalina/core/StandardContext.java

2006-08-03 Thread remm
Author: remm Date: Thu Aug 3 01:34:21 2006 New Revision: 428282 URL: http://svn.apache.org/viewvc?rev=428282&view=rev Log: - Unfortunately, the JMX removal does not work (parent is null if used from JMX), so I'm reverting to using JMX for now. Modified: tomcat/tc6.0.x/trunk/java/o

svn commit: r428400 - in /tomcat/tc6.0.x/trunk: ./ res/ webapps/docs/ webapps/docs/api/ webapps/docs/appdev/ webapps/docs/architecture/ webapps/docs/config/ webapps/docs/funcspecs/ webapps/examples/js

2006-08-03 Thread remm
Author: remm Date: Thu Aug 3 06:18:30 2006 New Revision: 428400 URL: http://svn.apache.org/viewvc?rev=428400&view=rev Log: - Build the docs webapp. - Docs webapps fixes. - Small NSIS update to version 2.18. Modified: tomcat/tc6.0.x/trunk/build.properties.default tomcat/tc6.0.x/t

svn commit: r428563 - in /tomcat/tc6.0.x/trunk: conf/server.xml dist.xml res/confinstall/server_1.xml res/confinstall/server_2.xml res/tomcat.nsi

2006-08-03 Thread remm
Author: remm Date: Thu Aug 3 16:30:17 2006 New Revision: 428563 URL: http://svn.apache.org/viewvc?rev=428563&view=rev Log: - Cleanup the configuration (and fix the one used for the installer). - Tweak a bit the installer packaging. Modified: tomcat/tc6.0.x/trunk/conf/server.xml to

svn commit: r428729 - in /tomcat/tc6.0.x/trunk/java/org/apache: catalina/ catalina/core/ jasper/ jasper/compiler/ jasper/runtime/

2006-08-04 Thread remm
Author: remm Date: Fri Aug 4 07:04:42 2006 New Revision: 428729 URL: http://svn.apache.org/viewvc?rev=428729&view=rev Log: - Use the classname as the servlet context attribute name for the annotation processor. - Fix init of the naming context used by the annotation processor. - Jasper will

svn commit: r429001 - in /tomcat/tc6.0.x/trunk/java/org/apache/tomcat/util/net: AprEndpoint.java JIoEndpoint.java

2006-08-05 Thread remm
Author: remm Date: Sat Aug 5 06:57:54 2006 New Revision: 429001 URL: http://svn.apache.org/viewvc?rev=429001&view=rev Log: - Fix the accept algorithm, that I had translated inaccurately in the new endpoints. Modified: tomcat/tc6.0.x/trunk/java/org/apache/tomcat/util/net/AprEndpoint.

svn commit: r429003 - /tomcat/connectors/trunk/util/java/org/apache/tomcat/util/net/AprEndpoint.java

2006-08-05 Thread remm
Author: remm Date: Sat Aug 5 07:18:48 2006 New Revision: 429003 URL: http://svn.apache.org/viewvc?rev=429003&view=rev Log: - Similar fix of the bad translation of the algorithm. Modified: tomcat/connectors/trunk/util/java/org/apache/tomcat/util/net/AprEndpoint.java Modified: to

svn commit: r429354 - /tomcat/container/tc5.5.x/webapps/docs/changelog.xml

2006-08-07 Thread remm
Author: remm Date: Mon Aug 7 07:32:45 2006 New Revision: 429354 URL: http://svn.apache.org/viewvc?rev=429354&view=rev Log: - Changelog update. Modified: tomcat/container/tc5.5.x/webapps/docs/changelog.xml Modified: tomcat/container/tc5.5.x/webapps/docs/changelog.xml URL:

svn commit: r431890 - in /tomcat/tc6.0.x/trunk/webapps/examples/servlets: cookies.html helloworld.html index.html reqheaders.html reqinfo.html reqparams.html sessions.html

2006-08-16 Thread remm
Author: remm Date: Wed Aug 16 05:57:35 2006 New Revision: 431890 URL: http://svn.apache.org/viewvc?rev=431890&view=rev Log: - Note: the paths are not completely correct. Added: tomcat/tc6.0.x/trunk/webapps/examples/servlets/cookies.html (with props) tomcat/tc6.0.x/trunk/web

svn commit: r431891 - /tomcat/tc6.0.x/trunk/build.xml

2006-08-16 Thread remm
Author: remm Date: Wed Aug 16 05:57:57 2006 New Revision: 431891 URL: http://svn.apache.org/viewvc?rev=431891&view=rev Log: - Build the examples classes. Modified: tomcat/tc6.0.x/trunk/build.xml Modified: tomcat/tc6.0.x/trunk/build.xml URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/t

svn commit: r432054 - in /tomcat/tc6.0.x/trunk/java/org/apache/catalina/connector: OutputBuffer.java Response.java

2006-08-16 Thread remm
Author: remm Date: Wed Aug 16 15:29:09 2006 New Revision: 432054 URL: http://svn.apache.org/viewvc?rev=432054&view=rev Log: - Expose the closed flag. Modified: tomcat/tc6.0.x/trunk/java/org/apache/catalina/connector/OutputBuffer.java tomcat/tc6.0.x/trunk/java/org/apache/cata

svn commit: r432214 - in /tomcat/tc6.0.x/trunk/java/org/apache: catalina/connector/CoyoteAdapter.java coyote/ActionCode.java coyote/http11/Http11AprProcessor.java

2006-08-17 Thread remm
Author: remm Date: Thu Aug 17 04:41:43 2006 New Revision: 432214 URL: http://svn.apache.org/viewvc?rev=432214&view=rev Log: - Update to use two action code. - The attribute to advertise comet support remains for now. - No update to the comet interface at this time. Modified: tomcat/tc6

svn commit: r432215 - /tomcat/tc6.0.x/trunk/java/org/apache/coyote/http11/Http11NioProcessor.java

2006-08-17 Thread remm
Author: remm Date: Thu Aug 17 05:00:04 2006 New Revision: 432215 URL: http://svn.apache.org/viewvc?rev=432215&view=rev Log: - Update the other connector. Modified: tomcat/tc6.0.x/trunk/java/org/apache/coyote/http11/Http11NioProcessor.java Modified: tomcat/tc6.0.x/trunk/java/org/ap

svn commit: r432230 - in /tomcat/tc6.0.x/trunk/java/org/apache/catalina: Wrapper.java connector/CoyoteAdapter.java core/StandardWrapper.java

2006-08-17 Thread remm
Author: remm Date: Thu Aug 17 06:22:44 2006 New Revision: 432230 URL: http://svn.apache.org/viewvc?rev=432230&view=rev Log: - Calling allocate for no reason was not a very good idea (adding an accessor instead for now, bleh). - Simplify the event method. Modified: tomcat/tc6.0.x/trunk/

svn commit: r432231 - /tomcat/tc6.0.x/trunk/webapps/examples/WEB-INF/web.xml

2006-08-17 Thread remm
Author: remm Date: Thu Aug 17 06:23:08 2006 New Revision: 432231 URL: http://svn.apache.org/viewvc?rev=432231&view=rev Log: - Fix nearly all the servlet links. Modified: tomcat/tc6.0.x/trunk/webapps/examples/WEB-INF/web.xml Modified: tomcat/tc6.0.x/trunk/webapps/examples/WEB-INF/web.xml

svn commit: r432232 - in /tomcat/tc6.0.x/trunk: build.xml dist.xml

2006-08-17 Thread remm
Author: remm Date: Thu Aug 17 06:26:48 2006 New Revision: 432232 URL: http://svn.apache.org/viewvc?rev=432232&view=rev Log: - Remove the bug number. - Add a temp folder in build. Modified: tomcat/tc6.0.x/trunk/build.xml tomcat/tc6.0.x/trunk/dist.xml Modified: tomcat/tc6.0.x/t

svn commit: r432237 - in /tomcat/tc6.0.x/trunk/webapps/docs: appdev/installation.xml appdev/processes.xml changelog.xml index.xml introduction.xml monitoring.xml ssl-howto.xml windows-service-howto.xm

2006-08-17 Thread remm
Author: remm Date: Thu Aug 17 06:38:32 2006 New Revision: 432237 URL: http://svn.apache.org/viewvc?rev=432237&view=rev Log: - Port docs updates. Modified: tomcat/tc6.0.x/trunk/webapps/docs/appdev/installation.xml tomcat/tc6.0.x/trunk/webapps/docs/appdev/processes.xml tomcat/tc6

svn commit: r432240 - /tomcat/tc6.0.x/trunk/java/org/apache/tomcat/util/http/FastHttpDateFormat.java

2006-08-17 Thread remm
Author: remm Date: Thu Aug 17 06:52:29 2006 New Revision: 432240 URL: http://svn.apache.org/viewvc?rev=432240&view=rev Log: - Redo the class with a concurrent hash map (note: no idea at this point if it's going to be faster) and generics. Modified: tomcat/tc6.0.x/trunk/java/o

<    1   2   3   4   5   6   7   8   9   10   >