svn commit: r1588390 - /tomcat/trunk/java/org/apache/coyote/http11/InternalNioInputBuffer.java

2014-04-17 Thread remm
Author: remm Date: Thu Apr 17 23:43:45 2014 New Revision: 1588390 URL: http://svn.apache.org/r1588390 Log: Simplify code (apparently unused parameters and methods). Modified: tomcat/trunk/java/org/apache/coyote/http11/InternalNioInputBuffer.java Modified: tomcat/trunk/java/org/apache/coyote/

svn commit: r1588366 - /tomcat/trunk/java/org/apache/coyote/http11/AbstractNioInputBuffer.java

2014-04-17 Thread kkolinko
Author: kkolinko Date: Thu Apr 17 20:27:45 2014 New Revision: 1588366 URL: http://svn.apache.org/r1588366 Log: Followup to r1588299: svn:eol-style=native Modified: tomcat/trunk/java/org/apache/coyote/http11/AbstractNioInputBuffer.java (props changed) Propchange: tomcat/trunk/java/org/apa

svn commit: r1588361 - in /tomcat/native/branches/1.1.x: ./ xdocs/images/docs-stylesheet.css

2014-04-17 Thread kkolinko
Author: kkolinko Date: Thu Apr 17 20:20:09 2014 New Revision: 1588361 URL: http://svn.apache.org/r1588361 Log: Merged r1588195 from tomcat/native/trunk: Ensure elements have the same text-align property on every browser. Modified: tomcat/native/branches/1.1.x/ (props changed) tomcat/na

[Bug 56425] New: Unable to find unambiguous method in class String

2014-04-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56425 Bug ID: 56425 Summary: Unable to find unambiguous method in class String Product: Tomcat 7 Version: 7.0.53 Hardware: PC OS: Linux Status: NEW Severi

[Bug 56409] A file called "\" causes StackOverflowError in tldScanResourcePaths during startup

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

svn commit: r1588291 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/jasper/util/ExceptionUtils.java java/org/apache/tomcat/util/ExceptionUtils.java webapps/docs/changelog.xml

2014-04-17 Thread markt
Author: markt Date: Thu Apr 17 15:46:42 2014 New Revision: 1588291 URL: http://svn.apache.org/r1588291 Log: Modify generic exception handling so that StackOverflowError is not treated as a fatal error and can handled and/or logged as required. Modified: tomcat/tc7.0.x/trunk/ (props changed

svn commit: r1588288 - in /tomcat/tc7.0.x/trunk: java/org/apache/catalina/core/ApplicationContext.java webapps/docs/changelog.xml

2014-04-17 Thread markt
Author: markt Date: Thu Apr 17 15:44:07 2014 New Revision: 1588288 URL: http://svn.apache.org/r1588288 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56409 Avoid StackOverflowError on non-Windows systems if a file named '\' is encountered when scanning for TLDs. Modified: tomcat

svn commit: r1588272 - in /tomcat/trunk: java/org/apache/catalina/webresources/StandardRoot.java webapps/docs/changelog.xml

2014-04-17 Thread markt
Author: markt Date: Thu Apr 17 15:01:07 2014 New Revision: 1588272 URL: http://svn.apache.org/r1588272 Log: Avoid StackOverflowError on non-Windows systems if a file named '\' is encountered when scanning for TLDs. Modified: tomcat/trunk/java/org/apache/catalina/webresources/StandardRoot.jav

svn commit: r1588269 - in /tomcat/trunk: java/org/apache/jasper/util/ExceptionUtils.java java/org/apache/tomcat/util/ExceptionUtils.java webapps/docs/changelog.xml

2014-04-17 Thread markt
Author: markt Date: Thu Apr 17 14:35:17 2014 New Revision: 1588269 URL: http://svn.apache.org/r1588269 Log: Modify generic exception handling so that StackOverflowError is not treated as a fatal error and can handled and/or logged as required. Modified: tomcat/trunk/java/org/apache/jasper/ut

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

2014-04-17 Thread kkolinko
Author: kkolinko Date: Thu Apr 17 13:43:05 2014 New Revision: 1588248 URL: http://svn.apache.org/r1588248 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=1588248&r1=1588247&r

Re: CI

2014-04-17 Thread Martin Grigorov
Hi, There are failed disks with BuildBot's master server (hostname: aegis). pctony (infra guy) said that they have ordered new ones and they will replace them today (US time ?!). Martin Grigorov Wicket Training and Consulting On Thu, Apr 17, 2014 at 3:37 PM, Rémy Maucherat wrote: > Hi, > > I'

CI

2014-04-17 Thread Rémy Maucherat
Hi, I'm a bit confused about the infra for CI. - ci.apache.org seems down - http://vmgump.apache.org/gump/public/tomcat-trunk/ does mostly the same, isn't down but apparently doesn't have a build status history; also it has a tomcat-trunk-test-nio2

[Bug 56423] Implement "fipsModeGet" method stub in case TCN is compiled without OpenSSL

2014-04-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56423 --- Comment #1 from Konstantin Kolinko --- Created attachment 31537 --> https://issues.apache.org/bugzilla/attachment.cgi?id=31537&action=edit 2014-04-17_tcn_56423_fipsModeStub.patch A patch that a) implements fipsModeGet b) changes fips

[Bug 56423] New: Implement "fipsModeGet" method stub in case TCN is compiled without OpenSSL

2014-04-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56423 Bug ID: 56423 Summary: Implement "fipsModeGet" method stub in case TCN is compiled without OpenSSL Product: Tomcat Native Version: 1.1.30 Hardware: PC Sta

[Bug 56409] A file called "\" causes StackOverflowError in tldScanResourcePaths during startup

2014-04-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56409 --- Comment #1 from Mark Thomas --- For the record a similar issues exists in Tomcat 8. I'll take a look... -- You are receiving this mail because: You are the assignee for the bug. ---

[Bug 56415] EXCEPTION_ACCESS_VIOLATION (0xc0000005) in tcnative-1.dll

2014-04-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56415 Martin Hanus changed: What|Removed |Added OS||Windows Server 2008 R2 -- You are

[Bug 56318] Oracle DB cursors are leaking when using org.apache.tomcat.jdbc.pool.DataSourceFactory

2014-04-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56318 --- Comment #16 from Danila Galimov --- Is it ok to apply it? -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe, e-mail: dev-uns

[Bug 56382] Add logging of deployment time

2014-04-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56382 --- Comment #6 from Danila Galimov --- Is it ok now? -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe, e-mail: dev-unsubscr...@

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

2014-04-17 Thread markt
Author: markt Date: Thu Apr 17 10:05:22 2014 New Revision: 1588200 URL: http://svn.apache.org/r1588200 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?rev=1588200&r1=1588199&r

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

2014-04-17 Thread markt
Author: markt Date: Thu Apr 17 10:04:21 2014 New Revision: 1588199 URL: http://svn.apache.org/r1588199 Log: Small optimisation. The resolver and the factory are only used when running under a security manager so only load them in this case. Also avoid a possible memory leak when creating these ob

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

2014-04-17 Thread markt
Author: markt Date: Thu Apr 17 10:01:35 2014 New Revision: 1588197 URL: http://svn.apache.org/r1588197 Log: Update changelog Modified: tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/change

svn commit: r1588195 - in /tomcat: native/trunk/xdocs/images/docs-stylesheet.css site/trunk/docs/stylesheets/tomcat.css site/trunk/xdocs/stylesheets/tomcat.css trunk/webapps/docs/images/docs-styleshee

2014-04-17 Thread kpreisser
Author: kpreisser Date: Thu Apr 17 09:59:00 2014 New Revision: 1588195 URL: http://svn.apache.org/r1588195 Log: Ensure elements have the same text-align property on every browser. Modified: tomcat/native/trunk/xdocs/images/docs-stylesheet.css tomcat/site/trunk/docs/stylesheets/tomcat.css

svn commit: r1588193 - in /tomcat/trunk/java/org/apache/catalina: security/SecurityClassLoad.java servlets/DefaultServlet.java

2014-04-17 Thread markt
Author: markt Date: Thu Apr 17 09:56:26 2014 New Revision: 1588193 URL: http://svn.apache.org/r1588193 Log: Small optimisation. The resolver and the factory are only used when running under a security manager so only load them in this case. Also avoid a possible memory leak when creating these ob

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

2014-04-17 Thread markt
Author: markt Date: Thu Apr 17 09:24:38 2014 New Revision: 1588187 URL: http://svn.apache.org/r1588187 Log: Whitespace police Modified: tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/chang

Tagging 6.0.x

2014-04-17 Thread Mark Thomas
All, I think we are getting close to being able to tag the next 6.0.x release. There are a few things I still need to check/review before the tag but there are a number of patches in the status file ready for review. Any time you can afford to spend on reviewing those patches would be much apprec

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

2014-04-17 Thread markt
Author: markt Date: Thu Apr 17 09:20:54 2014 New Revision: 1588185 URL: http://svn.apache.org/r1588185 Log: Update 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?rev=1588185&r1=15

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

2014-04-17 Thread markt
Author: markt Date: Thu Apr 17 09:20:27 2014 New Revision: 1588184 URL: http://svn.apache.org/r1588184 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=1588184&r1=1588183&r2=1

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

2014-04-17 Thread Bill Barker
/dist/lib/ant-apache-xalan2.jar:/srv/gump/public/workspace/xml-commons/java/build/resolver.jar:/srv/gump/packages/antlr/antlr-3.1.3.jar:/srv/gump/public/workspace/checkstyle/target/checkstyle-5.7-SNAPSHOT.jar:/srv/gump/public/workspace/apache-commons/beanutils/dist/commons-beanutils-20140417.jar:/srv/g