[GitHub] tomcat pull request: Add JASPIC API (JSR 196) to build process

2015-06-08 Thread fjodorver
Github user fjodorver commented on the pull request: https://github.com/apache/tomcat/pull/21#issuecomment-110251900 It's updated pull request. 1) Build.xml configuration in separate commit now 2) Fixed imports and formatting 3) Method refactoring has been made separately.

[Bug 58010] Class file are not getting compiled with debuginfo while setting classdebuginfo in jasper ant task

2015-06-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58010 Joshua C Rebelo changed: What|Removed |Added CC||joshua.reb...@gmail.com

[GUMP@vmgump]: Project tomcat-tc8.0.x-test-apr (in module tomcat-8.0.x) failed

2015-06-08 Thread Bill Barker
it/target/junit-4.13-SNAPSHOT.jar -Dobjenesis.jar=/srv/gump/public/workspace/objenesis/main/target/objenesis-2.2-SNAPSHOT.jar -Dtest.reports=output/logs-APR -Dtomcat-native.tar.gz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20150608-native-src.tar.gz -Dexampl

buildbot failure in ASF Buildbot on tomcat-trunk

2015-06-08 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/1344 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchSchedu

svn commit: r1684283 - /tomcat/trunk/java/org/apache/coyote/http2/Http2UpgradeHandler.java

2015-06-08 Thread markt
Author: markt Date: Mon Jun 8 21:30:19 2015 New Revision: 1684283 URL: http://svn.apache.org/r1684283 Log: Fix header writing bug Modified: tomcat/trunk/java/org/apache/coyote/http2/Http2UpgradeHandler.java Modified: tomcat/trunk/java/org/apache/coyote/http2/Http2UpgradeHandler.java URL: h

buildbot exception in ASF Buildbot on tomcat-trunk

2015-06-08 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/1343 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchSc

svn commit: r1684280 - /tomcat/trunk/java/org/apache/tomcat/websocket/server/WsServerContainer.java

2015-06-08 Thread markt
Author: markt Date: Mon Jun 8 21:10:46 2015 New Revision: 1684280 URL: http://svn.apache.org/r1684280 Log: Remove unused import Modified: tomcat/trunk/java/org/apache/tomcat/websocket/server/WsServerContainer.java Modified: tomcat/trunk/java/org/apache/tomcat/websocket/server/WsServerConta

svn commit: r1684279 - in /tomcat/trunk: java/org/apache/coyote/http2/ByteUtil.java test/org/apache/coyote/http2/TestHttp2Section_4_2.java

2015-06-08 Thread markt
Author: markt Date: Mon Jun 8 21:07:38 2015 New Revision: 1684279 URL: http://svn.apache.org/r1684279 Log: Add a test for exceeding the maximum frame size Modified: tomcat/trunk/java/org/apache/coyote/http2/ByteUtil.java tomcat/trunk/test/org/apache/coyote/http2/TestHttp2Section_4_2.java

svn commit: r1684277 - in /tomcat/trunk: java/org/apache/coyote/http2/FrameType.java java/org/apache/coyote/http2/Http2Parser.java java/org/apache/coyote/http2/Http2UpgradeHandler.java test/org/apache

2015-06-08 Thread markt
Author: markt Date: Mon Jun 8 20:53:39 2015 New Revision: 1684277 URL: http://svn.apache.org/r1684277 Log: Invalid priority length is only a stream error Modified: tomcat/trunk/java/org/apache/coyote/http2/FrameType.java tomcat/trunk/java/org/apache/coyote/http2/Http2Parser.java tomc

svn commit: r1684273 - /tomcat/trunk/test/org/apache/coyote/http2/TestHttp2Section_4_2.java

2015-06-08 Thread markt
Author: markt Date: Mon Jun 8 20:44:21 2015 New Revision: 1684273 URL: http://svn.apache.org/r1684273 Log: A couple more tests Added: tomcat/trunk/test/org/apache/coyote/http2/TestHttp2Section_4_2.java (with props) Added: tomcat/trunk/test/org/apache/coyote/http2/TestHttp2Section_4_2.jav

svn commit: r1684271 - in /tomcat/trunk/java/org/apache/coyote/http2: Http2UpgradeHandler.java LocalStrings.properties Stream.java

2015-06-08 Thread markt
Author: markt Date: Mon Jun 8 20:32:34 2015 New Revision: 1684271 URL: http://svn.apache.org/r1684271 Log: Implement stream closure on StreamError Modified: tomcat/trunk/java/org/apache/coyote/http2/Http2UpgradeHandler.java tomcat/trunk/java/org/apache/coyote/http2/LocalStrings.propertie

svn commit: r1684266 - in /tomcat/trunk/java/org/apache/coyote/http2: FrameType.java Http2Parser.java Http2UpgradeHandler.java LocalStrings.properties StreamError.java StreamStateMachine.java

2015-06-08 Thread markt
Author: markt Date: Mon Jun 8 20:11:36 2015 New Revision: 1684266 URL: http://svn.apache.org/r1684266 Log: StreamError needs the stream ID (so we know which stream to close) Modified: tomcat/trunk/java/org/apache/coyote/http2/FrameType.java tomcat/trunk/java/org/apache/coyote/http2/Http2

svn commit: r1684258 - in /tomcat/trunk: java/org/apache/coyote/http2/ test/org/apache/coyote/http2/

2015-06-08 Thread markt
Author: markt Date: Mon Jun 8 19:51:30 2015 New Revision: 1684258 URL: http://svn.apache.org/r1684258 Log: Remove stream ID from Http2Exception (simpler logging of this to follow) Modified: tomcat/trunk/java/org/apache/coyote/http2/ConnectionError.java tomcat/trunk/java/org/apache/coyote

svn commit: r1684255 - in /tomcat/trunk: java/org/apache/coyote/http2/ test/org/apache/coyote/http2/

2015-06-08 Thread markt
Author: markt Date: Mon Jun 8 19:45:12 2015 New Revision: 1684255 URL: http://svn.apache.org/r1684255 Log: Introduce separate exceptions for stream errors and connection errors Added: tomcat/trunk/java/org/apache/coyote/http2/ConnectionError.java (with props) tomcat/trunk/java/org/apa

[Bug 58009] Trying to forward request to newly created file results in 404 "The requested resource is not available."

2015-06-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58009 --- Comment #2 from Matt --- Actually, after restarting the test server I'm getting the same behavior there, so the regression is not in 8.0.10. Disabling the resource cache does fix it, but that doesn't seem to be ideal. If the file is not fou

svn commit: r1684233 - in /tomcat/trunk: java/org/apache/coyote/http2/ test/org/apache/coyote/http2/

2015-06-08 Thread markt
Author: markt Date: Mon Jun 8 17:57:05 2015 New Revision: 1684233 URL: http://svn.apache.org/r1684233 Log: Rename ErrorCode -> Error Added: tomcat/trunk/java/org/apache/coyote/http2/Error.java - copied, changed from r1683410, tomcat/trunk/java/org/apache/coyote/http2/ErrorCode.java Re

[Bug 57977] The original class loader isn't re-bound to the thread in PersistentValve.invoke()

2015-06-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57977 Remy Maucherat changed: What|Removed |Added Severity|normal |minor --- Comment #4 from Remy Mauche

[Bug 58009] Trying to forward request to newly created file results in 404 "The requested resource is not available."

2015-06-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58009 Remy Maucherat changed: What|Removed |Added Status|NEW |NEEDINFO OS|

[Bug 58011] New: Tomcat 7 crasches intermittently with NIO and HTTPS

2015-06-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58011 Bug ID: 58011 Summary: Tomcat 7 crasches intermittently with NIO and HTTPS Product: Tomcat 7 Version: 7.0.61 Hardware: PC Status: NEW Severity: major Priority

[Bug 57969] @PathParam annotation captures incorrect value under high load

2015-06-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57969 Violeta Georgieva changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

svn commit: r1684196 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/tomcat/websocket/server/UpgradeUtil.java java/org/apache/tomcat/websocket/server/WsServerContainer.java webapps/docs/changelog.xml

2015-06-08 Thread violetagg
Author: violetagg Date: Mon Jun 8 14:24:30 2015 New Revision: 1684196 URL: http://svn.apache.org/r1684196 Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=57969 Merged revision 1684172 from tomcat/trunk: Provide path params to POJO via WsPerSessionServerEndpointConfig instead of the 'glob

svn commit: r1684193 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/tomcat/websocket/server/UpgradeUtil.java java/org/apache/tomcat/websocket/server/WsServerContainer.java webapps/docs/changelog.xml

2015-06-08 Thread violetagg
Author: violetagg Date: Mon Jun 8 14:17:30 2015 New Revision: 1684193 URL: http://svn.apache.org/r1684193 Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=57969 Merged revision 1684172 from tomcat/trunk: Provide path params to POJO via WsPerSessionServerEndpointConfig instead of the 'glob

svn commit: r1684172 - in /tomcat/trunk/java/org/apache/tomcat/websocket/server: UpgradeUtil.java WsServerContainer.java

2015-06-08 Thread violetagg
Author: violetagg Date: Mon Jun 8 12:43:30 2015 New Revision: 1684172 URL: http://svn.apache.org/r1684172 Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=57969 Provide path params to POJO via WsPerSessionServerEndpointConfig instead of the 'global' ServerEndpointConfig. Modified: to

HTTP2 parsing and error handling

2015-06-08 Thread Mark Thomas
All, I'm not particularly happy with the current error handling (based around Http2Exception) and as I work my way through the spec in detail I am coming across cases that are becoming increasingly difficult to handle cleanly. I think I have reached the point where a completely different approach

[GitHub] tomcat pull request: Add JASPIC API (JSR 196) to build process

2015-06-08 Thread markt-asf
Github user markt-asf commented on the pull request: https://github.com/apache/tomcat/pull/21#issuecomment-109959429 OK. I've copied the Geronimo classes across and fixed the checkstyle and compilation errors. I've now seen some additional issues that need to be addressed. 1. Remo

svn commit: r1684162 - in /tomcat/trunk/java/javax/security/auth/message: MessageInfo.java config/AuthConfigFactory.java config/ClientAuthConfig.java config/ServerAuthConfig.java module/ClientAuthModu

2015-06-08 Thread markt
Author: markt Date: Mon Jun 8 11:35:14 2015 New Revision: 1684162 URL: http://svn.apache.org/r1684162 Log: Fix the generics issues we can fix and suppress the issues in the API since we can't fix those. Suppress at the method level so we spot generics issues in any new methods we add (assuming

svn commit: r1684158 - in /tomcat/trunk/java/javax/security/auth/message: AuthStatus.java config/AuthConfigFactory.java

2015-06-08 Thread markt
Author: markt Date: Mon Jun 8 11:29:02 2015 New Revision: 1684158 URL: http://svn.apache.org/r1684158 Log: Add missing @Override markers Modified: tomcat/trunk/java/javax/security/auth/message/AuthStatus.java tomcat/trunk/java/javax/security/auth/message/config/AuthConfigFactory.java Mo

svn commit: r1684155 - /tomcat/trunk/java/javax/security/auth/message/config/AuthConfigFactory.java

2015-06-08 Thread markt
Author: markt Date: Mon Jun 8 11:27:10 2015 New Revision: 1684155 URL: http://svn.apache.org/r1684155 Log: Fix compilation error (will need review w.r.t. what the spec expects here) based on pull request 21 from fjodorver. Modified: tomcat/trunk/java/javax/security/auth/message/config/AuthC

svn commit: r1684150 - /tomcat/trunk/res/checkstyle/javax-import-control.xml

2015-06-08 Thread markt
Author: markt Date: Mon Jun 8 11:21:30 2015 New Revision: 1684150 URL: http://svn.apache.org/r1684150 Log: Fix disallowed imports Modified: tomcat/trunk/res/checkstyle/javax-import-control.xml Modified: tomcat/trunk/res/checkstyle/javax-import-control.xml URL: http://svn.apache.org/viewvc/

svn commit: r1684148 - in /tomcat/trunk/java/javax/security/auth/message/config: AuthConfig.java AuthConfigFactory.java

2015-06-08 Thread markt
Author: markt Date: Mon Jun 8 11:09:28 2015 New Revision: 1684148 URL: http://svn.apache.org/r1684148 Log: Remove unused imports Modified: tomcat/trunk/java/javax/security/auth/message/config/AuthConfig.java tomcat/trunk/java/javax/security/auth/message/config/AuthConfigFactory.java Mod

svn commit: r1684146 - in /tomcat/trunk/java/javax/security/auth/message: callback/ config/ module/

2015-06-08 Thread markt
Author: markt Date: Mon Jun 8 11:08:18 2015 New Revision: 1684146 URL: http://svn.apache.org/r1684146 Log: Fix import order issues Modified: tomcat/trunk/java/javax/security/auth/message/callback/CallerPrincipalCallback.java tomcat/trunk/java/javax/security/auth/message/callback/CertSt

svn commit: r1684145 - in /tomcat/trunk/java/javax/security/auth/message: AuthException.java callback/CertStoreCallback.java callback/GroupPrincipalCallback.java callback/PasswordValidationCallback.ja

2015-06-08 Thread markt
Author: markt Date: Mon Jun 8 11:01:48 2015 New Revision: 1684145 URL: http://svn.apache.org/r1684145 Log: Fix trailing whitespace issues Modified: tomcat/trunk/java/javax/security/auth/message/AuthException.java tomcat/trunk/java/javax/security/auth/message/callback/CertStoreCallback.j

svn commit: r1684144 - /tomcat/trunk/java/javax/security/auth/message/

2015-06-08 Thread markt
Author: markt Date: Mon Jun 8 11:00:19 2015 New Revision: 1684144 URL: http://svn.apache.org/r1684144 Log: Copy JASPIC 1.0 API from Geronimo This copy is unchanged so there are numerous Checkstyle issues that need to be fixed Added: tomcat/trunk/java/javax/security/auth/message/ - cop

svn commit: r1684143 - in /tomcat/trunk/java/javax/security: ./ auth/

2015-06-08 Thread markt
Author: markt Date: Mon Jun 8 10:55:57 2015 New Revision: 1684143 URL: http://svn.apache.org/r1684143 Log: Create package ready to copy in JASPIC API from Geronimo Added: tomcat/trunk/java/javax/security/ tomcat/trunk/java/javax/security/auth/ --

[Bug 58010] New: Class file are not getting compiled with debuginfo while setting classdebuginfo in jasper ant task

2015-06-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58010 Bug ID: 58010 Summary: Class file are not getting compiled with debuginfo while setting classdebuginfo in jasper ant task Product: Tomcat 7 Version: 7.0.55 Hardware: PC

[GUMP@vmgump]: Project tomcat-tc7.0.x-validate (in module tomcat-7.0.x) failed

2015-06-08 Thread Bill Barker
ace/ant/dist/lib/ant-apache-xalan2.jar:/srv/gump/public/workspace/xml-commons/java/build/resolver.jar:/srv/gump/public/workspace/checkstyle/target/checkstyle-6.8-SNAPSHOT.jar:/srv/gump/packages/antlr/antlr-3.1.3.jar:/srv/gump/public/workspace/apache-commons/beanutils/dist/commons-beanutils-20

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

2015-06-08 Thread Bill Barker
ib/ant-apache-xalan2.jar:/srv/gump/public/workspace/xml-commons/java/build/resolver.jar:/srv/gump/public/workspace/checkstyle/target/checkstyle-6.8-SNAPSHOT.jar:/srv/gump/packages/antlr/antlr-3.1.3.jar:/srv/gump/public/workspace/apache-commons/beanutils/dist/commons-beanutils-20150608.jar:/srv/g

[GUMP@vmgump]: Project tomcat-tc8.0.x-validate (in module tomcat-8.0.x) failed

2015-06-08 Thread Bill Barker
ace/ant/dist/lib/ant-apache-xalan2.jar:/srv/gump/public/workspace/xml-commons/java/build/resolver.jar:/srv/gump/public/workspace/checkstyle/target/checkstyle-6.8-SNAPSHOT.jar:/srv/gump/packages/antlr/antlr-3.1.3.jar:/srv/gump/public/workspace/apache-commons/beanutils/dist/commons-beanutils-20