[Bug 65094] New: Typo on russian localization

2021-01-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65094 Bug ID: 65094 Summary: Typo on russian localization Product: Tomcat 9 Version: 9.0.41 Hardware: All OS: Linux Status: NEW Severity: trivial Pr

[Bug 65094] Typo on russian localization

2021-01-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65094 Remy Maucherat changed: What|Removed |Added Resolution|--- |WONTFIX Status|NEW

[Bug 65094] Typo on russian localization

2021-01-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65094 --- Comment #2 from Polina --- Ok. But I suppose I don't have permission to do this in POEditor. When I click on the link, I get a 404 error.. What am I doing wrong? -- You are receiving this mail because: You are the assignee for the bug. --

[Bug 65094] Typo on russian localization

2021-01-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65094 --- Comment #3 from Remy Maucherat --- You can read the documentation in the wiki for the full details on how to participate: https://cwiki.apache.org/confluence/x/vIPzBQ -- You are receiving this mail because: You are the assignee for the bu

[Bug 65094] Typo on russian localization

2021-01-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65094 --- Comment #4 from Polina --- Thank you! -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.or

[tomcat] branch master updated (f5af457 -> 6d66e99)

2021-01-20 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git. from f5af457 Remove reference to (now) unnecessary JAR add 3c3fabe Remove unnecessary code add 6d66e99 Use jav

[tomcat] branch 9.0.x updated: Use java.nio.file.Path for consistent sub-directory checking

2021-01-20 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt 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 4785433 Use java.nio.file.Path for consistent sub-

[tomcat] branch 8.5.x updated: Use java.nio.file.Path for consistent sub-directory checking

2021-01-20 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt 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 93f0cc4 Use java.nio.file.Path for consistent sub-

[tomcat] branch 7.0.x updated: Use consistent approach for sub-directory checking

2021-01-20 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt 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 74b1056 Use consistent approach for sub-directory

[tomcat] branch master updated: Start using more general AOT acronym instead of Graal

2021-01-20 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 0fe5c6f Start using more general AOT acronym inst

[tomcat] branch 9.0.x updated: Start using more general AOT acronym instead of Graal

2021-01-20 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 c2870cc Start using more general AOT acronym instea

buildbot failure in on tomcat-7-trunk

2021-01-20 Thread buildbot
The Buildbot has detected a new failure on builder tomcat-7-trunk while building tomcat. Full details are available at: https://ci.apache.org/builders/tomcat-7-trunk/builds/1839 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: asf946_ubuntu Build Reason: The AnyBranchSchedule

Re: buildbot failure in on tomcat-7-trunk

2021-01-20 Thread Mark Thomas
On 20/01/2021 16:16, build...@apache.org wrote: > The Buildbot has detected a new failure on builder tomcat-7-trunk while > building tomcat. Full details are available at: > https://ci.apache.org/builders/tomcat-7-trunk/builds/1839 > > Buildbot URL: https://ci.apache.org/ > > Buildslave for

[tomcat] branch 7.0.x updated: File separator, not path separator

2021-01-20 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt 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 7c3fb67 File separator, not path separator 7c3fb67

buildbot success in on tomcat-7-trunk

2021-01-20 Thread buildbot
The Buildbot has detected a restored build on builder tomcat-7-trunk while building tomcat. Full details are available at: https://ci.apache.org/builders/tomcat-7-trunk/builds/1840 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: asf946_ubuntu Build Reason: The AnyBranchSched

[Bug 64771] Windows CPU processor always running by a thread reading request body from https connection

2021-01-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64771 --- Comment #7 from pil...@yahoo.com --- I believe I have hit this same issue. I reported a bug against Spring as https://github.com/spring-projects/spring-framework/issues/26407 I have created a standalone application that can be used to repr

[Bug 64771] Windows CPU processor always running by a thread reading request body from https connection

2021-01-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64771 --- Comment #8 from Remy Maucherat --- That doesn't look good, it seems the state of the destination buffer is changing concurrently (suddenly, no remaining bytes although the capacity is still there), which then breaks the algorithm. Maybe thi