Re: JSP 2.2 & EL 2.2 implementation complete

2010-05-24 Thread Mark Thomas
On 24/05/2010 06:20, deligeli wrote: > > I tried to download the el-api2.2 jar from GlassFish. and it doesn't work. > > see my thread here: > > http://old.nabble.com/using-new-el-api-2.2-with-myfaces2.0-and-tomcat6-ts28649111.html > > could you please help? Yes, but since that is a question fo

DO NOT REPLY [Bug 49330] my Bug

2010-05-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49330 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

Re: svn commit: r947495 - /tomcat/trunk/build.properties.default

2010-05-24 Thread Mark Thomas
On 24/05/2010 02:32, sebb wrote: > On 23/05/2010, ma...@apache.org wrote: >> Author: markt >> Date: Sun May 23 21:04:08 2010 >> New Revision: 947495 >> >> URL: http://svn.apache.org/viewvc?rev=947495&view=rev >> Log: >> Restore -dev suffix post tag > > By the way, it's possible to create the

svn commit: r947592 - /tomcat/tc6.0.x/trunk/STATUS.txt

2010-05-24 Thread kkolinko
Author: kkolinko Date: Mon May 24 10:41:17 2010 New Revision: 947592 URL: http://svn.apache.org/viewvc?rev=947592&view=rev Log: vote Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=9475

svn commit: r947595 - in /tomcat/tc5.5.x/trunk: STATUS.txt container/catalina/src/bin/tool-wrapper.sh container/webapps/docs/changelog.xml

2010-05-24 Thread kkolinko
Author: kkolinko Date: Mon May 24 10:48:03 2010 New Revision: 947595 URL: http://svn.apache.org/viewvc?rev=947595&view=rev Log: Additional fix for https://issues.apache.org/bugzilla/show_bug.cgi?id=48840 Port the fix from catalina.sh to tool-wrapper.sh as well. Modified: tomcat/tc5.5.x/trunk/

svn commit: r947596 - in /tomcat/tc6.0.x/trunk: ./ STATUS.txt bin/tool-wrapper.sh webapps/docs/changelog.xml

2010-05-24 Thread kkolinko
Author: kkolinko Date: Mon May 24 10:50:27 2010 New Revision: 947596 URL: http://svn.apache.org/viewvc?rev=947596&view=rev Log: Additional fix for https://issues.apache.org/bugzilla/show_bug.cgi?id=48840 Port the fix from catalina.sh to tool-wrapper.sh as well. Modified: tomcat/tc6.0.x/trunk/

DO NOT REPLY [Bug 48840] catalina.sh fails to set CATALINA_HOME on newer bash versions

2010-05-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48840 --- Comment #11 from Konstantin Kolinko 2010-05-24 06:52:54 EDT --- The fix was also applied to tool-wrapper.sh. Will be in 5.5.30, 6.0.27. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are

svn commit: r947598 - /tomcat/tc6.0.x/trunk/STATUS.txt

2010-05-24 Thread kkolinko
Author: kkolinko Date: Mon May 24 11:01:59 2010 New Revision: 947598 URL: http://svn.apache.org/viewvc?rev=947598&view=rev Log: vote Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=9475

svn commit: r947603 - in /tomcat/tc5.5.x/trunk: STATUS.txt jasper/src/share/org/apache/jasper/compiler/Generator.java

2010-05-24 Thread markt
Author: markt Date: Mon May 24 11:19:35 2010 New Revision: 947603 URL: http://svn.apache.org/viewvc?rev=947603&view=rev Log: Additional fix for https://issues.apache.org/bugzilla/show_bug.cgi?id=48701 Take account of TagVariableInfo when implementing the rules of JSP.5.3 Modified: tomcat/tc5.

DO NOT REPLY [Bug 49331] New: Tomcat 6 documentation describes clustering MBeans that do not exist

2010-05-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49331 Summary: Tomcat 6 documentation describes clustering MBeans that do not exist Product: Tomcat 6 Version: unspecified Platform: PC OS/Version: Mac OS X 10.5 St

svn commit: r947608 - /tomcat/tc6.0.x/trunk/STATUS.txt

2010-05-24 Thread kkolinko
Author: kkolinko Date: Mon May 24 11:44:41 2010 New Revision: 947608 URL: http://svn.apache.org/viewvc?rev=947608&view=rev Log: vote Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=9476

svn commit: r947612 - in /tomcat/tc6.0.x/trunk: STATUS.txt java/org/apache/jasper/compiler/Generator.java

2010-05-24 Thread markt
Author: markt Date: Mon May 24 11:52:00 2010 New Revision: 947612 URL: http://svn.apache.org/viewvc?rev=947612&view=rev Log: Further fix for https://issues.apache.org/bugzilla/show_bug.cgi?id=48701 Take account of TagVariableInfo when implementing the rules of JSP.5.3 Modified: tomcat/tc6.0.x

svn commit: r947616 - in /tomcat/tc6.0.x/trunk: ./ STATUS.txt java/org/apache/catalina/realm/JNDIRealm.java webapps/docs/changelog.xml

2010-05-24 Thread markt
Author: markt Date: Mon May 24 12:05:44 2010 New Revision: 947616 URL: http://svn.apache.org/viewvc?rev=947616&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=48729 Return roles defined by both userRoleName and roleName mechanisms Patch provided by 'eric' Also make user's role

DO NOT REPLY [Bug 48729] JNDIRealm.java not parsing roles correctly

2010-05-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48729 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

svn commit: r947617 - /tomcat/trunk/java/org/apache/catalina/loader/mbeans-descriptors.xml

2010-05-24 Thread rjung
Author: rjung Date: Mon May 24 12:08:24 2010 New Revision: 947617 URL: http://svn.apache.org/viewvc?rev=947617&view=rev Log: According to Konstantin's review comments: - eliminate line breaks in descriptions - change capitalization of attribute from "uRLs" to "URLs". Modified: tomcat/trunk/

DO NOT REPLY [Bug 48971] memory leak protection : stopping TimeThreads should be optional and disabled by default

2010-05-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48971 --- Comment #7 from Mark Thomas 2010-05-24 10:22:30 EDT --- The approach suggested by Sylvain on the dev list was to set the Thread's context class loader to null. I'm not 100% about the side-effects of that either. However, that did trigge

svn commit: r947652 - in /tomcat/trunk/bin: catalina.bat catalina.sh

2010-05-24 Thread markt
Author: markt Date: Mon May 24 14:28:20 2010 New Revision: 947652 URL: http://svn.apache.org/viewvc?rev=947652&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=48976 Document JAVA_ENDORSED_DIRS Modified: tomcat/trunk/bin/catalina.bat tomcat/trunk/bin/catalina.sh Modif

svn commit: r947659 - in /tomcat/tc6.0.x/trunk: bin/catalina.bat bin/catalina.sh webapps/docs/changelog.xml

2010-05-24 Thread markt
Author: markt Date: Mon May 24 14:49:36 2010 New Revision: 947659 URL: http://svn.apache.org/viewvc?rev=947659&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=48976 Document JAVA_ENDORSED_DIRS Patch provided by Laurent Vaills Modified: tomcat/tc6.0.x/trunk/bin/catalina.ba

DO NOT REPLY [Bug 48976] Document JAVA_ENDORSED_DIRS in the header of catalina.{sh,bat}

2010-05-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48976 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

Re: svn commit: r947652 - in /tomcat/trunk/bin: catalina.bat catalina.sh

2010-05-24 Thread sebb
On 24/05/2010, ma...@apache.org wrote: > Author: markt > Date: Mon May 24 14:28:20 2010 > New Revision: 947652 > > URL: http://svn.apache.org/viewvc?rev=947652&view=rev > Log: > Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=48976 > Document JAVA_ENDORSED_DIRS > > Modified: > to

About the default value of variable JAVA_ENDORSED_DIRS

2010-05-24 Thread Laurent Vaills
Hi, Thanks to have accepted my patch for the bug #48976. I have a question about the variable JAVA_ENDORSED_DIRS : why the default value is set to CATALINA_HOME/endorsed ? I think, like the others variables (CATALINA_OUT, CATALINA_TMPDIR,

Re: About the default value of variable JAVA_ENDORSED_DIRS

2010-05-24 Thread Mark Thomas
On 24/05/2010 17:35, Laurent Vaills wrote: > Hi, > > Thanks to have accepted my patch for the bug > #48976. > > I have a question about the variable JAVA_ENDORSED_DIRS : why the default > value is set to CATALINA_HOME/endorsed ? History.

svn commit: r947714 - in /tomcat/tc6.0.x/trunk/bin: catalina.bat catalina.sh

2010-05-24 Thread markt
Author: markt Date: Mon May 24 16:57:18 2010 New Revision: 947714 URL: http://svn.apache.org/viewvc?rev=947714&view=rev Log: Correct path separator Modified: tomcat/tc6.0.x/trunk/bin/catalina.bat tomcat/tc6.0.x/trunk/bin/catalina.sh Modified: tomcat/tc6.0.x/trunk/bin/catalina.bat URL: h

svn commit: r947717 - /tomcat/trunk/java/org/apache/catalina/security/SecurityClassLoad.java

2010-05-24 Thread markt
Author: markt Date: Mon May 24 17:03:37 2010 New Revision: 947717 URL: http://svn.apache.org/viewvc?rev=947717&view=rev Log: Fix some TCK failures with the BIO AJP connector when using a security manager Modified: tomcat/trunk/java/org/apache/catalina/security/SecurityClassLoad.java Modified

DO NOT REPLY [Bug 48990] Build fails on Linux when skip.installer set to true

2010-05-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48990 --- Comment #4 from Mark Thomas 2010-05-24 13:26:19 EDT --- Created an attachment (id=25477) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=25477) Alternative patch skip.installer should do just that. No need to skip the .zip d

svn commit: r947723 - /tomcat/tc6.0.x/trunk/STATUS.txt

2010-05-24 Thread markt
Author: markt Date: Mon May 24 17:27:55 2010 New Revision: 947723 URL: http://svn.apache.org/viewvc?rev=947723&view=rev Log: Proposal Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=947

DO NOT REPLY [Bug 48990] Build fails on Linux when skip.installer set to true

2010-05-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48990 --- Comment #5 from Mark Thomas 2010-05-24 13:28:05 EDT --- Alternative patch proposed for 6.0.x -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are

DO NOT REPLY [Bug 48971] memory leak protection : stopping TimeThreads should be optional and disabled by default

2010-05-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48971 --- Comment #8 from sylvain.laur...@gmail.com 2010-05-24 17:43:33 EDT --- Hello Mark, I had tried this too, but I still had the leak because I often had some ProtectionDomain instances that referenced the webapp classloader. The urgent thi

svn commit: r947837 - in /tomcat/trunk/bin: catalina.bat catalina.sh

2010-05-24 Thread kkolinko
Author: kkolinko Date: Mon May 24 22:19:23 2010 New Revision: 947837 URL: http://svn.apache.org/viewvc?rev=947837&view=rev Log: Correct a typo Modified: tomcat/trunk/bin/catalina.bat tomcat/trunk/bin/catalina.sh Modified: tomcat/trunk/bin/catalina.bat URL: http://svn.apache.org/viewvc/t

DO NOT REPLY [Bug 49198] There are no binaries for mod_jk for 64bit?

2010-05-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49198 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

DO NOT REPLY [Bug 49335] New: Client certificate not passed to Tomcat

2010-05-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49335 Summary: Client certificate not passed to Tomcat Product: Tomcat Connectors Version: 1.2.30 Platform: PC OS/Version: Windows XP Status: NEW Severity: normal P

Re: [VOTE] Release Tomcat 7.0.0 based on Tomcat 7.0.0 RC3

2010-05-24 Thread Mark Thomas
On 23/05/2010 23:38, Mark Thomas wrote: > All, > > The next Tomcat 7.0.0 release candiate is ready for testing. 7.0.0-RC3 > can be obtained from: > http://people.apache.org/~markt/dev/tomcat-7/v7.0.0-RC3/ > The svn tag is: > http://svn.apache.org/repos/asf/tomcat/tc7.0.x/tags/TOMCAT_7_0_0_RC3/ >

DO NOT REPLY [Bug 49335] Client certificate not passed to Tomcat

2010-05-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49335 --- Comment #1 from Konstantin Kolinko 2010-05-24 20:03:24 EDT --- Is it reproducible in 7.0 RC3 only, or in 6.0.x as well? Is Tomcat running with 32-bit or 64-bit JRE? Is Tomcat-Native used? Does this certificate fit into a single AJP p

svn commit: r947931 - in /tomcat/trunk/modules/tomcat-lite: java/org/apache/tomcat/lite/servlet/ java/org/apache/tomcat/servlets/config/ java/org/apache/tomcat/servlets/config/deploy/ java/org/apache/

2010-05-24 Thread costin
Author: costin Date: Tue May 25 06:09:40 2010 New Revision: 947931 URL: http://svn.apache.org/viewvc?rev=947931&view=rev Log: Removing the mini-'servlet' code from lite. The goal is to implement connector and http client, this creates confusion. Removed: tomcat/trunk/modules/tomcat-lite/

svn commit: r947932 - in /tomcat/trunk/modules/tomcat-lite: examples/ java/org/apache/tomcat/integration/ java/org/apache/tomcat/integration/jmx/ java/org/apache/tomcat/integration/simple/ test/org/ap

2010-05-24 Thread costin
Author: costin Date: Tue May 25 06:12:38 2010 New Revision: 947932 URL: http://svn.apache.org/viewvc?rev=947932&view=rev Log: Remove the 'integration' - ObjectManager and wrapping of DI frameworks. Lite is just a library/connector - doesn't need it, instead will integrate it with existing tomcat

DO NOT REPLY [Bug 49316] org.apache.tomcat.lite.util.Base64 broken

2010-05-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49316 Costin Manolache changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

svn commit: r947933 - /tomcat/trunk/modules/tomcat-lite/java/org/apache/tomcat/lite/util/Base64.java

2010-05-24 Thread costin
Author: costin Date: Tue May 25 06:21:36 2010 New Revision: 947933 URL: http://svn.apache.org/viewvc?rev=947933&view=rev Log: Broken, not used. Source in o.a.t.util.buf was removed as well. Removed: tomcat/trunk/modules/tomcat-lite/java/org/apache/tomcat/lite/util/Base64.java

svn commit: r947935 - in /tomcat/trunk/modules/tomcat-lite/java/org/apache/tomcat/lite/io: SslChannel.java SslConnector.java SslProvider.java jsse/ jsse/JsseSslProvider.java jsse/SslChannel.java

2010-05-24 Thread costin
Author: costin Date: Tue May 25 06:42:26 2010 New Revision: 947935 URL: http://svn.apache.org/viewvc?rev=947935&view=rev Log: Moved the JSSE code to separate package. Added a bunch of workarounds to support harmony/android, there seems to be a problem with the ciphers. Probably the code will go a

svn commit: r947936 - /tomcat/trunk/modules/tomcat-lite/java/org/apache/coyote/lite/LiteProtocolHandler.java

2010-05-24 Thread costin
Author: costin Date: Tue May 25 06:44:02 2010 New Revision: 947936 URL: http://svn.apache.org/viewvc?rev=947936&view=rev Log: More coyote support. Modified: tomcat/trunk/modules/tomcat-lite/java/org/apache/coyote/lite/LiteProtocolHandler.java Modified: tomcat/trunk/modules/tomcat-lite/java

svn commit: r947940 - in /tomcat/trunk/modules/tomcat-lite/java/org/apache/tomcat/lite: http/ io/ proxy/

2010-05-24 Thread costin
Author: costin Date: Tue May 25 06:54:47 2010 New Revision: 947940 URL: http://svn.apache.org/viewvc?rev=947940&view=rev Log: Various changes to better support coyote, remove integration package, prepare to replace jsse with apr, etc. Added: tomcat/trunk/modules/tomcat-lite/java/org/apache