https://bz.apache.org/bugzilla/show_bug.cgi?id=59710
hugo.lar...@yahoo.com changed:
What|Removed |Added
Status|NEEDINFO|NEW
--- Comment #5 from hugo.la
https://bz.apache.org/bugzilla/show_bug.cgi?id=59774
Bug ID: 59774
Summary: Trailing dot still present in docs of AccessLogValve
Product: Tomcat 8
Version: 8.5.x-trunk
Hardware: All
OS: All
Status: NEW
Sev
-commons/daemon/dist/bin/commons-daemon-20160630-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
-Dtest.apr.loc=/srv/gump/public/workspace/tomcat-native
2016-06-28 22:25 GMT+02:00 Mark Thomas :
> Version 1.2.8 includes the following changes:
>
> - Fix OCSP / no OCSP status of Windows builds
> - Improve handling of OS level EAGAIN return codes
> - Fix a potential performance problem on Linux and OSX
>
> The proposed release artefacts can be found
On 06/28/2016 10:25 PM, Mark Thomas wrote:
> Version 1.2.8 includes the following changes:
>
> - Fix OCSP / no OCSP status of Windows builds
> - Improve handling of OS level EAGAIN return codes
> - Fix a potential performance problem on Linux and OSX
>
> The proposed release artefacts can be fou
Author: markt
Date: Thu Jun 30 12:21:02 2016
New Revision: 1750788
URL: http://svn.apache.org/viewvc?rev=1750788&view=rev
Log:
Simplify. Re-use existing method rather than duplicating it.
Modified:
tomcat/trunk/java/org/apache/catalina/connector/Request.java
Modified: tomcat/trunk/java/org/a
Author: markt
Date: Thu Jun 30 11:50:07 2016
New Revision: 1750776
URL: http://svn.apache.org/viewvc?rev=1750776&view=rev
Log:
Align HTTP/2 with AJP and HTTP/1.1 and commit the response before any body data
is written to OutputBuffer
Modified:
tomcat/trunk/java/org/apache/coyote/http2/Stream
Author: markt
Date: Thu Jun 30 11:43:18 2016
New Revision: 1750774
URL: http://svn.apache.org/viewvc?rev=1750774&view=rev
Log:
Remove duplicate committed flag from HTTP/1.1 OutputBuffer and use the flag on
the response (like AJP and HTTP/2 do)
Modified:
tomcat/trunk/java/org/apache/coyote/ht
Author: markt
Date: Thu Jun 30 11:37:22 2016
New Revision: 1750773
URL: http://svn.apache.org/viewvc?rev=1750773&view=rev
Log:
Add some final modifiers
Modified:
tomcat/trunk/java/org/apache/coyote/http11/Http11OutputBuffer.java
Modified: tomcat/trunk/java/org/apache/coyote/http11/Http11Outp