svn commit: r1831042 - in /tomcat/tc8.5.x/trunk: ./ conf/catalina.policy java/org/apache/jasper/runtime/BodyContentImpl.java webapps/docs/changelog.xml

2018-05-06 Thread kkolinko
Author: kkolinko Date: Sun May 6 19:44:29 2018 New Revision: 1831042 URL: http://svn.apache.org/viewvc?rev=1831042=rev Log: Refactor org.apache.jasper.runtime.BodyContentImpl so an additional permission is not required in catalina.policy This is a follow-up to the fix for 43925. Merged

svn commit: r1831051 - in /tomcat/tc8.0.x/trunk: ./ conf/catalina.policy java/org/apache/jasper/runtime/BodyContentImpl.java webapps/docs/changelog.xml

2018-05-06 Thread kkolinko
Author: kkolinko Date: Sun May 6 20:15:38 2018 New Revision: 1831051 URL: http://svn.apache.org/viewvc?rev=1831051=rev Log: Refactor org.apache.jasper.runtime.BodyContentImpl so an additional permission is not required in catalina.policy This is a follow-up to the fix for 43925. This is

Tag Tomcat 7.0.x

2018-05-06 Thread Violeta Georgieva
Hi, I'm planning to tag Tomcat 7.0.x in the next 1-2h. If you want to include something please reply here. Regards, Violeta

Re: Tag Tomcat 7.0.x

2018-05-06 Thread Violeta Georgieva
2018-05-06 22:33 GMT+03:00 Konstantin Kolinko : > > 2018-05-06 21:00 GMT+03:00 Violeta Georgieva : > > Hi, > > > > I'm planning to tag Tomcat 7.0.x in the next 1-2h. > > If you want to include something please reply here. > > Hi! > > I'll backport

svn commit: r1831046 - in /tomcat/tc8.5.x/trunk: ./ conf/catalina.policy

2018-05-06 Thread kkolinko
Author: kkolinko Date: Sun May 6 19:59:38 2018 New Revision: 1831046 URL: http://svn.apache.org/viewvc?rev=1831046=rev Log: Remove unnecessary permission. After this permission was first granted, the code that reads the property was moved into a privileged block so this permission is no longer

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

2018-05-06 Thread kkolinko
Author: kkolinko Date: Sun May 6 22:06:32 2018 New Revision: 1831061 URL: http://svn.apache.org/viewvc?rev=1831061=rev Log: Followup to the fix for https://bz.apache.org/bugzilla/show_bug.cgi?id=62273 Fix startup failure when running under SecurityManager. The inner classes of HttpParser were

Re: Tag Tomcat 7.0.x

2018-05-06 Thread Konstantin Kolinko
2018-05-06 22:46 GMT+03:00 Violeta Georgieva : > 2018-05-06 22:33 GMT+03:00 Konstantin Kolinko : >> >> Hi! >> >> I'll backport Mark's r1831000 (for BZ 62350) in the next ~30 minutes. > > Ok then I'll tag tomorrow. > Just drop me a mail when it is

svn commit: r1831054 - in /tomcat/tc7.0.x/trunk: ./ conf/catalina.policy java/org/apache/jasper/runtime/BodyContentImpl.java webapps/docs/changelog.xml

2018-05-06 Thread kkolinko
Author: kkolinko Date: Sun May 6 20:42:45 2018 New Revision: 1831054 URL: http://svn.apache.org/viewvc?rev=1831054=rev Log: Refactor org.apache.jasper.runtime.BodyContentImpl so an additional permission is not required in catalina.policy This is a follow-up to the fix for 43925. This is

Re: Tag Tomcat 7.0.x

2018-05-06 Thread Konstantin Kolinko
2018-05-06 21:00 GMT+03:00 Violeta Georgieva : > Hi, > > I'm planning to tag Tomcat 7.0.x in the next 1-2h. > If you want to include something please reply here. Hi! I'll backport Mark's r1831000 (for BZ 62350) in the next ~30 minutes. Best regards, Konstantin Kolinko

svn commit: r1831060 - in /tomcat/tc7.0.x/trunk: .gitattributes build.xml webapps/docs/changelog.xml

2018-05-06 Thread kkolinko
Author: kkolinko Date: Sun May 6 21:22:48 2018 New Revision: 1831060 URL: http://svn.apache.org/viewvc?rev=1831060=rev Log: Add a .gitattributes file to make sure that Git handles test data files for bug 52121 as binary. Added: tomcat/tc7.0.x/trunk/.gitattributes (with props) Modified:

svn commit: r1831044 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/el/lang/ELSupport.java

2018-05-06 Thread kkolinko
Author: kkolinko Date: Sun May 6 19:54:20 2018 New Revision: 1831044 URL: http://svn.apache.org/viewvc?rev=1831044=rev Log: Clean-up Don't use a constant for the result of test that is only used once. Merged r1830999 from tomcat/trunk. Modified: tomcat/tc8.5.x/trunk/ (props changed)

[Bug 62350] AccessControlException: "org.apache.jasper.runtime.BodyContentImpl.BUFFER_SIZE", "read"

2018-05-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62350 --- Comment #10 from Konstantin Kolinko --- (In reply to Konstantin Kolinko from comment #9) > (In reply to Mark Thomas from comment #8) > > An alternative, and arguably better approach, would be to use a privileged > >

svn commit: r1831069 - /tomcat/trunk/java/org/apache/catalina/tribes/membership/McastService.java

2018-05-06 Thread kfujino
Author: kfujino Date: Mon May 7 05:35:01 2018 New Revision: 1831069 URL: http://svn.apache.org/viewvc?rev=1831069=rev Log: Remove unnecessary default property values. Modified: tomcat/trunk/java/org/apache/catalina/tribes/membership/McastService.java Modified:

svn commit: r1831070 - /tomcat/tc8.5.x/trunk/java/org/apache/catalina/tribes/membership/McastService.java

2018-05-06 Thread kfujino
Author: kfujino Date: Mon May 7 05:35:47 2018 New Revision: 1831070 URL: http://svn.apache.org/viewvc?rev=1831070=rev Log: Remove unnecessary default property values. Modified: tomcat/tc8.5.x/trunk/java/org/apache/catalina/tribes/membership/McastService.java Modified:

[Bug 60214] Think im being hacked

2018-05-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60214 Krzysztof changed: What|Removed |Added Blocks|60215 | Referenced Bugs:

svn commit: r1831065 - in /tomcat/trunk: java/org/apache/catalina/tribes/membership/McastService.java webapps/docs/changelog.xml

2018-05-06 Thread kfujino
Author: kfujino Date: Mon May 7 04:38:37 2018 New Revision: 1831065 URL: http://svn.apache.org/viewvc?rev=1831065=rev Log: Ensure that the correct default value is returned when retrieve unset properties in McastService. Modified:

svn commit: r1831066 - in /tomcat/tc8.5.x/trunk: java/org/apache/catalina/tribes/membership/McastService.java webapps/docs/changelog.xml

2018-05-06 Thread kfujino
Author: kfujino Date: Mon May 7 04:40:43 2018 New Revision: 1831066 URL: http://svn.apache.org/viewvc?rev=1831066=rev Log: Ensure that the correct default value is returned when retrieve unset properties in McastService. Modified:

svn commit: r1831067 - in /tomcat/tc8.0.x/trunk: java/org/apache/catalina/tribes/membership/McastService.java webapps/docs/changelog.xml

2018-05-06 Thread kfujino
Author: kfujino Date: Mon May 7 04:41:52 2018 New Revision: 1831067 URL: http://svn.apache.org/viewvc?rev=1831067=rev Log: Ensure that the correct default value is returned when retrieve unset properties in McastService. Modified:

svn commit: r1831068 - in /tomcat/tc7.0.x/trunk: java/org/apache/catalina/tribes/membership/McastService.java webapps/docs/changelog.xml

2018-05-06 Thread kfujino
Author: kfujino Date: Mon May 7 04:43:21 2018 New Revision: 1831068 URL: http://svn.apache.org/viewvc?rev=1831068=rev Log: Ensure that the correct default value is returned when retrieve unset properties in McastService. Modified:

svn commit: r1831071 - /tomcat/tc8.0.x/trunk/java/org/apache/catalina/tribes/membership/McastService.java

2018-05-06 Thread kfujino
Author: kfujino Date: Mon May 7 05:36:35 2018 New Revision: 1831071 URL: http://svn.apache.org/viewvc?rev=1831071=rev Log: Remove unnecessary default property values. Modified: tomcat/tc8.0.x/trunk/java/org/apache/catalina/tribes/membership/McastService.java Modified:

svn commit: r1831072 - /tomcat/tc7.0.x/trunk/java/org/apache/catalina/tribes/membership/McastService.java

2018-05-06 Thread kfujino
Author: kfujino Date: Mon May 7 05:37:16 2018 New Revision: 1831072 URL: http://svn.apache.org/viewvc?rev=1831072=rev Log: Remove unnecessary default property values. Modified: tomcat/tc7.0.x/trunk/java/org/apache/catalina/tribes/membership/McastService.java Modified:

Bug report for Tomcat 7 [2018/05/06]

2018-05-06 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 9 [2018/05/06]

2018-05-06 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat Connectors [2018/05/06]

2018-05-06 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Taglibs [2018/05/06]

2018-05-06 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat Native [2018/05/06]

2018-05-06 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 8 [2018/05/06]

2018-05-06 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat Modules [2018/05/06]

2018-05-06 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

[Bug 62350] AccessControlException: "org.apache.jasper.runtime.BodyContentImpl.BUFFER_SIZE", "read"

2018-05-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62350 --- Comment #9 from Konstantin Kolinko --- (In reply to Mark Thomas from comment #8) > An alternative, and arguably better approach, would be to use a privileged > block. It is probably more code but it should allow for