svn commit: r1173892 - /tomcat/trunk/BUILDING.txt

2011-09-21 Thread kkolinko
Author: kkolinko Date: Wed Sep 21 22:12:36 2011 New Revision: 1173892 URL: http://svn.apache.org/viewvc?rev=1173892&view=rev Log: Replace explicit Tomcat version with a template - for Tomcat 8. Modified: tomcat/trunk/BUILDING.txt Modified: tomcat/trunk/BUILDING.txt URL: http://svn.apache.or

svn commit: r1173890 - in /tomcat/maven-plugin/trunk: tomcat-maven-plugin-it/pom.xml tomcat6-maven-plugin/pom.xml

2011-09-21 Thread olamy
Author: olamy Date: Wed Sep 21 22:10:47 2011 New Revision: 1173890 URL: http://svn.apache.org/viewvc?rev=1173890&view=rev Log: fix dependencies due to previous changes Modified: tomcat/maven-plugin/trunk/tomcat-maven-plugin-it/pom.xml tomcat/maven-plugin/trunk/tomcat6-maven-plugin/pom.xm

svn commit: r1173889 - /tomcat/maven-plugin/trunk/pom.xml

2011-09-21 Thread olamy
Author: olamy Date: Wed Sep 21 22:10:30 2011 New Revision: 1173889 URL: http://svn.apache.org/viewvc?rev=1173889&view=rev Log: make distribution urls configurable Modified: tomcat/maven-plugin/trunk/pom.xml Modified: tomcat/maven-plugin/trunk/pom.xml URL: http://svn.apache.org/viewvc/tomcat

svn commit: r1173887 - in /tomcat/maven-plugin/trunk/tomcat-maven-plugin-it/src: main/ main/java/ main/java/org/ main/java/org/codehaus/ main/java/org/codehaus/mojo/ main/java/org/codehaus/mojo/tomcat

2011-09-21 Thread olamy
Author: olamy Date: Wed Sep 21 22:02:00 2011 New Revision: 1173887 URL: http://svn.apache.org/viewvc?rev=1173887&view=rev Log: prepare a reusable set of integration for both versions of the plugin : move sources and resources to src/main to have it included in the produced artifact Added: to

svn commit: r1173886 - in /tomcat/maven-plugin/trunk/tomcat-maven-plugin-it/src/test: project-resources/simple-war-project/ project-resources/simple-war-project/src/main/tomcatconf/ project-resources/

2011-09-21 Thread olamy
Author: olamy Date: Wed Sep 21 21:59:04 2011 New Revision: 1173886 URL: http://svn.apache.org/viewvc?rev=1173886&view=rev Log: prepare a reusable set of integration for both versions of the plugin Added: tomcat/maven-plugin/trunk/tomcat-maven-plugin-it/src/test/resources/simple-war-project/

svn commit: r1173884 - in /tomcat/maven-plugin/trunk: ./ tomcat-maven-plugin-it/ tomcat-maven-plugin-it/src/test/java/org/codehaus/mojo/tomcat/it/ tomcat6-maven-plugin/

2011-09-21 Thread olamy
Author: olamy Date: Wed Sep 21 21:57:04 2011 New Revision: 1173884 URL: http://svn.apache.org/viewvc?rev=1173884&view=rev Log: prepare a reusable set of integration for both versions of the plugin Added: tomcat/maven-plugin/trunk/tomcat-maven-plugin-it/src/test/java/org/codehaus/mojo/tomcat/

DO NOT REPLY [Bug 51862] New: JreMemoryLeakPreventionListener enhancement to load configurable classes

2011-09-21 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51862 Bug #: 51862 Summary: JreMemoryLeakPreventionListener enhancement to load configurable classes Product: Tomcat 7 Version: 7.0.21 Platform: Macintosh Stat

svn commit: r1173883 - in /tomcat/site/trunk: docs/security-5.html docs/security-6.html xdocs/security-5.xml xdocs/security-6.xml

2011-09-21 Thread kkolinko
Author: kkolinko Date: Wed Sep 21 21:54:34 2011 New Revision: 1173883 URL: http://svn.apache.org/viewvc?rev=1173883&view=rev Log: Clarify how AJP connector implementation is configured in Tomcat 5.5 and 6.0. Modified: tomcat/site/trunk/docs/security-5.html tomcat/site/trunk/docs/security-

Re: Session.getLastAccessTime() ticking

2011-09-21 Thread Mark Thomas
On 21/09/2011 19:06, Konstantin Kolinko wrote: > The first question that I have is that I do not see how last access is > ticked if there is no explicit request for a session. I think it > should be ticked regardless of whether getSession(..) has been called. StandardHostValve look for ACCESS_SE

Re: svn commit: r1173082 - in /tomcat/trunk: java/org/apache/coyote/http11/Http11NioProtocol.java test/org/apache/catalina/comet/TestCometProcessor.java

2011-09-21 Thread Rainer Jung
On 21.09.2011 12:44, Mark Thomas wrote: > On 21/09/2011 01:41, Konstantin Kolinko wrote: >> 2011/9/20 Mark Thomas : >>> On 20/09/2011 13:41, Konstantin Kolinko wrote: BTW: I am unable to reproduce Gump failure for TestCometProcessor with NIO (running with JDK 6u26/WinXP), but th

DO NOT REPLY [Bug 51812] Tomcat access logging "tickles" session causing session to never time out

2011-09-21 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51812 --- Comment #2 from Konstantin Kolinko 2011-09-21 18:13:02 UTC --- (In reply to comment #0) > I cannot find > a way to set cache=false other than changing source. Adding cache="false" to > the Valve tag in server.xml seems to have no effe

Session.getLastAccessTime() ticking

2011-09-21 Thread Konstantin Kolinko
Hi! I was reviewing the spec and the code with regards to the following issue: https://issues.apache.org/bugzilla/show_bug.cgi?id=51812 Ch.7.6 of the Servlet specification (both 2.5 and 3.0 versions) says: "The session is considered to be accessed when a request that is part of the session is fir

DO NOT REPLY [Bug 51799] servletContext.getRealPath("/someFolderThatDoesNotExist/") should return null

2011-09-21 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51799 --- Comment #4 from Mark Thomas 2011-09-21 16:56:19 UTC --- Remy, I agree with you completely that Tomcat's behaviour is correct but having read the spec quite carefully I couldn't find anything explicit that states that the resource doesn'

svn commit: r1173724 - in /tomcat/tc7.0.x/trunk: ./ java/javax/el/BeanELResolver.java

2011-09-21 Thread kkolinko
Author: kkolinko Date: Wed Sep 21 15:39:11 2011 New Revision: 1173724 URL: http://svn.apache.org/viewvc?rev=1173724&view=rev Log: Merged revision 1173722 from tomcat/trunk: Followup to r1173630 Simplify code: methodName can be tested once per iteration Modified: tomcat/tc7.0.x/trunk/ (props

svn commit: r1173722 - /tomcat/trunk/java/javax/el/BeanELResolver.java

2011-09-21 Thread kkolinko
Author: kkolinko Date: Wed Sep 21 15:35:47 2011 New Revision: 1173722 URL: http://svn.apache.org/viewvc?rev=1173722&view=rev Log: Followup to r1173630 Simplify code: methodName can be tested once per iteration Modified: tomcat/trunk/java/javax/el/BeanELResolver.java Modified: tomcat/trunk/ja

DO NOT REPLY [Bug 51799] servletContext.getRealPath("/someFolderThatDoesNotExist/") should return null

2011-09-21 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51799 --- Comment #3 from Remy Maucherat 2011-09-21 14:21:13 UTC --- The behavior has never changed, has always been consistent, and nowhere in the specification does it say the path needs to exist. Unlike for getResource, where the behavior for

DO NOT REPLY [Bug 51860] HTTP/SSL with NIO won't work

2011-09-21 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51860 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

svn commit: r1173660 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/tomcat/util/net/jsse/JSSEKeyManager.java webapps/docs/changelog.xml

2011-09-21 Thread markt
Author: markt Date: Wed Sep 21 14:16:07 2011 New Revision: 1173660 URL: http://svn.apache.org/viewvc?rev=1173660&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=51860 Fix issues when using NIO, SSL and a custom SSLImplementation. Based on a suggestion by Roman Tsirulnikov. Mo

svn commit: r1173659 - /tomcat/trunk/java/org/apache/tomcat/util/net/jsse/JSSEKeyManager.java

2011-09-21 Thread markt
Author: markt Date: Wed Sep 21 14:14:22 2011 New Revision: 1173659 URL: http://svn.apache.org/viewvc?rev=1173659&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=51860 Fix issues when using NIO, SSL and a custom SSLImplementation. Based on a suggestion by Roman Tsirulnikov. Mo

DO NOT REPLY [Bug 51852] BeanELResolver varargs handling is broken in multiple ways

2011-09-21 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51852 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

svn commit: r1173636 - in /tomcat/tc7.0.x/trunk: ./ java/javax/el/BeanELResolver.java test/javax/el/TestBeanELResolverVarargsInvocation.java webapps/docs/changelog.xml

2011-09-21 Thread markt
Author: markt Date: Wed Sep 21 13:40:57 2011 New Revision: 1173636 URL: http://svn.apache.org/viewvc?rev=1173636&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=51852 Correct 2 issues in varargs handling - Incorrectly constructed varargs arguments (resulting in ArrayIndexOutO

svn commit: r1173630 - in /tomcat/trunk: java/javax/el/BeanELResolver.java test/javax/el/TestBeanELResolverVarargsInvocation.java

2011-09-21 Thread markt
Author: markt Date: Wed Sep 21 13:33:51 2011 New Revision: 1173630 URL: http://svn.apache.org/viewvc?rev=1173630&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=51852 Correct 2 issues in varargs handling - Incorrectly constructed varargs arguments (resulting in ArrayIndexOutO

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

2011-09-21 Thread markt
Author: markt Date: Wed Sep 21 13:31:21 2011 New Revision: 1173629 URL: http://svn.apache.org/viewvc?rev=1173629&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=11736

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

2011-09-21 Thread kkolinko
Author: kkolinko Date: Wed Sep 21 13:27:12 2011 New Revision: 1173624 URL: http://svn.apache.org/viewvc?rev=1173624&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?re

svn commit: r1173619 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/tomcat/util/net/NioEndpoint.java webapps/docs/changelog.xml

2011-09-21 Thread kkolinko
Author: kkolinko Date: Wed Sep 21 13:22:09 2011 New Revision: 1173619 URL: http://svn.apache.org/viewvc?rev=1173619&view=rev Log: Backport of r1173614 Simplify code in NioEndpoint$Poller. The events.size() call is costly, because it is a loop that counts entries in a linked queue. Actually it is

svn commit: r1173614 - /tomcat/trunk/java/org/apache/tomcat/util/net/NioEndpoint.java

2011-09-21 Thread kkolinko
Author: kkolinko Date: Wed Sep 21 13:14:29 2011 New Revision: 1173614 URL: http://svn.apache.org/viewvc?rev=1173614&view=rev Log: Simplify code in NioEndpoint$Poller. The events.size() call is costly, because it is a loop that counts entries in a linked queue. Actually it is not needed here at al

DO NOT REPLY [Bug 51859] When JasperException occurs, error-pages are not handled properly

2011-09-21 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51859 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

DO NOT REPLY [Bug 51758] Setting logger-specific overrides in logging.properties not working

2011-09-21 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51758 --- Comment #7 from Konstantin Kolinko 2011-09-21 12:58:20 UTC --- Fixed in 6.0 by r1173608 -- it will be in 6.0.34. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail bec

svn commit: r1173608 - in /tomcat/tc6.0.x/trunk: ./ STATUS.txt java/org/apache/tomcat/util/digester/Digester.java java/org/apache/tomcat/util/digester/GenericParser.java java/org/apache/tomcat/util/di

2011-09-21 Thread kkolinko
Author: kkolinko Date: Wed Sep 21 12:56:11 2011 New Revision: 1173608 URL: http://svn.apache.org/viewvc?rev=1173608&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=51758 Correct logger names used by Tomcat-internal copy of Commons Digester It is backport of r1164567, r1167394.

svn commit: r1173603 - in /tomcat/site/trunk: docs/ci.html xdocs/ci.xml

2011-09-21 Thread kkolinko
Author: kkolinko Date: Wed Sep 21 12:42:11 2011 New Revision: 1173603 URL: http://svn.apache.org/viewvc?rev=1173603&view=rev Log: Organize the "Continuous Integration" page. Describe build services. Add links to Gump modules. Add links to Jenkins. Modified: tomcat/site/trunk/docs/ci.html

DO NOT REPLY [Bug 51812] Tomcat access logging "tickles" session causing session to never time out

2011-09-21 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51812 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

DO NOT REPLY [Bug 51799] servletContext.getRealPath("/someFolderThatDoesNotExist/") should return null

2011-09-21 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51799 --- Comment #2 from Mark Thomas 2011-09-21 12:21:40 UTC --- See http://java.net/jira/browse/SERVLET_SPEC-11 -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail because:

DO NOT REPLY [Bug 51799] servletContext.getRealPath("/someFolderThatDoesNotExist/") should return null

2011-09-21 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51799 --- Comment #1 from Mark Thomas 2011-09-21 12:16:09 UTC --- My reading of the Servlet specification and Javadoc is that there is no requirement for the path to exist, just for the container to map the virtual path to a physical if such a ma

DO NOT REPLY [Bug 51794] Race condition in NioEndpoint$Poller causes socket to not be read until selectorTimeout

2011-09-21 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51794 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

svn commit: r1173582 - in /tomcat/tc6.0.x/trunk: STATUS.txt java/org/apache/tomcat/util/net/NioEndpoint.java webapps/docs/changelog.xml

2011-09-21 Thread markt
Author: markt Date: Wed Sep 21 12:08:06 2011 New Revision: 1173582 URL: http://svn.apache.org/viewvc?rev=1173582&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=51794 Race condition in NioEndpoint selector Modified: tomcat/tc6.0.x/trunk/STATUS.txt tomcat/tc6.0.x/trunk

DO NOT REPLY [Bug 51835] Sessions never close

2011-09-21 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51835 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

DO NOT REPLY [Bug 51833] Tomcat doesn't strip jsessionid from the url

2011-09-21 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51833 Mark Thomas changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|

DO NOT REPLY [Bug 51806] Apache Tomact executables looks for 7.0.21 setclasspath.sh file

2011-09-21 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51806 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

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

2011-09-21 Thread markt
Author: markt Date: Wed Sep 21 11:36:32 2011 New Revision: 1173576 URL: http://svn.apache.org/viewvc?rev=1173576&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=11735

DO NOT REPLY [Bug 51550] Empty response instead of error page for IllegalStateException

2011-09-21 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51550 Mark Thomas changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|

svn commit: r1173575 - in /tomcat/tc6.0.x/trunk: ./ java/org/apache/catalina/connector/ java/org/apache/jk/server/ webapps/docs/

2011-09-21 Thread markt
Author: markt Date: Wed Sep 21 11:32:50 2011 New Revision: 1173575 URL: http://svn.apache.org/viewvc?rev=1173575&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=51550 Display error page rather than an empty response for an IllegalStateException Modified: tomcat/tc6.0.x/tr

Re:Re: problem when testing tomcat

2011-09-21 Thread tianlm
Thanks for your answers and suggestions. I still got failures and errors when testing Tomcat 7.0.20. I upload the log files in the mail attachments. Would you please check the files and gei some further suggestions? At 2011-09-18 20:43:37,"Rainer Jung" wrote: >On 18.09.2011 14:29, tlm6

Re: svn commit: r1173082 - in /tomcat/trunk: java/org/apache/coyote/http11/Http11NioProtocol.java test/org/apache/catalina/comet/TestCometProcessor.java

2011-09-21 Thread Mark Thomas
On 21/09/2011 01:41, Konstantin Kolinko wrote: > 2011/9/20 Mark Thomas : >> On 20/09/2011 13:41, Konstantin Kolinko wrote: >>> >>> BTW: I am unable to reproduce Gump failure for TestCometProcessor with NIO >>> (running with JDK 6u26/WinXP), >>> but this test fails for me when running it with APR co

[jira] [Created] (MTOMCAT-99) Make redeploy goal consistent with deploy goals

2011-09-21 Thread Michael Osipov (JIRA)
Make redeploy goal consistent with deploy goals --- Key: MTOMCAT-99 URL: https://issues.apache.org/jira/browse/MTOMCAT-99 Project: Maven 2.x Tomcat Plugin Issue Type: Improvement Affects Versio

[jira] [Resolved] (MTOMCAT-79) Running "package" before tomcat:deploy breaks build

2011-09-21 Thread Michael Osipov (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-79?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov resolved MTOMCAT-79. --- Resolution: Not A Problem Fix Version/s: 1.1 I did not notice the "deploy-only" mojo.

DO NOT REPLY [Bug 51860] New: HTTP/SSL with NIO won't work

2011-09-21 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51860 Bug #: 51860 Summary: HTTP/SSL with NIO won't work Product: Tomcat 7 Version: 7.0.21 Platform: All OS/Version: All Status: NEW Severity: normal P