[Bug 64240] http 0.9 request return nothing

2020-03-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64240 --- Comment #15 from mgrigorov --- (In reply to Remy Maucherat from comment #4) > Why is 0.9 support not removed by now ? It sounds *quite* ridiculous to > still have it (clients which insist would still get something back). +1 from me too. -

[Bug 64247] no-op JarScanner breaks back compatibility

2020-03-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64247 Remy Maucherat changed: What|Removed |Added Status|NEW |NEEDINFO --- Comment #2 from Remy Mau

svn commit: r1875460 - in /tomcat/site/trunk: ./ docs/ xdocs/

2020-03-20 Thread violetagg
Author: violetagg Date: Fri Mar 20 09:42:34 2020 New Revision: 1875460 URL: http://svn.apache.org/viewvc?rev=1875460&view=rev Log: Updates (excluding docs) for 7.0.103 release Modified: tomcat/site/trunk/build.properties.default tomcat/site/trunk/docs/doap_Tomcat.rdf tomcat/site/trunk

[tomcat] branch master updated: BZ64226: Reset timezone after parsing a date

2020-03-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 a6a0abc BZ64226: Reset timezone after parsing a d

[tomcat] branch 9.0.x updated: BZ64226: Reset timezone after parsing a date

2020-03-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 f64a2a7 BZ64226: Reset timezone after parsing a dat

[tomcat] branch 8.5.x updated: BZ64226: Reset timezone after parsing a date

2020-03-20 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 2a8f978 BZ64226: Reset timezone after parsing a dat

[tomcat] branch 7.0.x updated: BZ64226: Reset timezone after parsing a date

2020-03-20 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 a0d86a6 BZ64226: Reset timezone after parsing a dat

[Bug 64226] Tomcat 9 can return HTTP date headers in timzone other than GMT

2020-03-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64226 Remy Maucherat changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

svn commit: r1875461 - in /tomcat/site/trunk/docs/tomcat-7.0-doc: ./ annotationapi/ annotationapi/javax/annotation/ annotationapi/javax/annotation/security/ annotationapi/javax/annotation/sql/ api/ ap

2020-03-20 Thread violetagg
Author: violetagg Date: Fri Mar 20 09:52:52 2020 New Revision: 1875461 URL: http://svn.apache.org/viewvc?rev=1875461&view=rev Log: Update docs for Apache Tomcat 7.0.103 release. [This commit notification would consist of 76 parts, which exceeds the limit of 50 ones, so it was shortened to the s

svn commit: r38570 - /release/tomcat/tomcat-7/v7.0.100/

2020-03-20 Thread violetagg
Author: violetagg Date: Fri Mar 20 09:55:17 2020 New Revision: 38570 Log: Remove 7.0.100 Removed: release/tomcat/tomcat-7/v7.0.100/ - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail

[GitHub] [tomcat] rmaucher commented on issue #262: Fix and tests for tomcat bug #64226

2020-03-20 Thread GitBox
rmaucher commented on issue #262: Fix and tests for tomcat bug #64226 URL: https://github.com/apache/tomcat/pull/262#issuecomment-601617760 I preferred a simple reset of the timezone for now. Thanks for the PR. This is an auto

[GitHub] [tomcat] rmaucher closed pull request #262: Fix and tests for tomcat bug #64226

2020-03-20 Thread GitBox
rmaucher closed pull request #262: Fix and tests for tomcat bug #64226 URL: https://github.com/apache/tomcat/pull/262 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

[ANN] Apache Tomcat 7.0.103 released

2020-03-20 Thread Violeta Georgieva
The Apache Tomcat team announces the immediate availability of Apache Tomcat 7.0.103. Apache Tomcat is an open source software implementation of the Java Servlet, JavaServer Pages, Java Expression Language and Java WebSocket technologies. This release contains a number of bug fixes and improvemen

buildbot failure in on tomcat-trunk

2020-03-20 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/5040 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: asf946_ubuntu Build Reason: The AnyBranchScheduler sc

Re: buildbot failure in on tomcat-trunk

2020-03-20 Thread Rémy Maucherat
On Fri, Mar 20, 2020 at 11:39 AM wrote: > 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/5040 > > Buildbot URL: https://ci.apache.org/ > > Buildslave for this Build: a

[Bug 64237] Mime-mapping for *.Z files is missing in default configuration of Tomcat 7.0.103

2020-03-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64237 Konstantin Kolinko changed: What|Removed |Added Version|trunk |7.0.103 -- You are receiving thi

[tomcat] branch master updated: BZ64247: Fix jarsToSkip wildcard use

2020-03-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 9c6563b BZ64247: Fix jarsToSkip wildcard use 9c65

[tomcat] branch 9.0.x updated: BZ64247: Fix jarsToSkip wildcard use

2020-03-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 a9b1b43 BZ64247: Fix jarsToSkip wildcard use a9b1b4

[tomcat] branch 8.5.x updated: BZ64247: Fix jarsToSkip wildcard use

2020-03-20 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 20380e1 BZ64247: Fix jarsToSkip wildcard use 20380e

[Bug 64247] no-op JarScanner breaks back compatibility

2020-03-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64247 Remy Maucherat changed: What|Removed |Added Resolution|--- |FIXED Status|NEEDINFO

[Bug 64222] Getting User from SSO using SPNEGO returns Tomcat Linux user instead of Windows user above Tomcat9.0.8 - Update documentation

2020-03-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64222 b...@wigeogis.com changed: What|Removed |Added Resolution|WORKSFORME |--- Status|RESOLVED

buildbot success in on tomcat-trunk

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

[Bug 64240] http 0.9 request return nothing

2020-03-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64240 --- Comment #16 from Christopher Schultz --- (In reply to dingli from comment #13) > F5 can send HTTP/1.0 or HTTP/1.1 request in http monitor. but ths stupid > thing is the default setting is HTTP/0.9 > > we have change the F5 setting last n

[Bug 64210] parsing request headers fail

2020-03-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64210 david.keel...@tylertech.com changed: What|Removed |Added CC||david.keel...@tylertech.co