On Wed, Feb 7, 2018 at 8:42 PM, Violeta Georgieva
wrote:
> The proposed Apache Tomcat 7.0.85 release is now available for voting.
>
> It can be obtained from:
> https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.85/
> The Maven staging repo is:
> https://repository.apache.org/content/rep
On Wed, Feb 7, 2018 at 9:56 PM, Violeta Georgieva
wrote:
> The proposed Apache Tomcat 8.0.50 release is now available for voting.
>
> It can be obtained from:
> https://dist.apache.org/repos/dist/dev/tomcat/tomcat-8/v8.0.50/
> The Maven staging repo is:
> https://repository.apache.org/content/rep
2018-02-07 8:33 GMT+09:00 Mark Thomas :
> The proposed Apache Tomcat 8.5.28 release is now available for voting.
>
> The major changes compared to the 8.5.27 release are:
>
> - Fix truncated request input streams when using NIO2 with TLS.
>
> - Improved error handling and reporting for TLS configu
2018-02-07 7:08 GMT+09:00 Mark Thomas :
> The proposed Apache Tomcat 9.0.5 release is now available for voting.
>
> The major changes compared to the 9.0.4 release are:
>
> - Refactor error handling to enable errors that occur before processing
> is passed to the application to be handled by the
The Buildbot has detected a new failure on builder tomcat-trunk while building
. Full details are available at:
https://ci.apache.org/builders/tomcat-trunk/builds/3042
Buildbot URL: https://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranchScheduler schedu
Author: remm
Date: Thu Feb 8 21:25:40 2018
New Revision: 1823602
URL: http://svn.apache.org/viewvc?rev=1823602&view=rev
Log:
Refactoring to reduce duplication.
Modified:
tomcat/trunk/java/org/apache/coyote/http2/Http2AsyncParser.java
tomcat/trunk/java/org/apache/coyote/http2/Http2Parser.
Am 06.02.2018 um 23:08 schrieb Mark Thomas:
The proposed Apache Tomcat 9.0.5 release is now available for voting.
The major changes compared to the 9.0.4 release are:
- Refactor error handling to enable errors that occur before processing
is passed to the application to be handled by the app
Am 07.02.2018 um 00:33 schrieb Mark Thomas:
The proposed Apache Tomcat 8.5.28 release is now available for voting.
The major changes compared to the 8.5.27 release are:
- Fix truncated request input streams when using NIO2 with TLS.
- Improved error handling and reporting for TLS configuration
On 08/02/18 19:26, Christopher Schultz wrote:
> This guy is spamming existing bugs in the httpd project, too.
Account locked.
BZ 62087 deleted.
Comment on BZ 53218 (httpd) deleted.
Mark
-
To unsubscribe, e-mail: dev-unsubscr.
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
This guy is spamming existing bugs in the httpd project, too.
On 2/8/18 11:46 AM, bugzi...@apache.org wrote:
> https://bz.apache.org/bugzilla/show_bug.cgi?id=62087
>
> Coty Sutherland changed:
>
> What|Removed |Added
> --
https://bz.apache.org/bugzilla/show_bug.cgi?id=62087
Christopher Schultz changed:
What|Removed |Added
Summary|http://www.ufifa.com|[spam - invalid]
--
You are rec
https://bz.apache.org/bugzilla/show_bug.cgi?id=62087
Christopher Schultz changed:
What|Removed |Added
Attachment #35724|http://www.ufifa.com|[spam - deleted]
descript
https://bz.apache.org/bugzilla/show_bug.cgi?id=62087
Christopher Schultz changed:
What|Removed |Added
Attachment #35724|0 |1
is obsolete|
https://bz.apache.org/bugzilla/show_bug.cgi?id=62087
Coty Sutherland changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://bz.apache.org/bugzilla/show_bug.cgi?id=62087
--- Comment #1 from ufifa ---
(In reply to ufifa from comment #0)
> Created attachment 35724 [details]
> http://www.ufifa.com
--
You are receiving this mail because:
You are the assignee for the bug.
--
https://bz.apache.org/bugzilla/show_bug.cgi?id=62087
Bug ID: 62087
Summary: http://www.ufifa.com
Product: Tomcat Modules
Version: unspecified
Hardware: Other
OS: Mac OS X 10.3
Status: NEW
Severity: normal
Author: remm
Date: Thu Feb 8 16:29:08 2018
New Revision: 1823578
URL: http://svn.apache.org/viewvc?rev=1823578&view=rev
Log:
Add an async parser for HTTP/2. Will continue improving it. Although it looks
rather scary for GC, it actually seems to perform "ok" with h2load.
Added:
tomcat/trunk/
Author: remm
Date: Thu Feb 8 16:25:11 2018
New Revision: 1823577
URL: http://svn.apache.org/viewvc?rev=1823577&view=rev
Log:
This test is a problem if a parser reads a frame before processing it.
Modified:
tomcat/trunk/test/org/apache/coyote/http2/TestHttp2Section_5_1.java
Modified: tomcat/
2018-02-07 22:56 GMT+02:00 Violeta Georgieva :
>
> The proposed Apache Tomcat 8.0.50 release is now available for voting.
>
> It can be obtained from:
> https://dist.apache.org/repos/dist/dev/tomcat/tomcat-8/v8.0.50/
> The Maven staging repo is:
> https://repository.apache.org/content/repositories/
Author: markt
Date: Thu Feb 8 15:15:57 2018
New Revision: 1823565
URL: http://svn.apache.org/viewvc?rev=1823565&view=rev
Log:
Providing the error does not require the immediate closure of the connection,
pass all errors (invalid requests etc.) that occur before the request
processing pipeline i
https://bz.apache.org/bugzilla/show_bug.cgi?id=41007
--- Comment #10 from Mark Thomas ---
A quick update.
I believe the refactoring to enable the application/container error handling to
handle error reporting is complete. The errors that aren't processed this way
are:
- any error that is so seve
On 07/02/18 09:43, Mark Thomas wrote:
> Yet again we are having issues with the Symantec code signing service.
>
> The certificate associated with the API user we use to sign Tomcat
> releases expires at the end of March. As the designated contact, I got
> the renewal notice yesterday.
>
> I've j
2018-02-07 21:42 GMT+02:00 Violeta Georgieva :
>
> The proposed Apache Tomcat 7.0.85 release is now available for voting.
>
> It can be obtained from:
> https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.85/
> The Maven staging repo is:
> https://repository.apache.org/content/repositories/
2018-02-07 0:08 GMT+02:00 Mark Thomas :
>
> The proposed Apache Tomcat 9.0.5 release is now available for voting.
>
> The major changes compared to the 9.0.4 release are:
>
> - Refactor error handling to enable errors that occur before processing
> is passed to the application to be handled by th
On 06/02/18 23:33, Mark Thomas wrote:
> The proposed 8.5.28 release is:
> [ ] Broken - do not release
> [X] Stable - go ahead and release as 8.5.28
Unit tests for NIO, NIO2 and APR/native pass on Windows,OSX and Linux
with Tomcat Native 1.2.16.
Mark
---
On 06/02/18 22:08, Mark Thomas wrote:
> The proposed 9.0.5 release is:> [ ] Broken - do not release> [X] Stable - go
> ahead and release as 9.0.5
Unit tests for NIO, NIO2 and APR/native pass on Windows,OSX and Linux
with Tomcat Native 1.2.16.
Mark
-
Author: violetagg
Date: Thu Feb 8 09:51:27 2018
New Revision: 1823545
URL: http://svn.apache.org/viewvc?rev=1823545&view=rev
Log:
Fix typo
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml
Propchange: tomcat/tc7.0.x/trunk/
Author: violetagg
Date: Thu Feb 8 09:48:30 2018
New Revision: 1823543
URL: http://svn.apache.org/viewvc?rev=1823543&view=rev
Log:
Fix typo
Modified:
tomcat/tc8.0.x/trunk/ (props changed)
tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml
Propchange: tomcat/tc8.0.x/trunk/
Author: violetagg
Date: Thu Feb 8 09:44:37 2018
New Revision: 1823542
URL: http://svn.apache.org/viewvc?rev=1823542&view=rev
Log:
Fix typo
Modified:
tomcat/tc8.5.x/trunk/ (props changed)
tomcat/tc8.5.x/trunk/webapps/docs/changelog.xml
Propchange: tomcat/tc8.5.x/trunk/
Author: violetagg
Date: Thu Feb 8 09:40:09 2018
New Revision: 1823540
URL: http://svn.apache.org/viewvc?rev=1823540&view=rev
Log:
Fix typos
Modified:
tomcat/trunk/webapps/docs/changelog.xml
Modified: tomcat/trunk/webapps/docs/changelog.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/web
2018-02-07 1:33 GMT+02:00 Mark Thomas :
>
> The proposed Apache Tomcat 8.5.28 release is now available for voting.
>
> The major changes compared to the 8.5.27 release are:
>
> - Fix truncated request input streams when using NIO2 with TLS.
>
> - Improved error handling and reporting for TLS config
31 matches
Mail list logo