Re: little feedback from 8 changes

2014-07-28 Thread Romain Manni-Bucau
Le 28 juil. 2014 23:24, "Mark Thomas" a écrit : > > On 25/07/2014 23:31, Romain Manni-Bucau wrote: > > Hi > > > > I have 2 main issues/requests regarding big refactorings done in 8.x > > (mainly integrating it with tomee): > > > > 1) is it possible to get an easy way to switch scanning of @WebXXX

[Bug 56771] Avoid throwing NameNotFoundException in BaseDirContext#lookup()

2014-07-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56771 Violeta Georgieva changed: What|Removed |Added Status|NEW |RESOLVED Resolution|--

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

2014-07-28 Thread violetagg
Author: violetagg Date: Tue Jul 29 04:50:19 2014 New Revision: 1614248 URL: http://svn.apache.org/r1614248 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56771 When lookup for a resource in all the alternate or backup DirContext, NameNotFoundException will be thrown at the end of the

[GUMP@vmgump]: Project tomcat-trunk-validate (in module tomcat-trunk) failed

2014-07-28 Thread Bill Barker
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project tomcat-trunk-validate has an issue affecting its community integration. Th

[Bug 56782] cygarcia2...@gmail.com

2014-07-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56782 Chuck Caldarale changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

buildbot success in ASF Buildbot on tomcat-trunk

2014-07-28 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/283 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Source

[Bug 56782] New: cygarcia2...@gmail.com

2014-07-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56782 Bug ID: 56782 Summary: cygarcia2...@gmail.com Product: Tomcat Modules Version: unspecified Hardware: All OS: other Status: NEW Severity: normal

Re: little feedback from 8 changes

2014-07-28 Thread Mark Thomas
On 25/07/2014 23:31, Romain Manni-Bucau wrote: > Hi > > I have 2 main issues/requests regarding big refactorings done in 8.x > (mainly integrating it with tomee): > > 1) is it possible to get an easy way to switch scanning of @WebXXX and > @HandleTypes? In TomEE we already scanned it while scanni

[Bug 56780] IBM Java: server.startup gives error "java.lang.IllegalArgumentException: Only TLS1.2 protocol can be enabl ed in SP800_131 strict mode"

2014-07-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56780 --- Comment #1 from Mark Thomas --- What value(s) will the IBM JRE accept there? As an aside, if you can provide a IBM JRE for Windows to test with (preferably 64-bit) to ma...@apache.org that would be great. -- You are receiving this ma

[Bug 56746] Webssocket secure client thread cannot access webapp resources

2014-07-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56746 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

svn commit: r1614198 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/tomcat/websocket/AsyncChannelWrapperSecure.java webapps/docs/changelog.xml

2014-07-28 Thread markt
Author: markt Date: Mon Jul 28 21:52:47 2014 New Revision: 1614198 URL: http://svn.apache.org/r1614198 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56746 Allow secure WebSocket client threads to use the current context class loader rather than explicitly setting it to the class loa

svn commit: r1614197 - in /tomcat/trunk: java/org/apache/tomcat/websocket/AsyncChannelWrapperSecure.java webapps/docs/changelog.xml

2014-07-28 Thread markt
Author: markt Date: Mon Jul 28 21:47:42 2014 New Revision: 1614197 URL: http://svn.apache.org/r1614197 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56746 Allow secure WebSocket client threads to use the current context class loader rather than explicitly setting it to the class loa

svn commit: r1614180 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/realm/JNDIRealm.java webapps/docs/changelog.xml

2014-07-28 Thread markt
Author: markt Date: Mon Jul 28 21:07:19 2014 New Revision: 1614180 URL: http://svn.apache.org/r1614180 Log: Allow the JNDI Realm to start even if the directory is not available. The directory not being available is not fatal once the Realm is started and it need not be fatal when the Realm start

svn commit: r1614179 - in /tomcat/trunk: java/org/apache/catalina/realm/JNDIRealm.java webapps/docs/changelog.xml

2014-07-28 Thread markt
Author: markt Date: Mon Jul 28 21:06:16 2014 New Revision: 1614179 URL: http://svn.apache.org/r1614179 Log: Allow the JNDI Realm to start even if the directory is not available. The directory not being available is not fatal once the Realm is started and it need not be fatal when the Realm start

svn commit: r1614171 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/tomcat/util/bcel/ java/org/apache/tomcat/util/bcel/classfile/Utility.java webapps/docs/changelog.xml

2014-07-28 Thread markt
Author: markt Date: Mon Jul 28 20:53:54 2014 New Revision: 1614171 URL: http://svn.apache.org/r1614171 Log: When scanning class files (e.g. for annotations) and reading the number of parameters in a MethodParameters structure only read a single byte (rather than two bytes) as per the JVM specifi

svn commit: r1614169 - in /tomcat/trunk: java/org/apache/tomcat/util/bcel/ java/org/apache/tomcat/util/bcel/classfile/Utility.java webapps/docs/changelog.xml

2014-07-28 Thread markt
Author: markt Date: Mon Jul 28 20:51:52 2014 New Revision: 1614169 URL: http://svn.apache.org/r1614169 Log: When scanning class files (e.g. for annotations) and reading the number of parameters in a MethodParameters structure only read a single byte (rather than two bytes) as per the JVM specifi

svn commit: r1614165 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/manager/ManagerServlet.java webapps/docs/changelog.xml

2014-07-28 Thread markt
Author: markt Date: Mon Jul 28 20:42:46 2014 New Revision: 1614165 URL: http://svn.apache.org/r1614165 Log: Correct the label in the list of sessions by idle time for the bin that represents the idle time immediately below the maximum permitted idle time when using the expire command of the Mana

svn commit: r1614163 - in /tomcat/trunk: java/org/apache/catalina/manager/ManagerServlet.java webapps/docs/changelog.xml

2014-07-28 Thread markt
Author: markt Date: Mon Jul 28 20:40:54 2014 New Revision: 1614163 URL: http://svn.apache.org/r1614163 Log: Correct the label in the list of sessions by idle time for the bin that represents the idle time immediately below the maximum permitted idle time when using the expire command of the Mana

[Bug 56779] Allow multiple connection initialization statements

2014-07-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56779 --- Comment #2 from Filip Hanik --- well, I like the idea of copying the API BasicDataSource.setConnectionInitSqls(Collection connectionInitSqls) after all, the copied the idea of init SQL from us :) that way programmatically it works, and

[Bug 47714] Response mixed between users

2014-07-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47714 Christopher Schultz changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|

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

2014-07-28 Thread schultz
Author: schultz Date: Mon Jul 28 19:27:45 2014 New Revision: 1614140 URL: http://svn.apache.org/r1614140 Log: Votes 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=1614140&r1=1614139&r2

[Bug 56779] Allow multiple connection initialization statements

2014-07-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56779 --- Comment #1 from Christopher Schultz --- The problem with putting multiple statements into the "initSQL" attribute value is that tomcat-pool then needs to basically implement a SQL statement parser in order to determine where each statem

[Bug 47714] Response mixed between users

2014-07-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47714 --- Comment #20 from Victor --- (In reply to Kevin J Walters from comment #19) > My general conclusion in this area is anything that's effectively doing rpc > should be using some sort of id to match requests and responses and allow > the c

[Bug 54537] StatementFinalizer closeInvoked is too slow for large batch jobs.

2014-07-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54537 --- Comment #1 from Filip Hanik --- Ok, so if we used a linked list, it should be O(n) -- You are receiving this mail because: You are the assignee for the bug. - To uns

[Bug 56780] New: IBM Java: server.startup gives error "java.lang.IllegalArgumentException: Only TLS1.2 protocol can be enabl ed in SP800_131 strict mode"

2014-07-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56780 Bug ID: 56780 Summary: IBM Java: server.startup gives error "java.lang.IllegalArgumentException: Only TLS1.2 protocol can be enabl ed in SP800_131 strict mode" Product

[Bug 56779] Allow multiple connection initialization statements

2014-07-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56779 Wes Clark changed: What|Removed |Added CC||wcl...@guidewire.com O

[Bug 56779] New: Allow multiple connection initialization statements

2014-07-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56779 Bug ID: 56779 Summary: Allow multiple connection initialization statements Product: Tomcat Modules Version: unspecified Hardware: PC Status: NEW Severity: normal

Re: svn commit: r1612761 - in /tomcat/maven-plugin/trunk/tomcat7-war-runner/src/main/java/org/apache/tomcat/maven/runner: Tomcat7Runner.java Tomcat7RunnerCli.java

2014-07-28 Thread Olivier Lamy
fixed && thanks! Olivier On 28 July 2014 18:02, Konstantin Kolinko wrote: > 2014-07-23 8:39 GMT+04:00 : >> Author: olamy >> Date: Wed Jul 23 04:39:13 2014 >> New Revision: 1612761 >> >> URL: http://svn.apache.org/r1612761 >> Log: >> Added a new parameter, “sessionManagerFactory”. If you specify

svn commit: r1614008 - /tomcat/maven-plugin/trunk/tomcat7-war-runner/src/main/java/org/apache/tomcat/maven/runner/Tomcat7RunnerCli.java

2014-07-28 Thread olamy
Author: olamy Date: Mon Jul 28 12:59:50 2014 New Revision: 1614008 URL: http://svn.apache.org/r1614008 Log: restore unintended removal of this option Modified: tomcat/maven-plugin/trunk/tomcat7-war-runner/src/main/java/org/apache/tomcat/maven/runner/Tomcat7RunnerCli.java Modified: tomcat/m

svn commit: r1614009 - /tomcat/maven-plugin/trunk/tomcat7-war-runner/src/main/java/org/apache/tomcat/maven/runner/Tomcat7Runner.java

2014-07-28 Thread olamy
Author: olamy Date: Mon Jul 28 12:59:59 2014 New Revision: 1614009 URL: http://svn.apache.org/r1614009 Log: remove * import Modified: tomcat/maven-plugin/trunk/tomcat7-war-runner/src/main/java/org/apache/tomcat/maven/runner/Tomcat7Runner.java Modified: tomcat/maven-plugin/trunk/tomcat7-war

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

2014-07-28 Thread kkolinko
Author: kkolinko Date: Mon Jul 28 09:42:24 2014 New Revision: 1613941 URL: http://svn.apache.org/r1613941 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=1613941&r1=1613940&r2

[Bug 56777] New: Allow configuration resources to be loaded from places other than straight off the filesystem

2014-07-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56777 Bug ID: 56777 Summary: Allow configuration resources to be loaded from places other than straight off the filesystem Product: Tomcat 8 Version: 8.0.9 Hardware: All

[Bug 56726] Part.write (String fileName) is not yet resolved to my understanding

2014-07-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56726 --- Comment #6 from Konstantin Kolinko --- > fileObject.mkdirs(); You are not checking whether "mkdirs" call was successful. Ask on the users mailing list. I see no Tomcat bug here. BTW, it may be not a good idea to trust user-provided

svn commit: r1613933 - in /tomcat/site/trunk: docs/whichversion.html xdocs/whichversion.xml

2014-07-28 Thread markt
Author: markt Date: Mon Jul 28 08:57:42 2014 New Revision: 1613933 URL: http://svn.apache.org/r1613933 Log: Remove reference to 8.0.x being beta since it has had a stable release now. Modified: tomcat/site/trunk/docs/whichversion.html tomcat/site/trunk/xdocs/whichversion.xml Modified: to

Re: svn commit: r1612761 - in /tomcat/maven-plugin/trunk/tomcat7-war-runner/src/main/java/org/apache/tomcat/maven/runner: Tomcat7Runner.java Tomcat7RunnerCli.java

2014-07-28 Thread Konstantin Kolinko
2014-07-23 8:39 GMT+04:00 : > Author: olamy > Date: Wed Jul 23 04:39:13 2014 > New Revision: 1612761 > > URL: http://svn.apache.org/r1612761 > Log: > Added a new parameter, “sessionManagerFactory”. If you specify a class that > implements a createSessionManager() function, this class will be call

Re: new log format?

2014-07-28 Thread Romain Manni-Bucau
2014-07-28 9:38 GMT+02:00 Rainer Jung : > Am 27.07.2014 um 19:19 schrieb Romain Manni-Bucau: > >> Here is the one we use: >> >> http://svn.apache.org/repos/asf/tomee/tomee/trunk/container/openejb-core/src/main/java/org/apache/openejb/log/SingleLineFormatter.java > > > Can you compare the infomratio

[Bug 56776] New: java.security.AccessControlException in ClassLoaderLogManager on ClassLoader.getParent() call

2014-07-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56776 Bug ID: 56776 Summary: java.security.AccessControlException in ClassLoaderLogManager on ClassLoader.getParent() call Product: Tomcat 7 Version: 7.0.54 Hardware: PC

Re: new log format?

2014-07-28 Thread Rainer Jung
Am 27.07.2014 um 19:19 schrieb Romain Manni-Bucau: Here is the one we use: http://svn.apache.org/repos/asf/tomee/tomee/trunk/container/openejb-core/src/main/java/org/apache/openejb/log/SingleLineFormatter.java Can you compare the infomration provided by that formatter withz the info provided b

buildbot exception in ASF Buildbot on tomcat-trunk

2014-07-28 Thread buildbot
The Buildbot has detected a build exception on builder tomcat-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-trunk/builds/282 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Source

svn commit: r1613897 - /tomcat/trunk/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/FairBlockingQueue.java

2014-07-28 Thread kkolinko
Author: kkolinko Date: Mon Jul 28 07:02:31 2014 New Revision: 1613897 URL: http://svn.apache.org/r1613897 Log: Revert generics changes from r1613123 The code is compiled with Java 7, so why change them? With recommended Eclipse settings those produce compiler warnings. (Generic types/Redundant typ