Author: violetagg
Date: Tue Aug 1 07:08:36 2017
New Revision: 1803616
URL: http://svn.apache.org/viewvc?rev=1803616&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=61086
Ensure to explicitly signal an empty request body for HTTP 205 responses.
Additional fix to r1795278. Based on
mmons/beanutils/dist/commons-beanutils-20170801.jar:/srv/gump/packages/commons-collections3/commons-collections-3.2.1.jar:/srv/gump/public/workspace/commons-cli/target/commons-cli-1.5-SNAPSHOT.jar:/srv/gump/public/workspace/commons-lang-trunk/target/commons-lang3-3.7-SNAPSHOT.jar:/srv/g
ump/public/work
Author: violetagg
Date: Tue Aug 1 07:21:49 2017
New Revision: 1803617
URL: http://svn.apache.org/viewvc?rev=1803617&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=61086
Merged revision(s) 1803616 from tomcat/trunk: Ensure to explicitly signal an
empty request body for HTTP 205
Author: violetagg
Date: Tue Aug 1 07:40:26 2017
New Revision: 1803618
URL: http://svn.apache.org/viewvc?rev=1803618&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=61086
Merged revision(s) 1803616 from tomcat/trunk: Ensure to explicitly signal an
empty request body for HTTP 205
Author: markt
Date: Tue Aug 1 07:43:02 2017
New Revision: 1803619
URL: http://svn.apache.org/viewvc?rev=1803619&view=rev
Log:
Exclude bug 49464 test files from Checkstyle because they have no header
Modified:
tomcat/trunk/build.xml
Modified: tomcat/trunk/build.xml
URL:
http://svn.apache.or
Author: violetagg
Date: Tue Aug 1 07:53:11 2017
New Revision: 1803621
URL: http://svn.apache.org/viewvc?rev=1803621&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=61086
Merged revision(s) 1803618 from tomcat/tc8.0.x/trunk: Merged revision(s)
1803616 from tomcat/trunk: Ensure to
Author: markt
Date: Tue Aug 1 07:59:40 2017
New Revision: 1803622
URL: http://svn.apache.org/viewvc?rev=1803622&view=rev
Log:
Avoid NPE
Modified:
tomcat/trunk/java/org/apache/catalina/core/StandardContext.java
Modified: tomcat/trunk/java/org/apache/catalina/core/StandardContext.java
URL:
h
https://bz.apache.org/bugzilla/show_bug.cgi?id=61086
Violeta Georgieva changed:
What|Removed |Added
Resolution|--- |FIXED
Status|REOPENED
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/2593
Buildbot URL: https://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranchScheduler sch
https://bz.apache.org/bugzilla/show_bug.cgi?id=61367
Bug ID: 61367
Summary: NPE exception in
org.apache.catalina.connector.CoyoteAdapter.service
Product: Tomcat 7
Version: 7.0.68
Hardware: PC
OS: Linux
tomcat-native.tar.gz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20170801-native-src.tar.gz
-Dexamples.sources.skip=true
-Dbase.path=/srv/gump/public/workspace/tomcat-trunk/tomcat-build-libs
-Djdt.jar=/srv/gump/packages/eclipse/plugins/R-4.5-201506032000/ecj-4.5.jar
-Dt
/logs-NIO2
-Dtomcat-native.tar.gz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20170801-native-src.tar.gz
-Dexamples.sources.skip=true
-Dbase.path=/srv/gump/public/workspace/tomcat-trunk/tomcat-build-libs
-Djdt.jar=/srv/gump/packages/eclipse/plugins/R-4.5-2015
sis-2.7-SNAPSHOT.jar
-Dexamples.sources.skip=true
-Dcommons-daemon.jar=/srv/gump/public/workspace/apache-commons/daemon/dist/commons-daemon-20170801.jar
-Dtest.openssl.path=/srv/gump/public/workspace/openssl-master/dest-20170801/bin/openssl
-Dexecute.test.nio=false
-Dhamcrest.jar=/srv/gump/packag
https://bz.apache.org/bugzilla/show_bug.cgi?id=61367
Mark Thomas changed:
What|Removed |Added
Status|NEW |NEEDINFO
--- Comment #1 from Mark Thomas
https://bz.apache.org/bugzilla/show_bug.cgi?id=61367
--- Comment #2 from Mark Thomas ---
Also, please test with the latest stable 7.0.x release.
--
You are receiving this mail because:
You are the assignee for the bug.
-
To uns
Author: markt
Date: Tue Aug 1 12:08:08 2017
New Revision: 1803636
URL: http://svn.apache.org/viewvc?rev=1803636&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=61364
Close InputStream to prevent locked files.
Modified:
tomcat/trunk/java/org/apache/jasper/compiler/ParserContr
Author: markt
Date: Tue Aug 1 12:10:47 2017
New Revision: 1803638
URL: http://svn.apache.org/viewvc?rev=1803638&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=61364
Close InputStream to prevent locked files.
Modified:
tomcat/tc8.5.x/trunk/ (props changed)
tomcat/tc8.5
https://bz.apache.org/bugzilla/show_bug.cgi?id=61364
Mark Thomas changed:
What|Removed |Added
OS||All
Status|NEW
https://bz.apache.org/bugzilla/show_bug.cgi?id=61366
--- Comment #3 from Mark Thomas ---
The patch forces a switch from a global DataSource to a local one. That is
going to break configurations for anyone currently using this Store.
I think what is required is something similar to the DataSource
Author: schultz
Date: Tue Aug 1 15:34:35 2017
New Revision: 1803654
URL: http://svn.apache.org/viewvc?rev=1803654&view=rev
Log:
Add note about HTTP reason phrase in Migration Guide.
Modified:
tomcat/site/trunk/docs/migration-85.html
tomcat/site/trunk/xdocs/migration-85.xml
Modified: tom
Github user jhorowitz-firedrum commented on the issue:
https://github.com/apache/tomcat/pull/71
Modified to include the recommendation from Mark Thomas:
https://bz.apache.org/bugzilla/show_bug.cgi?id=61366#c3
---
If your project is set up for it, you can reply to this email and have
https://bz.apache.org/bugzilla/show_bug.cgi?id=61366
Jonathan Horowitz changed:
What|Removed |Added
Attachment #35192|0 |1
is obsolete|
https://bz.apache.org/bugzilla/show_bug.cgi?id=61366
--- Comment #5 from Jonathan Horowitz ---
Thanks Mark, the patch and PR have been modified to reflect your
recommendation.
--
You are receiving this mail because:
You are the assignee for the bug.
-
Hi Mark.
Did you take a look at my suggestion?
2017-07-25 15:33 GMT-03:00 João Paulo Lemes Machado
:
> Hi Mark, tanks for the comment.
>
> Let me take the DataSourceProxy as example.
>
> This class has 142 methods of which 112 are get () and set () methods.
> We could mark these methods as dep
https://bz.apache.org/bugzilla/show_bug.cgi?id=61369
Bug ID: 61369
Summary: Tomcat 8.5.16 vulnerable to CVE-2016-0793
Product: Tomcat 8
Version: 8.5.16
Hardware: PC
Status: NEW
Severity: critical
Priority: P2
https://bz.apache.org/bugzilla/show_bug.cgi?id=61369
Brett Schoppert changed:
What|Removed |Added
OS||Windows Server 2012
--
You are rece
26 matches
Mail list logo