https://bz.apache.org/bugzilla/show_bug.cgi?id=65365
Fuwei Chin changed:
What|Removed |Added
Status|RESOLVED|REOPENED
Resolution|WONTFIX
This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 10.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/10.0.x by this push:
new 2a3cde3 Restore a (commented out) HTTP/2 example
This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/main by this push:
new a155965 Restore a (commented out) HTTP/2 example
a15
https://bz.apache.org/bugzilla/show_bug.cgi?id=65350
--- Comment #3 from Mark Thomas ---
Additional debug logging added in
- 10.1.x for 10.1.0-M1 onwards
- 10.0.x for 10.0.7 onwards
- 9.0.x for 9.0.47 onwards
- 8.5.x for 8.5.67 onwards
Enable with:
org.apache.coyote.http2.HpackDecoder.level = F
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 2fe6823 Add debug logging for HPACK decoding
2fe68
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 d73b6da Add debug logging for HPACK decoding
d73b6
This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 10.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/10.0.x by this push:
new d5c8c92 Add debug logging for HPACK decoding
d5c
This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/main by this push:
new c67784b Add debug logging for HPACK decoding
c67784b
https://bz.apache.org/bugzilla/show_bug.cgi?id=65350
--- Comment #2 from Christopher Schultz ---
I can't seem to find the reference to it, now, but I thought the reporter said
that a header line (or name?) with > 1024 characters seems to trigger this.
I'll keep searching for that reference.
--
https://bz.apache.org/bugzilla/show_bug.cgi?id=65350
Mark Thomas changed:
What|Removed |Added
Status|NEW |NEEDINFO
Severity|critical
https://bz.apache.org/bugzilla/show_bug.cgi?id=65356
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
Author: markt
Date: Mon Jun 7 18:07:16 2021
New Revision: 1890575
URL: http://svn.apache.org/viewvc?rev=1890575&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=65356 - Note change to %D in
ALV for Tomact 10 onwards.
Modified:
tomcat/site/trunk/docs/migration-10.html
tom
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 f367a29 Fix 65362. Add JPMS entries to embedded JA
This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 10.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/10.0.x by this push:
new 64d73d6 Fix 65362. Add JPMS entries to embedded
https://bz.apache.org/bugzilla/show_bug.cgi?id=65362
Mark Thomas changed:
What|Removed |Added
Resolution|--- |FIXED
Status|NEW
This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/main by this push:
new 01500b4 Fix 65362. Add JPMS entries to embedded JARs
michael-o commented on pull request #9:
URL: https://github.com/apache/tomcat-native/pull/9#issuecomment-856140048
@mturk You still owe me an explanation what will break for you.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHu
https://bz.apache.org/bugzilla/show_bug.cgi?id=65362
--- Comment #1 from Mark Thomas ---
This looks a side-effect of removing the BND annotations from the API classes
because they broke the TCK (arguably the TCK should have ignored them but the
TCK team disagreed).
The fix should - hopefully - b
https://bz.apache.org/bugzilla/show_bug.cgi?id=65365
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://bz.apache.org/bugzilla/show_bug.cgi?id=65365
Bug ID: 65365
Summary: HTTP Tunneling (Forward Proxy) Support
Product: Tomcat 9
Version: 9.0.26
Hardware: PC
Status: NEW
Severity: normal
Priority: P2
This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat-native.git
The following commit(s) were added to refs/heads/main by this push:
new 726433a Increment version for next developmen
This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat-native.git
The following commit(s) were added to refs/heads/main by this push:
new b3832de Add missing tags
b3832de is described
The Apache Tomcat team announces the immediate availability of Apache
Tomcat Native 1.2.30 stable.
The key features of this release are:
- Windows binaries built using OpenSSL 1.1.1k
- Fix an issue where some Windows systems in some configurations would
only listen on IPv6 addresses on dual st
Author: markt
Date: Mon Jun 7 15:47:48 2021
New Revision: 1890572
URL: http://svn.apache.org/viewvc?rev=1890572&view=rev
Log:
Fix formatting
Modified:
tomcat/site/trunk/docs/native-doc/miscellaneous/changelog.html
Modified: tomcat/site/trunk/docs/native-doc/miscellaneous/changelog.html
URL:
Author: markt
Date: Mon Jun 7 15:45:16 2021
New Revision: 1890571
URL: http://svn.apache.org/viewvc?rev=1890571&view=rev
Log:
Missed a version update
Modified:
tomcat/site/trunk/docs/index.html
tomcat/site/trunk/xdocs/index.xml
Modified: tomcat/site/trunk/docs/index.html
URL:
http://sv
Author: markt
Date: Mon Jun 7 15:44:44 2021
New Revision: 1890570
URL: http://svn.apache.org/viewvc?rev=1890570&view=rev
Log:
Update site for Tomcat Native 1.2.30 release
Modified:
tomcat/site/trunk/docs/download-native.html
tomcat/site/trunk/docs/index.html
tomcat/site/trunk/docs/ol
This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat-native.git
The following commit(s) were added to refs/heads/main by this push:
new 9170841 Fix copy/paste
9170841 is described b
Author: markt
Date: Mon Jun 7 15:36:27 2021
New Revision: 1890569
URL: http://svn.apache.org/viewvc?rev=1890569&view=rev
Log:
Update Native docs for 1.2.30 release
Modified:
tomcat/site/trunk/docs/native-doc/index.html
tomcat/site/trunk/docs/native-doc/miscellaneous/changelog.html
to
On 07/06/2021 14:55, Christopher Schultz wrote:
Mark,
On 6/7/21 09:38, ma...@apache.org wrote:
Fix BZ 65358 - Improve EL matching of varargs methods.
https://bz.apache.org/bugzilla/show_bug.cgi?id=65358
I wonder if there is any appetite in the EL EG for establishing a
reference imp
Mark,
On 6/7/21 09:38, ma...@apache.org wrote:
Fix BZ 65358 - Improve EL matching of varargs methods.
https://bz.apache.org/bugzilla/show_bug.cgi?id=65358
I wonder if there is any appetite in the EL EG for establishing a
reference implementation of this kind of thing. If the e
https://bz.apache.org/bugzilla/show_bug.cgi?id=65358
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
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 35daf4e Fix BZ 65358 - Improve EL matching of vara
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 4f5a355 Fix BZ 65358 - Improve EL matching of vara
This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 10.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/10.0.x by this push:
new d44931e Fix BZ 65358 - Improve EL matching of va
This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/main by this push:
new a915ed9 Fix BZ 65358 - Improve EL matching of vararg
https://bz.apache.org/bugzilla/show_bug.cgi?id=65362
Bug ID: 65362
Summary: Missing uses-Directives in JPMS descriptor of
tomcat-embed-websocket.jar
Product: Tomcat 9
Version: 9.0.46
Hardware: All
OS: All
This is an automated email from the ASF dual-hosted git repository.
remm pushed a commit to branch 10.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/10.0.x by this push:
new 89c2474 Packaging on main only
89c2474 is describ
This is an automated email from the ASF dual-hosted git repository.
remm pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git.
from a09ce7c Update Korean translations
add 8424677 Update version numbers
No new revisions were added by this update.
38 matches
Mail list logo