[Bug 55795] http connector timeout attributes not with same description

2013-11-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55795 --- Comment #2 from chainho --- You mean this one is not a bug. But why your docs does't have a same attribute with same description? -- You are receiving this mail because: You are the assignee for the bug. -

[Bug 55795] http connector timeout attributes not with same description

2013-11-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55795 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 55795] New: http connector timeout attributes not with same description

2013-11-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55795 Bug ID: 55795 Summary: http connector timeout attributes not with same description Product: Tomcat 7 Version: unspecified Hardware: PC Status: NEW

svn commit: r1543227 - /tomcat/trunk/java/org/apache/catalina/startup/ContextConfig.java

2013-11-18 Thread markt
Author: markt Date: Mon Nov 18 23:15:17 2013 New Revision: 1543227 URL: http://svn.apache.org/r1543227 Log: Use local variable since we already have a reference to the ServletContext Modified: tomcat/trunk/java/org/apache/catalina/startup/ContextConfig.java Modified: tomcat/trunk/java/org/ap

svn commit: r1543228 - /tomcat/trunk/java/org/apache/catalina/Loader.java

2013-11-18 Thread markt
Author: markt Date: Mon Nov 18 23:15:46 2013 New Revision: 1543228 URL: http://svn.apache.org/r1543228 Log: Clean up Modified: tomcat/trunk/java/org/apache/catalina/Loader.java Modified: tomcat/trunk/java/org/apache/catalina/Loader.java URL: http://svn.apache.org/viewvc/tomcat/trunk/java/or

svn commit: r1543223 - in /tomcat/trunk/java/org/apache/catalina/loader: LocalStrings.properties WebappClassLoader.java

2013-11-18 Thread markt
Author: markt Date: Mon Nov 18 23:09:47 2013 New Revision: 1543223 URL: http://svn.apache.org/r1543223 Log: Better conversion of base URLs to file permissions. Modified: tomcat/trunk/java/org/apache/catalina/loader/LocalStrings.properties tomcat/trunk/java/org/apache/catalina/loader/Webap

Re: svn commit: r1543028 - /tomcat/trunk/java/org/apache/catalina/WebResourceRoot.java

2013-11-18 Thread Konstantin Kolinko
2013/11/18 : > Author: markt > Date: Mon Nov 18 13:45:30 2013 > New Revision: 1543028 > > URL: http://svn.apache.org/r1543028 > Log: > Minor clean-up > - inner class to end of file It would better to move it to the top of the file. That is, introduce it before it is used to declare method argume

[Bug 55792] EL expression containing a map is not parsed correctly. '}' is interpreted as closing brace of the EL expression.

2013-11-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55792 --- Comment #4 from Konstantin Kolinko --- Created attachment 31054 --> https://issues.apache.org/bugzilla/attachment.cgi?id=31054&action=edit 2013-11-19_55792_tc8_tests.patch Amendment to the tests. This is currently failing. Notes: 1.

[Bug 55792] EL expression containing a map is not parsed correctly. '}' is interpreted as closing brace of the EL expression.

2013-11-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55792 --- Comment #3 from Konstantin Kolinko --- Created attachment 31053 --> https://issues.apache.org/bugzilla/attachment.cgi?id=31053&action=edit test_55792.jsp - Sample JSP page -- You are receiving this mail because: You are the assignee

[Bug 55792] EL expression containing a map is not parsed correctly. '}' is interpreted as closing brace of the EL expression.

2013-11-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55792 Konstantin Kolinko changed: What|Removed |Added Summary|Collection literals not |EL expression containing a

[Bug 53871] java.lang.StackOverflowError on deploying a web application

2013-11-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53871 --- Comment #18 from Tom --- FYI seems kind of weird but we have experienced this when for various reasons we needed to kill -9 the tomcat process. Doesn't necessarily make sense but was fairly consistent. -- You are receiving this mail b

svn commit: r1543163 - in /tomcat/trunk/java/org/apache/catalina: ./ loader/ webresources/

2013-11-18 Thread markt
Author: markt Date: Mon Nov 18 21:12:46 2013 New Revision: 1543163 URL: http://svn.apache.org/r1543163 Log: Grant read permissions to all resource locations used by the web application Modified: tomcat/trunk/java/org/apache/catalina/WebResourceRoot.java tomcat/trunk/java/org/apache/catali

svn commit: r1543160 - /tomcat/trunk/java/org/apache/catalina/loader/WebappClassLoader.java

2013-11-18 Thread markt
Author: markt Date: Mon Nov 18 21:09:21 2013 New Revision: 1543160 URL: http://svn.apache.org/r1543160 Log: Remove unused code Modified: tomcat/trunk/java/org/apache/catalina/loader/WebappClassLoader.java Modified: tomcat/trunk/java/org/apache/catalina/loader/WebappClassLoader.java URL: htt

[Bug 55792] Collection literals not recognized within stream lambda expression, result in syntax error

2013-11-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55792 --- Comment #1 from Nick Williams --- Please note the following revision to this bug: It's only the map-literal that isn't working. The list-literal is working fine. When I used the list-literal originally, I mapped before sorting, like so

buildbot success in ASF Buildbot on tomcat-trunk

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

svn commit: r1543028 - /tomcat/trunk/java/org/apache/catalina/WebResourceRoot.java

2013-11-18 Thread markt
Author: markt Date: Mon Nov 18 13:45:30 2013 New Revision: 1543028 URL: http://svn.apache.org/r1543028 Log: Minor clean-up - inner class to end of file - no need for public modifiers in interface Modified: tomcat/trunk/java/org/apache/catalina/WebResourceRoot.java Modified: tomcat/trunk/ja

svn commit: r1543027 - /tomcat/trunk/java/org/apache/catalina/core/StandardContext.java

2013-11-18 Thread markt
Author: markt Date: Mon Nov 18 13:43:50 2013 New Revision: 1543027 URL: http://svn.apache.org/r1543027 Log: Remove unused import Modified: tomcat/trunk/java/org/apache/catalina/core/StandardContext.java Modified: tomcat/trunk/java/org/apache/catalina/core/StandardContext.java URL: http://sv

svn commit: r1543026 - /tomcat/trunk/java/org/apache/catalina/core/StandardContext.java

2013-11-18 Thread markt
Author: markt Date: Mon Nov 18 13:43:19 2013 New Revision: 1543026 URL: http://svn.apache.org/r1543026 Log: Fix indent Modified: tomcat/trunk/java/org/apache/catalina/core/StandardContext.java Modified: tomcat/trunk/java/org/apache/catalina/core/StandardContext.java URL: http://svn.apache.o

svn commit: r1543025 - /tomcat/trunk/java/org/apache/catalina/core/StandardContext.java

2013-11-18 Thread markt
Author: markt Date: Mon Nov 18 13:42:48 2013 New Revision: 1543025 URL: http://svn.apache.org/r1543025 Log: Remove unused method Modified: tomcat/trunk/java/org/apache/catalina/core/StandardContext.java Modified: tomcat/trunk/java/org/apache/catalina/core/StandardContext.java URL: http://sv

[Bug 55792] New: Collection literals not recognized within stream lambda expression, result in syntax error

2013-11-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55792 Bug ID: 55792 Summary: Collection literals not recognized within stream lambda expression, result in syntax error Product: Tomcat 8 Version: 8.0.0-RC5 Hardware: All

Re: svn commit: r1542952 - /tomcat/trunk/conf/catalina.policy

2013-11-18 Thread Mark Thomas
On 18/11/2013 12:45, Konstantin Kolinko wrote: > 2013/11/18 : >> Author: markt >> Date: Mon Nov 18 09:02:13 2013 >> New Revision: 1542952 >> >> URL: http://svn.apache.org/r1542952 >> Log: >> Update comments. No JNDI permission is granted now JNDI is not used to >> access files. >> > > Are we rea

Re: svn commit: r1542952 - /tomcat/trunk/conf/catalina.policy

2013-11-18 Thread Konstantin Kolinko
2013/11/18 : > Author: markt > Date: Mon Nov 18 09:02:13 2013 > New Revision: 1542952 > > URL: http://svn.apache.org/r1542952 > Log: > Update comments. No JNDI permission is granted now JNDI is not used to access > files. > Are we ready to remove the JndiPermission class itself? I think that we

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

2013-11-18 Thread kkolinko
Author: kkolinko Date: Mon Nov 18 12:35:56 2013 New Revision: 1543017 URL: http://svn.apache.org/r1543017 Log: Followup to 1542828. Highlight a class name Modified: tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/to

svn commit: r1543016 - in /tomcat/tc7.0.x/trunk: ./ webapps/examples/WEB-INF/classes/websocket/drawboard/Room.java

2013-11-18 Thread kkolinko
Author: kkolinko Date: Mon Nov 18 12:29:37 2013 New Revision: 1543016 URL: http://svn.apache.org/r1543016 Log: Merged r1542841 from tomcat/trunk: Fix a FindBugs warning. Throw NPE rather than triggering one. Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/webapps/e

svn commit: r1543015 - in /tomcat/tc7.0.x/trunk: ./ test/org/apache/catalina/mbeans/TestRegistration.java

2013-11-18 Thread kkolinko
Author: kkolinko Date: Mon Nov 18 12:25:21 2013 New Revision: 1543015 URL: http://svn.apache.org/r1543015 Log: Merged r1542769 from tomcat/trunk: Work around false positive test failure This issue was observed on Tomcat 7 buildbot, e.g. Builder tomcat-7-trunk Build #1553 Modified: tomcat/tc7

svn commit: r1543002 - in /tomcat/tc7.0.x/trunk: res/ide-support/eclipse/eclipse.classpath webapps/docs/changelog.xml

2013-11-18 Thread kkolinko
Author: kkolinko Date: Mon Nov 18 11:52:16 2013 New Revision: 1543002 URL: http://svn.apache.org/r1543002 Log: Update sample Eclipse IDE project: Explicitly use a Java 6 SE JDK. Exclude WebSocket classes that require Java 7 from build path. Modified: tomcat/tc7.0.x/trunk/res/ide-support/eclip

buildbot failure in ASF Buildbot on tomcat-trunk

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

svn commit: r1542957 - /tomcat/trunk/java/org/apache/tomcat/util/digester/Digester.java

2013-11-18 Thread markt
Author: markt Date: Mon Nov 18 09:30:43 2013 New Revision: 1542957 URL: http://svn.apache.org/r1542957 Log: Remove unused code Modified: tomcat/trunk/java/org/apache/tomcat/util/digester/Digester.java Modified: tomcat/trunk/java/org/apache/tomcat/util/digester/Digester.java URL: http://svn.

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

2013-11-18 Thread markt
Author: markt Date: Mon Nov 18 09:02:13 2013 New Revision: 1542952 URL: http://svn.apache.org/r1542952 Log: Update comments. No JNDI permission is granted now JNDI is not used to access files. Modified: tomcat/trunk/conf/catalina.policy Modified: tomcat/trunk/conf/catalina.policy URL: http

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

2013-11-18 Thread kkolinko
Author: kkolinko Date: Mon Nov 18 08:59:10 2013 New Revision: 1542951 URL: http://svn.apache.org/r1542951 Log: Correct a typo Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/

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

2013-11-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55778 --- Comment #3 from Mark Thomas --- (In reply to Mark Thomas from comment #1) > To address this bug I have added (yet) another option to the JNDI Realm - > spengoDelegationQop. It defaults to the current "auth-conf". s/spengoDelegationQop