[Tomcat Wiki] Update of www.aol.com by christinaslay

2012-06-06 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Tomcat Wiki for change notification. The www.aol.com page has been changed by christinaslay: http://wiki.apache.org/tomcat/www.aol.com New page: Describe www.aol.com here. Web email

svn commit: r1346794 - in /tomcat/trunk/java/org/apache/catalina/ha/session: ClusterManagerBase.java mbeans-descriptors.xml

2012-06-06 Thread kfujino
Author: kfujino Date: Wed Jun 6 09:06:36 2012 New Revision: 1346794 URL: http://svn.apache.org/viewvc?rev=1346794view=rev Log: Add support for SecureRandom to cluster manager template. Modified: tomcat/trunk/java/org/apache/catalina/ha/session/ClusterManagerBase.java

[Bug 47612] [PATCH] fix unsafe public string array in AbstractCreateStatementInterceptor

2012-06-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47612 Zbigniew lis...@wp.pl changed: What|Removed |Added CC||lis...@wp.pl -- You are

svn commit: r1346795 - in /tomcat/tc7.0.x/trunk: java/org/apache/catalina/ha/session/ClusterManagerBase.java java/org/apache/catalina/ha/session/mbeans-descriptors.xml webapps/docs/changelog.xml

2012-06-06 Thread kfujino
Author: kfujino Date: Wed Jun 6 09:08:36 2012 New Revision: 1346795 URL: http://svn.apache.org/viewvc?rev=1346795view=rev Log: Add support for SecureRandom to cluster manager template. Modified: tomcat/tc7.0.x/trunk/java/org/apache/catalina/ha/session/ClusterManagerBase.java

[jira] [Commented] (MTOMCAT-158) WAR Overlay Does Not Include Resources

2012-06-06 Thread *$^¨%`£
[ https://issues.apache.org/jira/browse/MTOMCAT-158?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13290042#comment-13290042 ] Olivier Lamy (*$^¨%`£) commented on MTOMCAT-158: So applying and quickly

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

2012-06-06 Thread kkolinko
Author: kkolinko Date: Wed Jun 6 12:13:41 2012 New Revision: 1346844 URL: http://svn.apache.org/viewvc?rev=1346844view=rev Log: votes Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL:

svn commit: r1346845 - /tomcat/trunk/java/org/apache/catalina/session/TooManyActiveSessionsException.java

2012-06-06 Thread kkolinko
Author: kkolinko Date: Wed Jun 6 12:18:15 2012 New Revision: 1346845 URL: http://svn.apache.org/viewvc?rev=1346845view=rev Log: Remove trailing whitespace, as nagged by Checkstyle. Modified: tomcat/trunk/java/org/apache/catalina/session/TooManyActiveSessionsException.java Modified:

svn commit: r1346847 - in /tomcat/tc7.0.x/trunk: ./ test/org/apache/tomcat/util/buf/TestCharChunk.java

2012-06-06 Thread kkolinko
Author: kkolinko Date: Wed Jun 6 12:27:01 2012 New Revision: 1346847 URL: http://svn.apache.org/viewvc?rev=1346847view=rev Log: Merged revision r1346404 from tomcat/trunk: Add a test for CharChunk.indexOf(). Added: tomcat/tc7.0.x/trunk/test/org/apache/tomcat/util/buf/TestCharChunk.java

svn commit: r1346851 - /tomcat/tc7.0.x/trunk/

2012-06-06 Thread kkolinko
Author: kkolinko Date: Wed Jun 6 12:35:27 2012 New Revision: 1346851 URL: http://svn.apache.org/viewvc?rev=1346851view=rev Log: Re-merge r1346683, r1346794 This only updates svn:merge-info, marking those revisions as merged. Modified: tomcat/tc7.0.x/trunk/ (props changed) Propchange:

svn commit: r1346864 - /tomcat/tc7.0.x/trunk/webapps/examples/WEB-INF/classes/websocket/echo/EchoMessage.java

2012-06-06 Thread kkolinko
Author: kkolinko Date: Wed Jun 6 12:52:20 2012 New Revision: 1346864 URL: http://svn.apache.org/viewvc?rev=1346864view=rev Log: Remove svn:merge-info property on EchoMessage.java, that was added in r1346684 Note: Merges should be started from project root - tc7.0.x/trunk, and project root has

[Bug 53281] Tomcat returns garbage data with HTTP/0.9 200 OK header when SSL port is accessed using http

2012-06-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53281 --- Comment #4 from Christopher Schultz ch...@christopherschultz.net --- My question isn't whether Tomcat can be configured to do that (it cannot currently do it), but if JSSE will even allow that handling to occur. If JSSE can't do it,

svn commit: r1346885 - /tomcat/trunk/java/org/apache/jasper/compiler/Generator.java

2012-06-06 Thread kkolinko
Author: kkolinko Date: Wed Jun 6 13:34:54 2012 New Revision: 1346885 URL: http://svn.apache.org/viewvc?rev=1346885view=rev Log: https://issues.apache.org/bugzilla/show_bug.cgi?id=48097#c7 https://issues.apache.org/bugzilla/show_bug.cgi?id=53366#c1 If _jspService() cannot properly handle an

[Bug 53281] Tomcat returns garbage data with HTTP/0.9 200 OK header when SSL port is accessed using http

2012-06-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53281 --- Comment #5 from saurabh saurabhsul...@yahoo.co.in --- @Christopher Schultz - So if I understand you correctly, the issues lies with JSSE and not Tomcat, may I right? And that, there is no way we can change the behavior using Tomcat

[Bug 53366] Running with SecurityManager: protected/index.jsp returns blank page when it is the first page accessed

2012-06-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53366 --- Comment #2 from Konstantin Kolinko knst.koli...@gmail.com --- I improved logging in r1346885 Stacktrace: [[[ 06-Jun-2012 17:28:01.640 SEVERE [http-bio-8080-exec-1] org.apache.catalina.core.ApplicationContext.log jsp: access denied

[Bug 53370] Tomcat site - fix date in vulnerability pages for CVE-2009-0781

2012-06-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53370 --- Comment #1 from Christopher Schultz ch...@christopherschultz.net --- http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-0781 says CVS was assigned 2009-03-04. http://www.securityfocus.com/archive/1/501538/100/0/threaded is markt's

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

2012-06-06 Thread schultz
Author: schultz Date: Wed Jun 6 14:17:47 2012 New Revision: 1346904 URL: http://svn.apache.org/viewvc?rev=1346904view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=53370 Update publication date for CVE-2009-0781. Modified: tomcat/site/trunk/docs/security-5.html

Problem updating TC site

2012-06-06 Thread Christopher Schultz
All, I just made an update to the Tomcat site project and was trying to publish it live following the instructions in README.txt. As such, I ssh'd to people.apache.org, cd /www/tomcat.apache.org and tried to do an 'svn up'. I got an invalid certificate error from svn.apache.org:

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

2012-06-06 Thread markt
Author: markt Date: Wed Jun 6 15:10:59 2012 New Revision: 1346932 URL: http://svn.apache.org/viewvc?rev=1346932view=rev Log: Fix (hopefully) persistent failure of Comet unit test for connector stop when the END event is not received Modified:

[Bug 53370] Tomcat site - fix date in vulnerability pages for CVE-2009-0781

2012-06-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53370 --- Comment #2 from Mark Thomas ma...@apache.org --- The dates from my personal mail archive are: - date notified 5th March 2009 - date CVE requested 6th March 2009 - date CVE assigned 6th Match 2009 - date published 6th March

Re: Problem updating TC site

2012-06-06 Thread Mark Thomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 06/06/2012 15:20, Christopher Schultz wrote: All, I just made an update to the Tomcat site project and was trying to publish it live following the instructions in README.txt. As such, I ssh'd to people.apache.org, cd /www/tomcat.apache.org

Re: buildbot failure in ASF Buildbot on tomcat-trunk

2012-06-06 Thread Mark Thomas
On 06/06/2012 00:58, Mark Thomas wrote: On 05/06/2012 22:37, build...@apache.org wrote: The Buildbot has detected a new failure on builder tomcat-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-trunk/builds/3039 Buildbot URL:

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

2012-06-06 Thread markt
Author: markt Date: Wed Jun 6 15:31:14 2012 New Revision: 1346947 URL: http://svn.apache.org/viewvc?rev=1346947view=rev Log: Fix (hopefully) persistent failure of Comet unit test for connector stop when the END event is not received Modified: tomcat/tc7.0.x/trunk/ (props changed)

buildbot success in ASF Buildbot on tomcat-trunk

2012-06-06 Thread buildbot
The Buildbot has detected a restored build on builder tomcat-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-trunk/builds/3048 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build

Re: Problem updating TC site

2012-06-06 Thread Konstantin Kolinko
2012/6/6 Christopher Schultz ch...@christopherschultz.net: All, I just made an update to the Tomcat site project and was trying to publish it live following the instructions in README.txt. As such, I ssh'd to people.apache.org, cd /www/tomcat.apache.org and tried to do an 'svn up'. I got an

buildbot success in ASF Buildbot on tomcat-7-trunk

2012-06-06 Thread buildbot
The Buildbot has detected a restored build on builder tomcat-7-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-7-trunk/builds/636 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build

[Bug 53359] Request for Aliases or Alias as element inside Context

2012-06-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53359 --- Comment #5 from Christopher Schultz ch...@christopherschultz.net --- I'm prepared to make this fix, but I want to be sure I can do it all in one place. Mark, could you comment? It looks like BaseDirContext.java:237 could just change

Re: svn commit: r1346864 - /tomcat/tc7.0.x/trunk/webapps/examples/WEB-INF/classes/websocket/echo/EchoMessage.java

2012-06-06 Thread Christopher Schultz
Konstantin, On 6/6/12 8:52 AM, kkoli...@apache.org wrote: Author: kkolinko Date: Wed Jun 6 12:52:20 2012 New Revision: 1346864 URL: http://svn.apache.org/viewvc?rev=1346864view=rev Log: Remove svn:merge-info property on EchoMessage.java, that was added in r1346684 Note: Merges should

[Bug 53281] Tomcat returns garbage data with HTTP/0.9 200 OK header when SSL port is accessed using http

2012-06-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53281 --- Comment #6 from Christopher Schultz ch...@christopherschultz.net --- No, I'm not saying that the issue is JSSE (though it may be). What I'm saying is that responding to an HTTP request over HTTPS is not impossible under all

[Bug 53370] Tomcat site - fix date in vulnerability pages for CVE-2009-0781

2012-06-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53370 Christopher Schultz ch...@christopherschultz.net changed: What|Removed |Added Status|NEW

[Bug 53359] Request for Aliases or Alias as element inside Context

2012-06-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53359 --- Comment #6 from Mark Thomas ma...@apache.org --- That is the only place this gets processed but you'll need to do the same with the split(=) two lines as well for completeness. A test case would be nice too as would an update to the

[Bug 53359] Request for Aliases or Alias as element inside Context

2012-06-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53359 --- Comment #7 from Konstantin Kolinko knst.koli...@gmail.com --- I think you should also beware of empty strings (produced by ',,' or by an extra ',' at the end of values) and ignore them. -- You are receiving this mail because: You are

[Bug 53359] Request for Aliases or Alias as element inside Context

2012-06-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53359 --- Comment #8 from Christopher Schultz ch...@christopherschultz.net --- (In reply to comment #6) That is the only place this gets processed but you'll need to do the same with the split(=) two lines as well for completeness. I'm happy

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

2012-06-06 Thread markt
Author: markt Date: Wed Jun 6 18:29:53 2012 New Revision: 1347034 URL: http://svn.apache.org/viewvc?rev=1347034view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=53366 New http header parser needs to be pre-loaded when running under a security manager Modified:

[Bug 53366] Running with SecurityManager: protected/index.jsp returns blank page when it is the first page accessed

2012-06-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53366 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

svn commit: r1347036 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/security/SecurityClassLoad.java webapps/docs/changelog.xml

2012-06-06 Thread markt
Author: markt Date: Wed Jun 6 18:32:43 2012 New Revision: 1347036 URL: http://svn.apache.org/viewvc?rev=1347036view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=53366 New http header parser needs to be pre-loaded when running under a security manager Modified:

svn commit: r1347043 - /tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml

2012-06-06 Thread markt
Author: markt Date: Wed Jun 6 18:33:35 2012 New Revision: 1347043 URL: http://svn.apache.org/viewvc?rev=1347043view=rev Log: Bugs should be in numerical order (as per the comment at the start of the changelog). Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Modified:

Re: svn commit: r1346864 - /tomcat/tc7.0.x/trunk/webapps/examples/WEB-INF/classes/websocket/echo/EchoMessage.java

2012-06-06 Thread Konstantin Kolinko
2012/6/6 Christopher Schultz ch...@christopherschultz.net: Konstantin, On 6/6/12 8:52 AM, kkoli...@apache.org wrote: Author: kkolinko Date: Wed Jun  6 12:52:20 2012 New Revision: 1346864 URL: http://svn.apache.org/viewvc?rev=1346864view=rev Log: Remove svn:merge-info property on

svn commit: r1347047 - /tomcat/trunk/conf/catalina.policy

2012-06-06 Thread markt
Author: markt Date: Wed Jun 6 18:45:50 2012 New Revision: 1347047 URL: http://svn.apache.org/viewvc?rev=1347047view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=53368 Make WebSocket play nicely with a security manager (kkolinko) Modified: tomcat/trunk/conf/catalina.policy

svn commit: r1347048 - in /tomcat/tc7.0.x/trunk: ./ conf/catalina.policy webapps/docs/changelog.xml

2012-06-06 Thread markt
Author: markt Date: Wed Jun 6 18:47:00 2012 New Revision: 1347048 URL: http://svn.apache.org/viewvc?rev=1347048view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=53368 Make WebSocket play nicely with a security manager (kkolinko) Modified: tomcat/tc7.0.x/trunk/ (props

[Bug 53368] Running with SecurityManager: WebSocket examples need accessClassInPackage permission

2012-06-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53368 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 53047] JDBCRealm allRolesMode=authOnly still needs role table

2012-06-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53047 --- Comment #8 from Mark Thomas ma...@apache.org --- (In reply to comment #7) I suggest we define the result of that call as: AUTH_ONLY_MODE = true The use of AUTH_ONLY mode doe snot preclude the user from being assigned a role and/or

[Bug 53047] JDBCRealm allRolesMode=authOnly still needs role table

2012-06-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53047 --- Comment #9 from Mark Thomas ma...@apache.org --- s/No they do./No they don't./ -- You are receiving this mail because: You are the assignee for the bug. - To

svn commit: r1347072 - in /tomcat/tc6.0.x/trunk: STATUS.txt java/org/apache/catalina/core/JreMemoryLeakPreventionListener.java webapps/docs/changelog.xml

2012-06-06 Thread kkolinko
Author: kkolinko Date: Wed Jun 6 19:40:04 2012 New Revision: 1347072 URL: http://svn.apache.org/viewvc?rev=1347072view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=53267 Stop the JreMemoryLeakPreventionListener triggering a full GC every hour Modified:

[Bug 53267] The JreMemoryLeakPreventionListener causes a full GC every hour when gcDaemonProtection=true

2012-06-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53267 --- Comment #9 from Konstantin Kolinko knst.koli...@gmail.com --- Fixed in 6.0 in r1347072 and will be in 6.0.36. -- You are receiving this mail because: You are the assignee for the bug.

[Bug 53359] Request for Aliases or Alias as element inside Context

2012-06-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53359 --- Comment #9 from Christopher Schultz ch...@christopherschultz.net --- Looks like I can't avoid using String.trim() anyway, so I'm just going to use that instead of modifying the regex. -- You are receiving this mail because: You are

[Bug 53359] Request for Aliases or Alias as element inside Context

2012-06-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53359 Christopher Schultz ch...@christopherschultz.net changed: What|Removed |Added Status|NEW

[Bug 53373] New: Allow whitespace around delimiters in Context aliases for readability

2012-06-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53373 Priority: P2 Bug ID: 53373 Assignee: dev@tomcat.apache.org Summary: Allow whitespace around delimiters in Context aliases for readability Severity: enhancement

[Bug 53359] Request for Aliases or Alias as element inside Context

2012-06-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53359 --- Comment #11 from Christopher Schultz ch...@christopherschultz.net --- Replacement is bug 53373. -- You are receiving this mail because: You are the assignee for the bug.

[Bug 53373] Allow whitespace around delimiters in Context aliases for readability

2012-06-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53373 Christopher Schultz ch...@christopherschultz.net changed: What|Removed |Added CC|

svn commit: r1347087 - in /tomcat/trunk: java/org/apache/naming/resources/BaseDirContext.java test/org/apache/naming/resources/TestNamingContext.java webapps/docs/config/context.xml

2012-06-06 Thread schultz
Author: schultz Date: Wed Jun 6 20:05:05 2012 New Revision: 1347087 URL: http://svn.apache.org/viewvc?rev=1347087view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=53373 Trim whitespace from around Context aliases delimiters (,=) to improve readability of many aliases.

svn commit: r1347095 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/naming/resources/BaseDirContext.java test/org/apache/naming/resources/TestNamingContext.java webapps/docs/changelog.xml webapps/docs

2012-06-06 Thread schultz
Author: schultz Date: Wed Jun 6 20:17:43 2012 New Revision: 1347095 URL: http://svn.apache.org/viewvc?rev=1347095view=rev Log: Back-port of r1347087 from trunk. Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=53373 Trim whitespace from around Context aliases delimiters (,=) to improve

svn commit: r1347100 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/jasper/compiler/Generator.java webapps/docs/changelog.xml

2012-06-06 Thread kkolinko
Author: kkolinko Date: Wed Jun 6 20:23:19 2012 New Revision: 1347100 URL: http://svn.apache.org/viewvc?rev=1347100view=rev Log: Merged revision 1346885 from tomcat/trunk: https://issues.apache.org/bugzilla/show_bug.cgi?id=48097#c7 https://issues.apache.org/bugzilla/show_bug.cgi?id=53366#c1 If

Re: svn commit: r1346864 - /tomcat/tc7.0.x/trunk/webapps/examples/WEB-INF/classes/websocket/echo/EchoMessage.java

2012-06-06 Thread Christopher Schultz
Konstantin, On 6/6/12 2:45 PM, Konstantin Kolinko wrote: # Merging: 1. Run update before merge. Of course :) 2. Invoke merge from the root of the project, so that svn:merge-info on the project root directory is updated. I think this is what I failed to do with the EchoServlet: since

[Bug 53373] Allow whitespace around delimiters in Context aliases for readability

2012-06-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53373 Christopher Schultz ch...@christopherschultz.net changed: What|Removed |Added Status|NEW

Re: svn commit: r1347087 - in /tomcat/trunk: java/org/apache/naming/resources/BaseDirContext.java test/org/apache/naming/resources/TestNamingContext.java webapps/docs/config/context.xml

2012-06-06 Thread Konstantin Kolinko
2012/6/7 schu...@apache.org: Author: schultz Date: Wed Jun  6 20:05:05 2012 New Revision: 1347087 URL: http://svn.apache.org/viewvc?rev=1347087view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=53373 Trim whitespace from around Context aliases delimiters (,=) to improve

svn commit: r1347108 - /tomcat/trunk/test/org/apache/naming/resources/TestNamingContext.java

2012-06-06 Thread schultz
Author: schultz Date: Wed Jun 6 20:43:13 2012 New Revision: 1347108 URL: http://svn.apache.org/viewvc?rev=1347108view=rev Log: Simplified test case for BaseDirContext.setAliases Modified: tomcat/trunk/test/org/apache/naming/resources/TestNamingContext.java Modified:

svn commit: r1347109 - /tomcat/trunk/test/org/apache/naming/resources/TestNamingContext.java

2012-06-06 Thread schultz
Author: schultz Date: Wed Jun 6 20:44:00 2012 New Revision: 1347109 URL: http://svn.apache.org/viewvc?rev=1347109view=rev Log: Whitespace and curly-brace police. Modified: tomcat/trunk/test/org/apache/naming/resources/TestNamingContext.java Modified:

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

2012-06-06 Thread kkolinko
Author: kkolinko Date: Wed Jun 6 20:45:37 2012 New Revision: 1347110 URL: http://svn.apache.org/viewvc?rev=1347110view=rev Log: proposal Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL:

svn commit: r1347111 - in /tomcat/tc7.0.x/trunk: ./ test/org/apache/naming/resources/TestNamingContext.java

2012-06-06 Thread schultz
Author: schultz Date: Wed Jun 6 20:47:42 2012 New Revision: 1347111 URL: http://svn.apache.org/viewvc?rev=1347111view=rev Log: Backport of r1347108 and 1347109 from trunk: clean-up of test case. Modified: tomcat/tc7.0.x/trunk/ (props changed)

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

2012-06-06 Thread schultz
Author: schultz Date: Wed Jun 6 20:50:31 2012 New Revision: 1347113 URL: http://svn.apache.org/viewvc?rev=1347113view=rev Log: Vote Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL:

[Bug 53374] New: DataSourceFactory does not support commitOnReturn property

2012-06-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53374 Priority: P2 Bug ID: 53374 Assignee: dev@tomcat.apache.org Summary: DataSourceFactory does not support commitOnReturn property Severity: normal Classification:

[Bug 53374] DataSourceFactory does not support commitOnReturn property

2012-06-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53374 --- Comment #1 from Suresh Avadhanula avadhan...@gmail.com --- Created attachment 28897 -- https://issues.apache.org/bugzilla/attachment.cgi?id=28897action=edit Patch for the fix. Attaching the patch for the fix to support commitOnReturn

[Bug 53374] DataSourceFactory does not support commitOnReturn property

2012-06-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53374 Konstantin Kolinko knst.koli...@gmail.com changed: What|Removed |Added Attachment #28897|0 |1

[Bug 53374] DataSourceFactory does not support commitOnReturn property

2012-06-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53374 --- Comment #3 from Suresh Avadhanula avadhan...@gmail.com --- Created attachment 28898 -- https://issues.apache.org/bugzilla/attachment.cgi?id=28898action=edit Cleaned up Patch for the fix Cleaned up the formatting changes. Including

[Bug 53374] DataSourceFactory does not support commitOnReturn property

2012-06-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53374 Konstantin Kolinko knst.koli...@gmail.com changed: What|Removed |Added Attachment #28898|0 |1

[Bug 53374] DataSourceFactory does not support commitOnReturn property

2012-06-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53374 Konstantin Kolinko knst.koli...@gmail.com changed: What|Removed |Added Attachment #28897|0 |1

[Bug 53376] New: Unable to load class for JSP - tomcat errors

2012-06-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53376 Priority: P2 Bug ID: 53376 Assignee: dev@tomcat.apache.org Summary: Unable to load class for JSP - tomcat errors Severity: major Classification: Unclassified OS: Linux

[Bug 53377] New: Cookie JSESSIONID is not secured

2012-06-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53377 Priority: P2 Bug ID: 53377 Assignee: dev@tomcat.apache.org Summary: Cookie JSESSIONID is not secured Severity: major Classification: Unclassified OS: Linux

[Bug 53377] Cookie JSESSIONID is not secured in HTTPS

2012-06-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53377 Alex Lee chinoise...@yahoo.com changed: What|Removed |Added Summary|Cookie JSESSIONID is not|Cookie JSESSIONID

[Bug 53377] Cookie JSESSIONID is not secured in HTTPS

2012-06-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53377 Alex Lee chinoise...@yahoo.com changed: What|Removed |Added CC|