[Bug 59942] tomat8.5 write logs with incorret os permission

2016-08-04 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59942 jiucai changed: What|Removed |Added Resolution|INVALID |---

[Bug 59939] NoSuchMethodException: java.util.HashMap.get(java.lang.String)

2016-08-04 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59939 Hao changed: What|Removed |Added Resolution|--- |INVALID

[Bug 59899] Tomcat-embed-core brings outdated JPA API

2016-08-04 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59899 Mark Thomas changed: What|Removed |Added Resolution|--- |FIXED

svn commit: r1755232 - in /tomcat/tc8.0.x/trunk: ./ java/javax/persistence/PersistenceContext.java java/javax/persistence/SynchronizationType.java webapps/docs/changelog.xml

2016-08-04 Thread markt
Author: markt Date: Thu Aug 4 20:43:17 2016 New Revision: 1755232 URL: http://svn.apache.org/viewvc?rev=1755232=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=59899 Update Tomcat's copy of the Java Persistence annotations to include the changes made in 2.1 / JavaEE 7. Added:

svn commit: r1755231 - in /tomcat/tc8.5.x/trunk: ./ java/javax/persistence/PersistenceContext.java java/javax/persistence/SynchronizationType.java webapps/docs/changelog.xml

2016-08-04 Thread markt
Author: markt Date: Thu Aug 4 20:41:07 2016 New Revision: 1755231 URL: http://svn.apache.org/viewvc?rev=1755231=rev Log: Update Tomcat's copy of the Java Persistence annotations to include the changes made in 2.1 / JavaEE 7. Added:

svn commit: r1755230 - in /tomcat/trunk: java/javax/persistence/PersistenceContext.java java/javax/persistence/SynchronizationType.java webapps/docs/changelog.xml

2016-08-04 Thread markt
Author: markt Date: Thu Aug 4 20:40:16 2016 New Revision: 1755230 URL: http://svn.apache.org/viewvc?rev=1755230=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=59899 Update Tomcat's copy of the Java Persistence annotations to include the changes made in 2.1 / JavaEE 7. Added:

[Bug 59940] Connector attribute certificateVerification in the new SSLHostConfig section is not requiring a client certificate

2016-08-04 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59940 --- Comment #3 from Mark Thomas --- Thanks for the update. I've fixed the docs for 9.0.x and 8.5.x for the next release of each (9.0.0.M10 and 8.5.5). -- You are receiving this mail because: You are the assignee for the

svn commit: r1755228 - in /tomcat/tc8.5.x/trunk: ./ webapps/docs/changelog.xml webapps/docs/config/http.xml

2016-08-04 Thread markt
Author: markt Date: Thu Aug 4 19:54:42 2016 New Revision: 1755228 URL: http://svn.apache.org/viewvc?rev=1755228=rev Log: Correct the name of the truststorePassword attribute of the SSLHostConfig element in the configuration documentation. Modified: tomcat/tc8.5.x/trunk/ (props changed)

svn commit: r1755227 - in /tomcat/trunk/webapps/docs: changelog.xml config/http.xml

2016-08-04 Thread markt
Author: markt Date: Thu Aug 4 19:52:13 2016 New Revision: 1755227 URL: http://svn.apache.org/viewvc?rev=1755227=rev Log: Correct the name of the truststorePassword attribute of the SSLHostConfig element in the configuration documentation. Modified: tomcat/trunk/webapps/docs/changelog.xml

[Bug 59940] Connector attribute certificateVerification in the new SSLHostConfig section is not requiring a client certificate

2016-08-04 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59940 Shaun Morton changed: What|Removed |Added Resolution|--- |FIXED

[Bug 59823] HttpServletRequest#authenticate does not invoke JASPIC SAM

2016-08-04 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59823 --- Comment #3 from Mark Thomas --- true if AuthStatus.SUCCESS, otherwise false including AuthException (which is caught and logged). -- You are receiving this mail because: You are the assignee for the bug.

[Bug 59888] The cookie parser (for Rfc6265CookieProcessor) does not allow whitespaces in quoted cookie value of the version 1 cookie

2016-08-04 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59888 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED

svn commit: r1755226 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/tomcat/util/http/parser/Cookie.java test/org/apache/tomcat/util/http/TestCookieParsing.java webapps/docs/changelog.xml

2016-08-04 Thread markt
Author: markt Date: Thu Aug 4 18:50:27 2016 New Revision: 1755226 URL: http://svn.apache.org/viewvc?rev=1755226=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=59888 Correctly handle tabs and spaces in quoted version one cookies when using the Rfc6265CookieProcessor. Modified:

svn commit: r1755225 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/tomcat/util/http/parser/Cookie.java test/org/apache/tomcat/util/http/TestCookieParsing.java webapps/docs/changelog.xml

2016-08-04 Thread markt
Author: markt Date: Thu Aug 4 18:49:57 2016 New Revision: 1755225 URL: http://svn.apache.org/viewvc?rev=1755225=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=59888 Correctly handle tabs and spaces in quoted version one cookies when using the Rfc6265CookieProcessor. Modified:

svn commit: r1755224 - in /tomcat/trunk: java/org/apache/tomcat/util/http/parser/Cookie.java test/org/apache/tomcat/util/http/TestCookieParsing.java webapps/docs/changelog.xml

2016-08-04 Thread markt
Author: markt Date: Thu Aug 4 18:47:41 2016 New Revision: 1755224 URL: http://svn.apache.org/viewvc?rev=1755224=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=59888 Correctly handle tabs and spaces in quoted version one cookies when using the Rfc6265CookieProcessor. Modified:

[Bug 59823] HttpServletRequest#authenticate does not invoke JASPIC SAM

2016-08-04 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59823 --- Comment #2 from Arjan Tijms --- Thanks for the fix Mark! :) P.s. Just wondering, as it's not clearly described in the JASPIC spec at all, but what did you use for the return values of request.authenticate? I

svn commit: r1755216 - in /tomcat/tc8.0.x/trunk: ./ test/org/apache/tomcat/util/http/TestCookieParsing.java

2016-08-04 Thread markt
Author: markt Date: Thu Aug 4 17:01:17 2016 New Revision: 1755216 URL: http://svn.apache.org/viewvc?rev=1755216=rev Log: Fix cookie header test so it correctly handles multiple cookies Modified: tomcat/tc8.0.x/trunk/ (props changed)

svn commit: r1755215 - in /tomcat/tc8.5.x/trunk: ./ test/org/apache/tomcat/util/http/TestCookieParsing.java

2016-08-04 Thread markt
Author: markt Date: Thu Aug 4 17:00:37 2016 New Revision: 1755215 URL: http://svn.apache.org/viewvc?rev=1755215=rev Log: Fix cookie header test so it correctly handles multiple cookies Modified: tomcat/tc8.5.x/trunk/ (props changed)

svn commit: r1755214 - /tomcat/trunk/test/org/apache/tomcat/util/http/TestCookieParsing.java

2016-08-04 Thread markt
Author: markt Date: Thu Aug 4 17:00:01 2016 New Revision: 1755214 URL: http://svn.apache.org/viewvc?rev=1755214=rev Log: Fix cookie header test so it correctly handles multiple cookies Modified: tomcat/trunk/test/org/apache/tomcat/util/http/TestCookieParsing.java Modified:

[Bug 59874] ServletRequest.getParameterValues() not according to specs for missing parameters

2016-08-04 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59874 Mark Thomas changed: What|Removed |Added Resolution|--- |INVALID

[Bug 59823] HttpServletRequest#authenticate does not invoke JASPIC SAM

2016-08-04 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59823 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED

svn commit: r1755211 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/catalina/authenticator/ webapps/docs/

2016-08-04 Thread markt
Author: markt Date: Thu Aug 4 16:41:32 2016 New Revision: 1755211 URL: http://svn.apache.org/viewvc?rev=1755211=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=59823 Ensure JASPIC auth is included (if configured) when using HttpServletRequest.authenticate() Modified:

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

2016-08-04 Thread markt
Author: markt Date: Thu Aug 4 16:41:05 2016 New Revision: 1755209 URL: http://svn.apache.org/viewvc?rev=1755209=rev Log: Correct entry order Modified: tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/webapps/docs/changelog.xml URL:

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

2016-08-04 Thread markt
Author: markt Date: Thu Aug 4 16:40:12 2016 New Revision: 1755208 URL: http://svn.apache.org/viewvc?rev=1755208=rev Log: Update changelog Modified: tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/webapps/docs/changelog.xml URL:

svn commit: r1755206 - /tomcat/trunk/java/org/apache/catalina/authenticator/AuthenticatorBase.java

2016-08-04 Thread markt
Author: markt Date: Thu Aug 4 16:36:44 2016 New Revision: 1755206 URL: http://svn.apache.org/viewvc?rev=1755206=rev Log: Reduce duplication Modified: tomcat/trunk/java/org/apache/catalina/authenticator/AuthenticatorBase.java Modified:

svn commit: r1755204 - /tomcat/trunk/java/org/apache/catalina/authenticator/AuthenticatorBase.java

2016-08-04 Thread markt
Author: markt Date: Thu Aug 4 16:36:41 2016 New Revision: 1755204 URL: http://svn.apache.org/viewvc?rev=1755204=rev Log: Delay JASPIC init Modified: tomcat/trunk/java/org/apache/catalina/authenticator/AuthenticatorBase.java Modified:

svn commit: r1755205 - /tomcat/trunk/java/org/apache/catalina/authenticator/AuthenticatorBase.java

2016-08-04 Thread markt
Author: markt Date: Thu Aug 4 16:36:42 2016 New Revision: 1755205 URL: http://svn.apache.org/viewvc?rev=1755205=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=59823 Ensure JASPIC auth is included (if configured) when using HttpServletRequest.authenticate() Modified:

[Bug 59940] Connector attribute certificateVerification in the new SSLHostConfig section is not requiring a client certificate

2016-08-04 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59940 Shaun Morton changed: What|Removed |Added OS||All --- Comment

[Bug 59939] NoSuchMethodException: java.util.HashMap.get(java.lang.String)

2016-08-04 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59939 --- Comment #2 from Mark Thomas --- A simple, self-contained JSP that demonstrates the issue would help. -- You are receiving this mail because: You are the assignee for the bug.

[Bug 55483] ELException when object has overloaded methods

2016-08-04 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=55483 --- Comment #12 from Hao --- Hi Mark, I created a new issue yesterday https://bz.apache.org/bugzilla/show_bug.cgi?id=59939 I believe it is related this this issue. Can you please have a look? Thanks. -- You are

svn commit: r1755190 - /tomcat/trunk/java/org/apache/catalina/authenticator/AuthenticatorBase.java

2016-08-04 Thread markt
Author: markt Date: Thu Aug 4 14:02:12 2016 New Revision: 1755190 URL: http://svn.apache.org/viewvc?rev=1755190=rev Log: Follow-up to r1755180 Modified: tomcat/trunk/java/org/apache/catalina/authenticator/AuthenticatorBase.java Modified:

buildbot success in on tomcat-trunk

2016-08-04 Thread buildbot
The Buildbot has detected a restored build on builder tomcat-trunk while building . Full details are available at: https://ci.apache.org/builders/tomcat-trunk/builds/1542 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchScheduler

svn commit: r1755185 - /tomcat/trunk/java/org/apache/catalina/authenticator/AuthenticatorBase.java

2016-08-04 Thread markt
Author: markt Date: Thu Aug 4 13:36:29 2016 New Revision: 1755185 URL: http://svn.apache.org/viewvc?rev=1755185=rev Log: Follow-up to r1755181 Modified: tomcat/trunk/java/org/apache/catalina/authenticator/AuthenticatorBase.java Modified:

buildbot failure in on tomcat-trunk

2016-08-04 Thread buildbot
The Buildbot has detected a new failure on builder tomcat-trunk while building . Full details are available at: https://ci.apache.org/builders/tomcat-trunk/builds/1541 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchScheduler

svn commit: r1755181 - in /tomcat/trunk/java/org/apache/catalina/authenticator: AuthenticatorBase.java FormAuthenticator.java

2016-08-04 Thread markt
Author: markt Date: Thu Aug 4 13:24:22 2016 New Revision: 1755181 URL: http://svn.apache.org/viewvc?rev=1755181=rev Log: Move the FORM specific checks to the FormAuthenticator Modified: tomcat/trunk/java/org/apache/catalina/authenticator/AuthenticatorBase.java

svn commit: r1755180 - in /tomcat/trunk/java/org/apache/catalina/authenticator: AuthenticatorBase.java BasicAuthenticator.java DigestAuthenticator.java FormAuthenticator.java NonLoginAuthenticator.jav

2016-08-04 Thread markt
Author: markt Date: Thu Aug 4 13:24:20 2016 New Revision: 1755180 URL: http://svn.apache.org/viewvc?rev=1755180=rev Log: Refactoring towards a fix for BZ 59823 Move the authenticate() implementation to the base class so JASPIC processing can be included Modified:

[Bug 59942] tomat8.5 write logs with incorret os permission

2016-08-04 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59942 Mark Thomas changed: What|Removed |Added Resolution|--- |INVALID

[Bug 59940] Connector attribute certificateVerification in the new SSLHostConfig section is not requiring a client certificate

2016-08-04 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59940 Shaun Morton changed: What|Removed |Added OS||Windows 10 --

[Bug 59942] New: tomat8.5 write logs with incorret os permission

2016-08-04 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59942 Bug ID: 59942 Summary: tomat8.5 write logs with incorret os permission Product: Tomcat 8 Version: 8.5.4 Hardware: PC OS: Linux Status: NEW Severity:

Re: svn commit: r1755056 - in /tomcat/trunk: modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/interceptor/StatementDecoratorInterceptor.java webapps/docs/changelog.xml

2016-08-04 Thread Keiichi Fujino
2016-08-04 14:47 GMT+09:00 Felix Schumacher < felix.schumac...@internetallee.de>: > > > Am 3. August 2016 11:36:34 MESZ, schrieb kfuj...@apache.org: > >Author: kfujino > >Date: Wed Aug 3 09:36:34 2016 > >New Revision: 1755056 > > > >URL: http://svn.apache.org/viewvc?rev=1755056=rev > >Log: >

svn commit: r1755151 - /tomcat/tc7.0.x/trunk/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/interceptor/StatementDecoratorInterceptor.java

2016-08-04 Thread kfujino
Author: kfujino Date: Thu Aug 4 08:49:14 2016 New Revision: 1755151 URL: http://svn.apache.org/viewvc?rev=1755151=rev Log: Correct name Modified: tomcat/tc7.0.x/trunk/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/interceptor/StatementDecoratorInterceptor.java Modified:

svn commit: r1755150 - /tomcat/tc8.0.x/trunk/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/interceptor/StatementDecoratorInterceptor.java

2016-08-04 Thread kfujino
Author: kfujino Date: Thu Aug 4 08:48:42 2016 New Revision: 1755150 URL: http://svn.apache.org/viewvc?rev=1755150=rev Log: Correct name Modified: tomcat/tc8.0.x/trunk/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/interceptor/StatementDecoratorInterceptor.java Modified:

svn commit: r1755149 - /tomcat/tc8.5.x/trunk/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/interceptor/StatementDecoratorInterceptor.java

2016-08-04 Thread kfujino
Author: kfujino Date: Thu Aug 4 08:48:09 2016 New Revision: 1755149 URL: http://svn.apache.org/viewvc?rev=1755149=rev Log: Correct name Modified: tomcat/tc8.5.x/trunk/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/interceptor/StatementDecoratorInterceptor.java Modified:

svn commit: r1755148 - /tomcat/trunk/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/interceptor/StatementDecoratorInterceptor.java

2016-08-04 Thread kfujino
Author: kfujino Date: Thu Aug 4 08:47:32 2016 New Revision: 1755148 URL: http://svn.apache.org/viewvc?rev=1755148=rev Log: Correct name Modified: tomcat/trunk/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/interceptor/StatementDecoratorInterceptor.java Modified: