[Bug 55778] JNDIRealm: Authentication with GSSAPI to LDAP with SSL connection causes an exception

2013-11-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55778 --- Comment #2 from gerald.kritzin...@oenb.at --- Thanks for the fast fix. -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe, e-m

buildbot success in ASF Buildbot on tomcat-trunk

2013-11-17 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/5229 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Source

buildbot failure in ASF Buildbot on tomcat-trunk

2013-11-17 Thread buildbot
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/5228 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Source St

buildbot success in ASF Buildbot on tomcat-7-trunk

2013-11-17 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/1554 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build So

svn commit: r1542867 - /tomcat/trunk/res/ide-support/coding-style.txt

2013-11-17 Thread jboynes
Author: jboynes Date: Sun Nov 17 23:20:01 2013 New Revision: 1542867 URL: http://svn.apache.org/r1542867 Log: Try to capture some of the coding style not covered by the validate target. Added: tomcat/trunk/res/ide-support/coding-style.txt (with props) Added: tomcat/trunk/res/ide-support/co

Coding styles...

2013-11-17 Thread Jeremy Boynes
On Nov 17, 2013, at 2:33 PM, Konstantin Kolinko wrote: > 2013/11/18 Mark Thomas : ... >> >> The coding standard used in Tomcat is that all boxing and unboxing must >> be explicit. The second parameter in the addDependant() method is a Long >> so the long must be explicitly converted. >> > > +1

svn commit: r1542864 - /tomcat/trunk/res/ide-support/idea/inspections.xml

2013-11-17 Thread jboynes
Author: jboynes Date: Sun Nov 17 23:09:17 2013 New Revision: 1542864 URL: http://svn.apache.org/r1542864 Log: Add license block Modified: tomcat/trunk/res/ide-support/idea/inspections.xml Modified: tomcat/trunk/res/ide-support/idea/inspections.xml URL: http://svn.apache.org/viewvc/tomcat/tr

buildbot failure in ASF Buildbot on tomcat-7-trunk

2013-11-17 Thread buildbot
The Buildbot has detected a new failure on builder tomcat-7-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-7-trunk/builds/1553 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Sourc

svn commit: r1542860 - in /tomcat/trunk/res/ide-support/idea: ./ inspections.xml

2013-11-17 Thread jboynes
Author: jboynes Date: Sun Nov 17 22:59:56 2013 New Revision: 1542860 URL: http://svn.apache.org/r1542860 Log: Add file of inspection rules for Intellij IDEA Added: tomcat/trunk/res/ide-support/idea/ tomcat/trunk/res/ide-support/idea/inspections.xml (with props) Added: tomcat/trunk/res/

svn commit: r1542857 - in /tomcat/tc7.0.x/trunk: ./ webapps/docs/config/realm.xml

2013-11-17 Thread kkolinko
Author: kkolinko Date: Sun Nov 17 22:51:46 2013 New Revision: 1542857 URL: http://svn.apache.org/r1542857 Log: Merged r1542856 from tomcat/trunk: Fix a couple of typos and clarify what QOP stands for. Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/webapps/docs/conf

svn commit: r1542856 - /tomcat/trunk/webapps/docs/config/realm.xml

2013-11-17 Thread kkolinko
Author: kkolinko Date: Sun Nov 17 22:50:02 2013 New Revision: 1542856 URL: http://svn.apache.org/r1542856 Log: Fix a couple of typos and clarify what QOP stands for. Modified: tomcat/trunk/webapps/docs/config/realm.xml Modified: tomcat/trunk/webapps/docs/config/realm.xml URL: http://svn.apa

Re: svn commit: r1542836 - /tomcat/trunk/java/org/apache/jasper/compiler/TagLibraryInfoImpl.java

2013-11-17 Thread Konstantin Kolinko
2013/11/18 Mark Thomas : > On 17/11/2013 22:25, Nick Williams wrote: >> >> On Nov 17, 2013, at 4:10 PM, Jeremy Boynes wrote: >> >>> On Nov 17, 2013, at 1:42 PM, ma...@apache.org wrote: >>> Author: markt Date: Sun Nov 17 21:42:26 2013 New Revision: 1542836 URL: http://svn.ap

Re: svn commit: r1542836 - /tomcat/trunk/java/org/apache/jasper/compiler/TagLibraryInfoImpl.java

2013-11-17 Thread Mark Thomas
On 17/11/2013 22:25, Nick Williams wrote: > > On Nov 17, 2013, at 4:10 PM, Jeremy Boynes wrote: > >> On Nov 17, 2013, at 1:42 PM, ma...@apache.org wrote: >> >>> Author: markt >>> Date: Sun Nov 17 21:42:26 2013 >>> New Revision: 1542836 >>> >>> URL: http://svn.apache.org/r1542836 >>> Log: >>> Reve

Re: svn commit: r1542836 - /tomcat/trunk/java/org/apache/jasper/compiler/TagLibraryInfoImpl.java

2013-11-17 Thread Nick Williams
On Nov 17, 2013, at 4:10 PM, Jeremy Boynes wrote: > On Nov 17, 2013, at 1:42 PM, ma...@apache.org wrote: > >> Author: markt >> Date: Sun Nov 17 21:42:26 2013 >> New Revision: 1542836 >> >> URL: http://svn.apache.org/r1542836 >> Log: >> Revert part of r1542565 which added rather than removed an

Re: svn commit: r1542339 - in /tomcat/trunk: java/org/apache/catalina/realm/JNDIRealm.java webapps/docs/config/realm.xml

2013-11-17 Thread Jeremy Boynes
On Nov 17, 2013, at 2:09 PM, Mark Thomas wrote: > On 15/11/2013 20:09, Konstantin Kolinko wrote: >> Wrong spelling of the property name. >> s/spengo/spnego/ > > Grr. I keep doing that. No idea why. I believe it has a reality distortion field. At least, I always have to remind myself it's not "

Re: svn commit: r1542836 - /tomcat/trunk/java/org/apache/jasper/compiler/TagLibraryInfoImpl.java

2013-11-17 Thread Jeremy Boynes
On Nov 17, 2013, at 1:42 PM, ma...@apache.org wrote: > Author: markt > Date: Sun Nov 17 21:42:26 2013 > New Revision: 1542836 > > URL: http://svn.apache.org/r1542836 > Log: > Revert part of r1542565 which added rather than removed an IDE warning > > Modified: >tomcat/trunk/java/org/apache/ja

svn commit: r1542848 - /tomcat/tc7.0.x/trunk/java/org/apache/catalina/authenticator/SpnegoAuthenticator.java

2013-11-17 Thread markt
Author: markt Date: Sun Nov 17 22:08:22 2013 New Revision: 1542848 URL: http://svn.apache.org/r1542848 Log: Fix typo Modified: tomcat/tc7.0.x/trunk/java/org/apache/catalina/authenticator/SpnegoAuthenticator.java Modified: tomcat/tc7.0.x/trunk/java/org/apache/catalina/authenticator/SpnegoAu

Re: svn commit: r1542339 - in /tomcat/trunk: java/org/apache/catalina/realm/JNDIRealm.java webapps/docs/config/realm.xml

2013-11-17 Thread Mark Thomas
On 15/11/2013 20:09, Konstantin Kolinko wrote: > Wrong spelling of the property name. > s/spengo/spnego/ Grr. I keep doing that. No idea why. Fixed. Thanks for the review. Mark > > Regarding documentation (realm.xml): > Maybe add a notice on what "QOP" stands for, "Quality of Protection". > (

svn commit: r1542847 - /tomcat/trunk/java/org/apache/catalina/authenticator/SpnegoAuthenticator.java

2013-11-17 Thread markt
Author: markt Date: Sun Nov 17 22:06:54 2013 New Revision: 1542847 URL: http://svn.apache.org/r1542847 Log: Fix typo Modified: tomcat/trunk/java/org/apache/catalina/authenticator/SpnegoAuthenticator.java Modified: tomcat/trunk/java/org/apache/catalina/authenticator/SpnegoAuthenticator.java

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

2013-11-17 Thread markt
Author: markt Date: Sun Nov 17 22:06:02 2013 New Revision: 1542846 URL: http://svn.apache.org/r1542846 Log: Fix typo in new attribute name Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/org/apache/catalina/realm/JNDIRealm.java tomcat/tc7.0.x/trunk/webapps/

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

2013-11-17 Thread markt
Author: markt Date: Sun Nov 17 22:02:18 2013 New Revision: 1542845 URL: http://svn.apache.org/r1542845 Log: Fix typo in new attribute name Modified: tomcat/trunk/java/org/apache/catalina/realm/JNDIRealm.java tomcat/trunk/webapps/docs/config/realm.xml Modified: tomcat/trunk/java/org/apach

svn commit: r1542844 - /tomcat/trunk/webapps/examples/WEB-INF/classes/websocket/drawboard/DrawboardEndpoint.java

2013-11-17 Thread markt
Author: markt Date: Sun Nov 17 21:57:55 2013 New Revision: 1542844 URL: http://svn.apache.org/r1542844 Log: Fix FindBugs warning Use separate catch blocks when different actions are required for different exceptions Modified: tomcat/trunk/webapps/examples/WEB-INF/classes/websocket/drawboard

svn commit: r1542841 - /tomcat/trunk/webapps/examples/WEB-INF/classes/websocket/drawboard/Room.java

2013-11-17 Thread markt
Author: markt Date: Sun Nov 17 21:56:45 2013 New Revision: 1542841 URL: http://svn.apache.org/r1542841 Log: Fix a FindBugs warning. Throw NPE rather than triggering one. Modified: tomcat/trunk/webapps/examples/WEB-INF/classes/websocket/drawboard/Room.java Modified: tomcat/trunk/webapps/exam

svn commit: r1542836 - /tomcat/trunk/java/org/apache/jasper/compiler/TagLibraryInfoImpl.java

2013-11-17 Thread markt
Author: markt Date: Sun Nov 17 21:42:26 2013 New Revision: 1542836 URL: http://svn.apache.org/r1542836 Log: Revert part of r1542565 which added rather than removed an IDE warning Modified: tomcat/trunk/java/org/apache/jasper/compiler/TagLibraryInfoImpl.java Modified: tomcat/trunk/java/org/ap

svn commit: r1542828 - /tomcat/trunk/webapps/docs/changelog.xml

2013-11-17 Thread jboynes
Author: jboynes Date: Sun Nov 17 21:25:55 2013 New Revision: 1542828 URL: http://svn.apache.org/r1542828 Log: update changelog about removal of JasperListener Modified: tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewv

svn commit: r1542822 - in /tomcat/trunk: conf/ java/org/apache/catalina/core/ java/org/apache/jasper/ java/org/apache/jasper/compiler/ java/org/apache/jasper/servlet/ webapps/docs/config/

2013-11-17 Thread jboynes
Author: jboynes Date: Sun Nov 17 21:13:36 2013 New Revision: 1542822 URL: http://svn.apache.org/r1542822 Log: Initialize the JSP runtime in Jasper's initializer to eliminate the need for a Jasper-specific listener in the container. Removed: tomcat/trunk/java/org/apache/catalina/core/JasperLi

svn commit: r1542769 - /tomcat/trunk/test/org/apache/catalina/mbeans/TestRegistration.java

2013-11-17 Thread markt
Author: markt Date: Sun Nov 17 17:34:31 2013 New Revision: 1542769 URL: http://svn.apache.org/r1542769 Log: Work around false positive test failure Modified: tomcat/trunk/test/org/apache/catalina/mbeans/TestRegistration.java Modified: tomcat/trunk/test/org/apache/catalina/mbeans/TestRegistra

Re: MBeanDeregistration test failure

2013-11-17 Thread Mark Thomas
On 17/11/2013 12:04, Mark Thomas wrote: > On 16/11/2013 21:31, Rainer Jung wrote: >> On 16.11.2013 21:19, Jeremy Boynes wrote: >>> On Nov 15, 2013, at 11:29 PM, Mark Thomas >>> wrote: On a related note, when I ran the unit tests last night I saw a couple of intermittent failures tha

svn commit: r1542758 - /tomcat/trunk/java/org/apache/coyote/http11/Http11AprProtocol.java

2013-11-17 Thread markt
Author: markt Date: Sun Nov 17 16:31:31 2013 New Revision: 1542758 URL: http://svn.apache.org/r1542758 Log: Remove unnecessary code - super class does exactly the same thing. Modified: tomcat/trunk/java/org/apache/coyote/http11/Http11AprProtocol.java Modified: tomcat/trunk/java/org/apache/co

Re: MBeanDeregistration test failure

2013-11-17 Thread Mark Thomas
On 16/11/2013 21:31, Rainer Jung wrote: > On 16.11.2013 21:19, Jeremy Boynes wrote: >> On Nov 15, 2013, at 11:29 PM, Mark Thomas >> wrote: >>> >>> On a related note, when I ran the unit tests last night I saw a >>> couple of intermittent failures that I'd like to try and get to >>> the bottom of