[Bug 60030] Run away CPU with JSSE / OpenSSL with IE8

2020-07-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60030 kylivo changed: What|Removed |Added URL||http://199.192.26.181 -- You are receiving

Re: [Bug 60030] Run away CPU with JSSE / OpenSSL with IE8

2020-07-10 Thread Mark Thomas
On 10/07/2020 07:42, bugzi...@apache.org wrote: > https://bz.apache.org/bugzilla/show_bug.cgi?id=60030 > > kylivo changed: Spam reverted and the account has been disabled. Mark - To unsubscribe, e-mail:

[tomcat] branch master updated: Remove obsolete commented out ideas

2020-07-10 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/master by this push: new 407105e Remove obsolete commented out ideas

[Bug 64582] SecurityClassLoad - CoyoteOutputStream

2020-07-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64582 --- Comment #2 from Rohit Singh --- I think you provide the better information to us you. https://www.pragnaspokenenglish.com/ -- You are receiving this mail because: You are the assignee for the bug.

Re: [tomcat] branch master updated: Use StringBuilder instead of StringBuffer

2020-07-10 Thread Martin Grigorov
Hi Chris, On Mon, Jul 6, 2020 at 5:12 PM Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Martin, > > On 7/6/20 03:09, mgrigo...@apache.org wrote: > > diff --git > > a/java/org/apache/catalina/connector/CoyotePrincipal.java > >

[tomcat] branch 7.0.x updated: Remove obsolete commented out ideas

2020-07-10 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm pushed a commit to branch 7.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/7.0.x by this push: new 32d3e4b Remove obsolete commented out ideas

[Bug 64583] org.apache.tomcat.websocket.pojo.TestEncodingDecoding / testAnnotatedEndPoints - testEvent fails occasionally

2020-07-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64583 --- Comment #10 from Rohit Singh --- This post contains useful info in every aspect. Thank you so much for the step by step practical advice here and in the post, keep regular, Keep posting on a regular basis and sharing your knowledge with

[tomcat] branch 8.5.x updated: Remove obsolete commented out ideas

2020-07-10 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/8.5.x by this push: new 9eff420 Remove obsolete commented out ideas

[tomcat] branch 9.0.x updated: Remove obsolete commented out ideas

2020-07-10 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/9.0.x by this push: new 6598898 Remove obsolete commented out ideas

[GitHub] [tomcat] martin-g opened a new pull request #321: Simplify some #toString() methods

2020-07-10 Thread GitBox
martin-g opened a new pull request #321: URL: https://github.com/apache/tomcat/pull/321 Do not use StringBuilder when String concatenation is just fine. Append char instead of String when possible. Fix the toString of ExampleFilter

Re: [Bug 64582] SecurityClassLoad - CoyoteOutputStream

2020-07-10 Thread Mark Thomas
On 10/07/2020 16:53, bugzi...@apache.org wrote: > https://bz.apache.org/bugzilla/show_bug.cgi?id=64582 > > --- Comment #2 from Rohit Singh --- I've blocked this idiot's account but I am going to leave the spam comment in place for a little while so i can use it to explore more permanent options

[Bug 64593] New: Rewrites incorrectly 404 when there is no source context

2020-07-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64593 Bug ID: 64593 Summary: Rewrites incorrectly 404 when there is no source context Product: Tomcat 8 Version: 8.5.57 Hardware: PC OS: All

[GitHub] [tomcat] hazendaz commented on pull request #321: Simplify some #toString() methods

2020-07-10 Thread GitBox
hazendaz commented on pull request #321: URL: https://github.com/apache/tomcat/pull/321#issuecomment-656784397 Bad idea on adding concatenation (rest is good). That causes lots of extra object creation needlessly. Concatenation is long known to be a problem. This PR is doing 2 things,

[Bug 64548] generate JPMS metadata

2020-07-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64548 rotty3000 changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

svn commit: r1879778 - in /tomcat/site/trunk: docs/whoweare.html xdocs/whoweare.xml

2020-07-10 Thread rotty3000
Author: rotty3000 Date: Sat Jul 11 02:04:55 2020 New Revision: 1879778 URL: http://svn.apache.org/viewvc?rev=1879778=rev Log: Add myself to list Signed-off-by: Raymond Augé Modified: tomcat/site/trunk/docs/whoweare.html tomcat/site/trunk/xdocs/whoweare.xml Modified:

[tomcat] branch 9.0.x updated: Fix BZ 64548 - generate JPMS metadata

2020-07-10 Thread rotty3000
This is an automated email from the ASF dual-hosted git repository. rotty3000 pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/9.0.x by this push: new 39e7478 Fix BZ 64548 - generate JPMS metadata

[tomcat] branch master updated (407105e -> 928bd72)

2020-07-10 Thread rotty3000
This is an automated email from the ASF dual-hosted git repository. rotty3000 pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git. from 407105e Remove obsolete commented out ideas add 928bd72 Fix BZ 64548 - generate JPMS metadata No new

[GitHub] [tomcat] rotty3000 merged pull request #317: Fix BZ 64548 - generate JPMS metadata

2020-07-10 Thread GitBox
rotty3000 merged pull request #317: URL: https://github.com/apache/tomcat/pull/317 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

buildbot failure in on tomcat-trunk

2020-07-10 Thread buildbot
The Buildbot has detected a new failure on builder tomcat-trunk while building tomcat. Full details are available at: https://ci.apache.org/builders/tomcat-trunk/builds/5308 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: asf946_ubuntu Build Reason: The AnyBranchScheduler

[GitHub] [tomcat] rmaucher commented on pull request #321: Simplify some #toString() methods

2020-07-10 Thread GitBox
rmaucher commented on pull request #321: URL: https://github.com/apache/tomcat/pull/321#issuecomment-65628 Optimizing isn't important here so this PR is an improvement even if it was slower. This is an automated message

[GitHub] [tomcat] hazendaz commented on pull request #321: Simplify some #toString() methods

2020-07-10 Thread GitBox
hazendaz commented on pull request #321: URL: https://github.com/apache/tomcat/pull/321#issuecomment-656901567 @ChristopherSchultz Sorry my point was that there was more than just one thing going on in this change. Some of the stringBuilders didn't do anything other than add entirely

[GitHub] [tomcat] ChristopherSchultz commented on pull request #321: Simplify some #toString() methods

2020-07-10 Thread GitBox
ChristopherSchultz commented on pull request #321: URL: https://github.com/apache/tomcat/pull/321#issuecomment-656880783 > Bad idea on adding concatenation (rest is good). I don't see any "added" concatenation. Some uses of `StringBuilder` have been replaced with string