svn commit: r466442 - in /tomcat/container/branches/tc4.1.x/webapps/admin/WEB-INF/classes/org/apache/webapp/admin: resources/ users/ valve/

2006-10-23 Thread markt
Author: markt Date: Sat Oct 21 13:09:12 2006 New Revision: 466442 URL: http://svn.apache.org/viewvc?view=rev&rev=466442 Log: Remove unused code from admin webapp. No functional change. Modified: tomcat/container/branches/tc4.1.x/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/resources

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

2006-10-23 Thread fhanik
Author: fhanik Date: Mon Oct 23 10:18:17 2006 New Revision: 467033 URL: http://svn.apache.org/viewvc?view=rev&rev=467033 Log: fixed compiler warnings Modified: tomcat/tc6.0.x/trunk/java/org/apache/catalina/startup/ClusterRuleSetFactory.java Modified: tomcat/tc6.0.x/trunk/java/org/apache/ca

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

2006-10-23 Thread fhanik
Author: fhanik Date: Mon Oct 23 10:20:43 2006 New Revision: 467036 URL: http://svn.apache.org/viewvc?view=rev&rev=467036 Log: added my pee stain :) Modified: tomcat/tc6.0.x/trunk/java/org/apache/catalina/core/AprLifecycleListener.java Modified: tomcat/tc6.0.x/trunk/java/org/apache/catalina/

svn commit: r467044 - in /tomcat/tc6.0.x/trunk/java/org/apache: catalina/tribes/transport/nio/ coyote/http11/ tomcat/util/net/

2006-10-23 Thread fhanik
Author: fhanik Date: Mon Oct 23 10:39:28 2006 New Revision: 467044 URL: http://svn.apache.org/viewvc?view=rev&rev=467044 Log: Added in blocking logic to the NIO connector. This logic ensures that if there is a slow client, we will not be wasting CPU cycles doing endless spinning. Ideas for this i

Re: Tomcat 5.5.20 Native APR Connector Version?

2006-10-23 Thread Filip Hanik - Dev Lists
This question belongs to the Tomcat User list. Please direct your future Tomcat questions there Answer:1.1.4 Fenlason, Josh wrote: I'm updating to Tomcat 5.5.20 and I'm not sure what version of the native APR connector I should be using. The tomcat-native.tar.gz in apache-tomcat-5.5.20\bin st

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

2006-10-23 Thread fhanik
Author: fhanik Date: Mon Oct 23 11:24:59 2006 New Revision: 467065 URL: http://svn.apache.org/viewvc?view=rev&rev=467065 Log: remy is right, lets not sacrifice performance to protect against bad servlet code Modified: tomcat/tc6.0.x/trunk/java/org/apache/coyote/http11/InternalNioOutputBuffe

Re: Tomcat 5.5.20 Native APR Connector Version?

2006-10-23 Thread Henri Gomez
1.1.6 is strongly recommanded since there is cpu load problem with libnative 1.1.4 and TC 5.5.20. 2006/10/23, Filip Hanik - Dev Lists <[EMAIL PROTECTED]>: This question belongs to the Tomcat User list. Please direct your future Tomcat questions there Answer:1.1.4 Fenlason, Josh wrote: > I'm

May Chun Chew/FEA/PEC is out of the office.

2006-10-23 Thread May Chun Chew
I will be out of the office starting 10/23/2006 and will not return until 10/25/2006. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

DO NOT REPLY [Bug 37084] - JspC from ant fails on JSPs that use custom taglib

2006-10-23 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 37144] - Jasper precompiler didn't free some TLD jars

2006-10-23 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 37205] - DeployTask thinks that an exploded dir is a WAR file

2006-10-23 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 37238] - Unable to start HTTPS listener using PKCS12 format certificate.

2006-10-23 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

svn commit: r467173 [2/2] - in /tomcat/tc6.0.x/trunk/java/org/apache/catalina/tribes/io: ChannelData.java DirectByteArrayOutputStream.java ListenCallback.java ObjectReader.java ReplicationStream.java

2006-10-23 Thread markt
Modified: tomcat/tc6.0.x/trunk/java/org/apache/catalina/tribes/io/XByteBuffer.java URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/java/org/apache/catalina/tribes/io/XByteBuffer.java?view=diff&rev=467173&r1=467172&r2=467173 ==

svn commit: r467173 [1/2] - in /tomcat/tc6.0.x/trunk/java/org/apache/catalina/tribes/io: ChannelData.java DirectByteArrayOutputStream.java ListenCallback.java ObjectReader.java ReplicationStream.java

2006-10-23 Thread markt
Author: markt Date: Mon Oct 23 16:12:17 2006 New Revision: 467173 URL: http://svn.apache.org/viewvc?view=rev&rev=467173 Log: Fix properties. Modified: tomcat/tc6.0.x/trunk/java/org/apache/catalina/tribes/io/ChannelData.java (contents, props changed) tomcat/tc6.0.x/trunk/java/org/apach

svn commit: r467179 - /tomcat/connectors/trunk/util/loader/org/apache/tomcat/util/loader/RepositoryClassLoader.java

2006-10-23 Thread markt
Author: markt Date: Mon Oct 23 16:23:31 2006 New Revision: 467179 URL: http://svn.apache.org/viewvc?view=rev&rev=467179 Log: Fix properties. Modified: tomcat/connectors/trunk/util/loader/org/apache/tomcat/util/loader/RepositoryClassLoader.java (contents, props changed) Modified: tomcat/

svn commit: r467182 - in /tomcat/tc6.0.x/trunk: bin/ conf/

2006-10-23 Thread markt
Author: markt Date: Mon Oct 23 16:47:06 2006 New Revision: 467182 URL: http://svn.apache.org/viewvc?view=rev&rev=467182 Log: Correct props. Modified: tomcat/tc6.0.x/trunk/bin/Tomcat6.launch (props changed) tomcat/tc6.0.x/trunk/bin/catalina-tasks.xml (props changed) tomcat/tc6.0.x/

DO NOT REPLY [Bug 40809] New: - Tomcat 5.5.20 fails to load ServletContextListener in tld!

2006-10-23 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 40789] - Key for signature on 5.5.20 tar.gz missing from KEYS file

2006-10-23 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 40809] - Tomcat 5.5.20 fails to load ServletContextListener in tld!

2006-10-23 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 40809] - Tomcat 5.5.20 fails to load ServletContextListener in tld!

2006-10-23 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

svn commit: r467206 [4/30] - in /tomcat: build/tc5.5.x/ connectors/trunk/ connectors/trunk/ajp/ajplib/test/ connectors/trunk/ajp/proxy/ connectors/trunk/jk/jkstatus/src/share/org/apache/jk/status/ con

2006-10-23 Thread markt
Modified: tomcat/container/tc5.5.x/modules/groupcom/src/share/org/apache/catalina/tribes/UniqueId.java URL: http://svn.apache.org/viewvc/tomcat/container/tc5.5.x/modules/groupcom/src/share/org/apache/catalina/tribes/UniqueId.java?view=diff&rev=467206&r1=467205&r2=467206 ==

svn commit: r467206 [12/30] - in /tomcat: build/tc5.5.x/ connectors/trunk/ connectors/trunk/ajp/ajplib/test/ connectors/trunk/ajp/proxy/ connectors/trunk/jk/jkstatus/src/share/org/apache/jk/status/ co

2006-10-23 Thread markt
Modified: tomcat/container/tc5.5.x/modules/groupcom/src/share/org/apache/catalina/tribes/membership/Membership.java URL: http://svn.apache.org/viewvc/tomcat/container/tc5.5.x/modules/groupcom/src/share/org/apache/catalina/tribes/membership/Membership.java?view=diff&rev=467206&r1=467205&r2=467206

svn commit: r467206 [18/30] - in /tomcat: build/tc5.5.x/ connectors/trunk/ connectors/trunk/ajp/ajplib/test/ connectors/trunk/ajp/proxy/ connectors/trunk/jk/jkstatus/src/share/org/apache/jk/status/ co

2006-10-23 Thread markt
Modified: tomcat/container/tc5.5.x/modules/groupcom/test/java/org/apache/catalina/tribes/demos/ChannelCreator.java URL: http://svn.apache.org/viewvc/tomcat/container/tc5.5.x/modules/groupcom/test/java/org/apache/catalina/tribes/demos/ChannelCreator.java?view=diff&rev=467206&r1=467205&r2=467206 ==

svn commit: r467206 [29/30] - in /tomcat: build/tc5.5.x/ connectors/trunk/ connectors/trunk/ajp/ajplib/test/ connectors/trunk/ajp/proxy/ connectors/trunk/jk/jkstatus/src/share/org/apache/jk/status/ co

2006-10-23 Thread markt
Modified: tomcat/container/tc5.5.x/modules/ha/src/share/org/apache/catalina/ha/tcp/ReplicationValve.java URL: http://svn.apache.org/viewvc/tomcat/container/tc5.5.x/modules/ha/src/share/org/apache/catalina/ha/tcp/ReplicationValve.java?view=diff&rev=467206&r1=467205&r2=467206 ==

svn commit: r467212 - in /tomcat/tc6.0.x/trunk/native/connector: src/address.c src/multicast.c src/thread.c srclib/VERSIONS

2006-10-23 Thread markt
Author: markt Date: Mon Oct 23 20:10:47 2006 New Revision: 467212 URL: http://svn.apache.org/viewvc?view=rev&rev=467212 Log: Correct props. Modified: tomcat/tc6.0.x/trunk/native/connector/src/address.c (contents, props changed) tomcat/tc6.0.x/trunk/native/connector/src/multicast.c (c

svn commit: r467213 - in /tomcat/tc6.0.x/trunk/res: ./ confinstall/ deployer/

2006-10-23 Thread markt
Author: markt Date: Mon Oct 23 20:11:12 2006 New Revision: 467213 URL: http://svn.apache.org/viewvc?view=rev&rev=467213 Log: Correct props. Modified: tomcat/tc6.0.x/trunk/res/INSTALLLICENSE (props changed) tomcat/tc6.0.x/trunk/res/bootstrap.jar.manifest (contents, props changed) t

svn commit: r467214 [1/3] - in /tomcat/tc6.0.x/trunk/test/org/apache/catalina/tribes: demos/ test/ test/channel/ test/interceptors/ test/io/ test/membership/ test/transport/

2006-10-23 Thread markt
Author: markt Date: Mon Oct 23 20:11:45 2006 New Revision: 467214 URL: http://svn.apache.org/viewvc?view=rev&rev=467214 Log: Correct props. Modified: tomcat/tc6.0.x/trunk/test/org/apache/catalina/tribes/demos/ChannelCreator.java (contents, props changed) tomcat/tc6.0.x/trunk/test/org

svn commit: r467215 [3/3] - in /tomcat/tc6.0.x/trunk/webapps/docs: ./ META-INF/ WEB-INF/ api/ appdev/ appdev/sample/ appdev/sample/docs/ appdev/sample/src/mypackage/ appdev/sample/web/ appdev/sample/w

2006-10-23 Thread markt
Propchange: tomcat/tc6.0.x/trunk/webapps/docs/architecture/requestProcess/roseModel.mdl -- svn:eol-style = native Propchange: tomcat/tc6.0.x/trunk/webapps/docs/architecture/requestProcess/roseModel.mdl --

svn commit: r467215 [1/3] - in /tomcat/tc6.0.x/trunk/webapps/docs: ./ META-INF/ WEB-INF/ api/ appdev/ appdev/sample/ appdev/sample/docs/ appdev/sample/src/mypackage/ appdev/sample/web/ appdev/sample/w

2006-10-23 Thread markt
Author: markt Date: Mon Oct 23 20:12:55 2006 New Revision: 467215 URL: http://svn.apache.org/viewvc?view=rev&rev=467215 Log: Correct props. Modified: tomcat/tc6.0.x/trunk/webapps/docs/META-INF/context.xml (props changed) tomcat/tc6.0.x/trunk/webapps/docs/WEB-INF/web.xml (props changed

svn commit: r467216 - in /tomcat/tc6.0.x/trunk/webapps/host-manager: META-INF/context.xml WEB-INF/web.xml host-manager.xml manager.xml

2006-10-23 Thread markt
Author: markt Date: Mon Oct 23 20:14:00 2006 New Revision: 467216 URL: http://svn.apache.org/viewvc?view=rev&rev=467216 Log: Correct props. Modified: tomcat/tc6.0.x/trunk/webapps/host-manager/META-INF/context.xml (props changed) tomcat/tc6.0.x/trunk/webapps/host-manager/WEB-INF/web.xml

svn commit: r467218 - in /tomcat/tc6.0.x/trunk/webapps/manager: META-INF/context.xml WEB-INF/web.xml manager.xml status.xsd xform.xsl

2006-10-23 Thread markt
Author: markt Date: Mon Oct 23 20:14:41 2006 New Revision: 467218 URL: http://svn.apache.org/viewvc?view=rev&rev=467218 Log: Correct props. Modified: tomcat/tc6.0.x/trunk/webapps/manager/META-INF/context.xml (props changed) tomcat/tc6.0.x/trunk/webapps/manager/WEB-INF/web.xml (props c

svn commit: r467219 - in /tomcat/tc6.0.x/trunk/webapps/ROOT: WEB-INF/web.xml admin/index.html build.xml index.html index.jsp

2006-10-23 Thread markt
Author: markt Date: Mon Oct 23 20:15:02 2006 New Revision: 467219 URL: http://svn.apache.org/viewvc?view=rev&rev=467219 Log: Correct props. Modified: tomcat/tc6.0.x/trunk/webapps/ROOT/WEB-INF/web.xml (props changed) tomcat/tc6.0.x/trunk/webapps/ROOT/admin/index.html (props changed)

svn commit: r467221 - in /tomcat/tc6.0.x/trunk: .classpath .project BUILDING.txt KEYS LICENSE README.txt RELEASE-NOTES RELEASE-PLAN-6.0.txt build.properties.default build.xml dist.xml extras.xml

2006-10-23 Thread markt
Author: markt Date: Mon Oct 23 20:16:33 2006 New Revision: 467221 URL: http://svn.apache.org/viewvc?view=rev&rev=467221 Log: Correct props. Modified: tomcat/tc6.0.x/trunk/.classpath (contents, props changed) tomcat/tc6.0.x/trunk/.project (props changed) tomcat/tc6.0.x/trunk/BUILDI

svn commit: r467222 [11/31] - in /tomcat/tc6.0.x/trunk/java: javax/annotation/ javax/annotation/security/ javax/ejb/ javax/el/ javax/mail/ javax/mail/internet/ javax/persistence/ javax/servlet/ javax/

2006-10-23 Thread markt
Modified: tomcat/tc6.0.x/trunk/java/org/apache/catalina/ha/tcp/ReplicationValve.java URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/java/org/apache/catalina/ha/tcp/ReplicationValve.java?view=diff&rev=467222&r1=467221&r2=467222 ==

svn commit: r467222 [16/31] - in /tomcat/tc6.0.x/trunk/java: javax/annotation/ javax/annotation/security/ javax/ejb/ javax/el/ javax/mail/ javax/mail/internet/ javax/persistence/ javax/servlet/ javax/

2006-10-23 Thread markt
Modified: tomcat/tc6.0.x/trunk/java/org/apache/catalina/tribes/group/ChannelCoordinator.java URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/java/org/apache/catalina/tribes/group/ChannelCoordinator.java?view=diff&rev=467222&r1=467221&r2=467222 ==

svn commit: r467222 [31/31] - in /tomcat/tc6.0.x/trunk/java: javax/annotation/ javax/annotation/security/ javax/ejb/ javax/el/ javax/mail/ javax/mail/internet/ javax/persistence/ javax/servlet/ javax/

2006-10-23 Thread markt
Modified: tomcat/tc6.0.x/trunk/java/org/apache/tomcat/util/http/fileupload/DefaultFileItemFactory.java URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/java/org/apache/tomcat/util/http/fileupload/DefaultFileItemFactory.java?view=diff&rev=467222&r1=467221&r2=467222 ==

svn commit: r466602 - /tomcat/connectors/trunk/http11/src/java/org/apache/coyote/http11/Http11Processor.java

2006-10-23 Thread markt
Author: markt Date: Sat Oct 21 16:00:16 2006 New Revision: 466602 URL: http://svn.apache.org/viewvc?view=rev&rev=466602 Log: Undo unintentional changes in license update. Modified: tomcat/connectors/trunk/http11/src/java/org/apache/coyote/http11/Http11Processor.java Modified: tomcat/connec

svn commit: r466607 [5/5] - in /tomcat/servletapi/servlet2.4-jsp2.0-tc5.x: jsr152/examples/ jsr152/examples/WEB-INF/ jsr152/examples/WEB-INF/classes/ jsr152/examples/WEB-INF/classes/cal/ jsr152/exampl

2006-10-23 Thread markt
Modified: tomcat/servletapi/servlet2.4-jsp2.0-tc5.x/jsr154/src/share/javax/servlet/http/HttpSession.java URL: http://svn.apache.org/viewvc/tomcat/servletapi/servlet2.4-jsp2.0-tc5.x/jsr154/src/share/javax/servlet/http/HttpSession.java?view=diff&rev=466607&r1=466606&r2=466607 ==

svn commit: r466608 [36/36] - in /tomcat/container/tc5.5.x: catalina/src/share/org/apache/catalina/ catalina/src/share/org/apache/catalina/ant/ catalina/src/share/org/apache/catalina/ant/jmx/ catalina

2006-10-23 Thread markt
Modified: tomcat/container/tc5.5.x/webapps/webdav/WEB-INF/web.xml URL: http://svn.apache.org/viewvc/tomcat/container/tc5.5.x/webapps/webdav/WEB-INF/web.xml?view=diff&rev=466608&r1=466607&r2=466608 == --- tomcat/container/t

Tomcat 5.5.20 Native APR Connector Version?

2006-10-23 Thread Fenlason, Josh
I'm updating to Tomcat 5.5.20 and I'm not sure what version of the native APR connector I should be using. The tomcat-native.tar.gz in apache-tomcat-5.5.20\bin still contains 1.1.3. I see 1.1.4 and 1.1.6 in http://www.apache.org/dist/tomcat/tomcat-connectors/native/. What is the right version to

svn commit: r466608 [10/36] - in /tomcat/container/tc5.5.x: catalina/src/share/org/apache/catalina/ catalina/src/share/org/apache/catalina/ant/ catalina/src/share/org/apache/catalina/ant/jmx/ catalina

2006-10-23 Thread markt
Modified: tomcat/container/tc5.5.x/modules/groupcom/src/share/org/apache/catalina/tribes/group/ChannelCoordinator.java URL: http://svn.apache.org/viewvc/tomcat/container/tc5.5.x/modules/groupcom/src/share/org/apache/catalina/tribes/group/ChannelCoordinator.java?view=diff&rev=466608&r1=466607&r2=4

svn commit: r466609 [13/39] - in /tomcat/tc6.0.x/trunk: java/javax/annotation/ java/javax/annotation/security/ java/javax/ejb/ java/javax/el/ java/javax/persistence/ java/javax/servlet/ java/javax/ser

2006-10-23 Thread markt
Modified: tomcat/tc6.0.x/trunk/java/org/apache/catalina/ha/tcp/ReplicationValve.java URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/java/org/apache/catalina/ha/tcp/ReplicationValve.java?view=diff&rev=466609&r1=466608&r2=466609 ==

svn commit: r466609 [8/39] - in /tomcat/tc6.0.x/trunk: java/javax/annotation/ java/javax/annotation/security/ java/javax/ejb/ java/javax/el/ java/javax/persistence/ java/javax/servlet/ java/javax/serv

2006-10-23 Thread markt
Modified: tomcat/tc6.0.x/trunk/java/org/apache/catalina/ha/deploy/UndeployMessage.java URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/java/org/apache/catalina/ha/deploy/UndeployMessage.java?view=diff&rev=466609&r1=466608&r2=466609 ==

svn commit: r466608 [22/36] - in /tomcat/container/tc5.5.x: catalina/src/share/org/apache/catalina/ catalina/src/share/org/apache/catalina/ant/ catalina/src/share/org/apache/catalina/ant/jmx/ catalina

2006-10-23 Thread markt
Modified: tomcat/container/tc5.5.x/modules/ha/src/share/org/apache/catalina/ha/ClusterDeployer.java URL: http://svn.apache.org/viewvc/tomcat/container/tc5.5.x/modules/ha/src/share/org/apache/catalina/ha/ClusterDeployer.java?view=diff&rev=466608&r1=466607&r2=466608

svn commit: r466609 [18/39] - in /tomcat/tc6.0.x/trunk: java/javax/annotation/ java/javax/annotation/security/ java/javax/ejb/ java/javax/el/ java/javax/persistence/ java/javax/servlet/ java/javax/ser

2006-10-23 Thread markt
Modified: tomcat/tc6.0.x/trunk/java/org/apache/catalina/tribes/group/ChannelCoordinator.java URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/java/org/apache/catalina/tribes/group/ChannelCoordinator.java?view=diff&rev=466609&r1=466608&r2=466609 ==

[test]-test fails

2006-10-23 Thread Sean Qiu
In the directory of ${source-dir}/build when input : # ant test It will fail because cann't find org.apache.tomcat.jni.* classes both in ubuntu and in windows xp (Is this the way to run the unit test for Tomcat? If not , then how to run the unit test?) == Buildfile:

svn commit: r466556 - in /tomcat/container/branches/tc4.1.x: ./ webapps/admin/WEB-INF/classes/org/apache/webapp/admin/connector/ webapps/admin/connector/

2006-10-23 Thread markt
Author: markt Date: Sat Oct 21 13:34:51 2006 New Revision: 466556 URL: http://svn.apache.org/viewvc?view=rev&rev=466556 Log: Fix admin app for AJP connector. Modified: tomcat/container/branches/tc4.1.x/RELEASE-NOTES-4.1.txt tomcat/container/branches/tc4.1.x/webapps/admin/WEB-INF/classes/

svn commit: r466606 [2/2] - in /tomcat/jasper/tc5.5.x/src/share/org/apache/jasper: ./ compiler/ compiler/tagplugin/ runtime/ security/ servlet/ tagplugins/jstl/ tagplugins/jstl/core/ util/ xmlparser/

2006-10-23 Thread markt
Modified: tomcat/jasper/tc5.5.x/src/share/org/apache/jasper/servlet/JspCServletContext.java URL: http://svn.apache.org/viewvc/tomcat/jasper/tc5.5.x/src/share/org/apache/jasper/servlet/JspCServletContext.java?view=diff&rev=466606&r1=466605&r2=466606

svn commit: r466585 [7/7] - in /tomcat/connectors/trunk: ajp/ajplib/include/ ajp/ajplib/src/ ajp/ajplib/test/ ajp/proxy/ coyote/src/java/org/apache/coyote/ coyote/src/java/org/apache/coyote/memory/ co

2006-10-23 Thread markt
Modified: tomcat/connectors/trunk/util/java/org/apache/tomcat/util/net/jsse/JSSE14Support.java URL: http://svn.apache.org/viewvc/tomcat/connectors/trunk/util/java/org/apache/tomcat/util/net/jsse/JSSE14Support.java?view=diff&rev=466585&r1=466584&r2=466585 ==

svn commit: r466608 [28/36] - in /tomcat/container/tc5.5.x: catalina/src/share/org/apache/catalina/ catalina/src/share/org/apache/catalina/ant/ catalina/src/share/org/apache/catalina/ant/jmx/ catalina

2006-10-23 Thread markt
Modified: tomcat/container/tc5.5.x/modules/ha/src/share/org/apache/catalina/ha/session/SerializablePrincipal.java URL: http://svn.apache.org/viewvc/tomcat/container/tc5.5.x/modules/ha/src/share/org/apache/catalina/ha/session/SerializablePrincipal.java?view=diff&rev=466608&r1=466607&r2=466608

svn commit: r466958 - in /tomcat/tc6.0.x/trunk/java/org/apache/jk: common/ChannelNioSocket.java common/ChannelSocket.java common/MsgAjp.java mbeans-descriptors.xml server/JkMain.java

2006-10-23 Thread jfclere
Author: jfclere Date: Mon Oct 23 02:15:22 2006 New Revision: 466958 URL: http://svn.apache.org/viewvc?view=rev&rev=466958 Log: Add a packetSize option to match the option on the native side. Modified: tomcat/tc6.0.x/trunk/java/org/apache/jk/common/ChannelNioSocket.java tomcat/tc6.0.x/trun

svn commit: r466609 [20/39] - in /tomcat/tc6.0.x/trunk: java/javax/annotation/ java/javax/annotation/security/ java/javax/ejb/ java/javax/el/ java/javax/persistence/ java/javax/servlet/ java/javax/ser

2006-10-23 Thread markt
Modified: tomcat/tc6.0.x/trunk/java/org/apache/catalina/tribes/group/RpcMessage.java URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/java/org/apache/catalina/tribes/group/RpcMessage.java?view=diff&rev=466609&r1=466608&r2=466609 ==

svn commit: r467019 [2/2] - in /tomcat/site/trunk: docs/ xdocs/ xdocs/stylesheets/

2006-10-23 Thread remm
Added: tomcat/site/trunk/xdocs/download-60.xml URL: http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/download-60.xml?view=auto&rev=467019 == --- tomcat/site/trunk/xdocs/download-60.xml (added) +++ tomcat/site/trunk/xdo

svn commit: r466608 [30/36] - in /tomcat/container/tc5.5.x: catalina/src/share/org/apache/catalina/ catalina/src/share/org/apache/catalina/ant/ catalina/src/share/org/apache/catalina/ant/jmx/ catalina

2006-10-23 Thread markt
Modified: tomcat/container/tc5.5.x/modules/ha/src/share/org/apache/catalina/ha/tcp/ReplicationValve.java URL: http://svn.apache.org/viewvc/tomcat/container/tc5.5.x/modules/ha/src/share/org/apache/catalina/ha/tcp/ReplicationValve.java?view=diff&rev=466608&r1=466607&r2=466608 ==

svn commit: r466608 [24/36] - in /tomcat/container/tc5.5.x: catalina/src/share/org/apache/catalina/ catalina/src/share/org/apache/catalina/ant/ catalina/src/share/org/apache/catalina/ant/jmx/ catalina

2006-10-23 Thread markt
Modified: tomcat/container/tc5.5.x/modules/ha/src/share/org/apache/catalina/ha/deploy/UndeployMessage.java URL: http://svn.apache.org/viewvc/tomcat/container/tc5.5.x/modules/ha/src/share/org/apache/catalina/ha/deploy/UndeployMessage.java?view=diff&rev=466608&r1=466607&r2=466608 ==

Re: [build]fail message

2006-10-23 Thread Sean Qiu
Thanks.I have adderssed the issue. Required by my project, i have to put ecj*.jar in ${ant_home}/lib, i just rename it to avoid loading it. But ant will load all the classes in lib regardless of the jar's name. So it conflicted with the jdt compiler. Is there any docs to indicate how to test th

svn commit: r466605 - /tomcat/connectors/trunk/util/java/org/apache/tomcat/util/buf/CharChunk.java

2006-10-23 Thread markt
Author: markt Date: Sat Oct 21 16:03:29 2006 New Revision: 466605 URL: http://svn.apache.org/viewvc?view=rev&rev=466605 Log: Undo unintentional changes in license update. Modified: tomcat/connectors/trunk/util/java/org/apache/tomcat/util/buf/CharChunk.java Modified: tomcat/connectors/trunk/

svn commit: r466611 - in /tomcat/container/tc5.5.x/webapps/docs: changelog.xml funcspecs/mbean-names.xml

2006-10-23 Thread markt
Author: markt Date: Sat Oct 21 17:44:42 2006 New Revision: 466611 URL: http://svn.apache.org/viewvc?view=rev&rev=466611 Log: Fix bug 37070. Update mbean name doc. Modified: tomcat/container/tc5.5.x/webapps/docs/changelog.xml tomcat/container/tc5.5.x/webapps/docs/funcspecs/mbean-names.xml

svn commit: r466563 - in /tomcat/container/branches/tc4.1.x: RELEASE-NOTES-4.1.txt catalina/src/bin/service.bat

2006-10-23 Thread markt
Author: markt Date: Sat Oct 21 14:02:40 2006 New Revision: 466563 URL: http://svn.apache.org/viewvc?view=rev&rev=466563 Log: Fix service.bat so JSPs will compile. Modified: tomcat/container/branches/tc4.1.x/RELEASE-NOTES-4.1.txt tomcat/container/branches/tc4.1.x/catalina/src/bin/service.b

svn commit: r466597 - in /tomcat/jasper/branches/tc4.1.x/src/share/org/apache/jasper: EmbededServletOptions.java compiler/JspRuntimeContext.java compiler/Node.java compiler/Validator.java runtime/JspR

2006-10-23 Thread markt
Author: markt Date: Sat Oct 21 15:37:20 2006 New Revision: 466597 URL: http://svn.apache.org/viewvc?view=rev&rev=466597 Log: Update license header in TC4 branch of jasper module to comply with: http://www.apache.org/legal/src-headers.html#headers It does compile but I need to check the commit mes

svn commit: r466891 - /tomcat/tc6.0.x/trunk/webapps/docs/funcspecs/mbean-names.xml

2006-10-23 Thread markt
Author: markt Date: Sun Oct 22 16:05:45 2006 New Revision: 466891 URL: http://svn.apache.org/viewvc?view=rev&rev=466891 Log: Port fix for 37070 to TC6 along with the changes to remove references to the DefaultContext. Modified: tomcat/tc6.0.x/trunk/webapps/docs/funcspecs/mbean-names.xml Mod

svn commit: r466608 [12/36] - in /tomcat/container/tc5.5.x: catalina/src/share/org/apache/catalina/ catalina/src/share/org/apache/catalina/ant/ catalina/src/share/org/apache/catalina/ant/jmx/ catalina

2006-10-23 Thread markt
Modified: tomcat/container/tc5.5.x/modules/groupcom/src/share/org/apache/catalina/tribes/group/RpcMessage.java URL: http://svn.apache.org/viewvc/tomcat/container/tc5.5.x/modules/groupcom/src/share/org/apache/catalina/tribes/group/RpcMessage.java?view=diff&rev=466608&r1=466607&r2=466608 ==