https://bz.apache.org/bugzilla/show_bug.cgi?id=66511
Bug ID: 66511
Summary: GZipOutputFilter overwrites chunk instead of reading
it
Product: Tomcat 10
Version: 10.1.7
Hardware: PC
OS: Mac OS X 10.1
Author: markt
Date: Mon Mar 6 12:25:03 2023
New Revision: 1908122
URL: http://svn.apache.org/viewvc?rev=1908122&view=rev
Log:
Add a paragraph setting out what is considered out of scope
Modified:
tomcat/site/trunk/docs/security.html
tomcat/site/trunk/xdocs/security.xml
Modified: tomcat/
The following votes were cast:
Binding:
+1: lihan, markt, remm
Non-binding:
+1: Dimitris Soumis
The vote therefore passes.
Thanks to everyone who contributed to this release.
Mark
On 27/02/2023 20:32, Mark Thomas wrote:
The proposed Apache Tomcat 11.0.0-M4 release is now available for
voti
Author: markt
Date: Mon Mar 6 12:53:14 2023
New Revision: 60470
Log:
Release Tomcat 11.0.0-M4
Added:
release/tomcat/tomcat-11/v11.0.0-M4/
- copied from r60469, dev/tomcat/tomcat-11/v11.0.0-M4/
Removed:
dev/tomcat/tomcat-11/v11.0.0-M4/
-
https://bz.apache.org/bugzilla/show_bug.cgi?id=65901
--- Comment #6 from Stefan Mayr ---
After this ticket has celebrated its first birthday. Can anyone have a look
into this issue? Looking at the commit history maybe Rainer Jung or Mark Thomas
Thank you
--
You are receiving this mail because:
Author: markt
Date: Mon Mar 6 14:09:19 2023
New Revision: 1908124
URL: http://svn.apache.org/viewvc?rev=1908124&view=rev
Log:
Fix typo
Modified:
tomcat/site/trunk/tools/doap.pl
Modified: tomcat/site/trunk/tools/doap.pl
URL:
http://svn.apache.org/viewvc/tomcat/site/trunk/tools/doap.pl?rev=1
Author: markt
Date: Mon Mar 6 14:14:32 2023
New Revision: 1908125
URL: http://svn.apache.org/viewvc?rev=1908125&view=rev
Log:
Update docs for 11.0.0-M4 release
[This commit notification would consist of 65 parts,
which exceeds the limit of 50 ones, so it was shortened to the summary.]
---
Author: markt
Date: Mon Mar 6 14:21:33 2023
New Revision: 1908127
URL: http://svn.apache.org/viewvc?rev=1908127&view=rev
Log:
Update site for 11.0.0-M4 release
Modified:
tomcat/site/trunk/docs/download-11.html
tomcat/site/trunk/docs/index.html
tomcat/site/trunk/docs/migration-11.0.ht
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 339bd4c7dc Fix BZ 66511 - GZip output with direct buf
This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 10.1.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/10.1.x by this push:
new 4685e12d5b Fix BZ 66511 - GZip output with direct
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 d7f8782efe Fix BZ 66511 - GZip output with direct b
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 13b04b3e5c Fix BZ 66511 - GZip output with direct b
The Apache Tomcat team announces the immediate availability of Apache
Tomcat 11.0.0-M4 (alpha).
Apache Tomcat 11 is an open source software implementation of the
Jakarta Servlet, Jakarta Server Pages, Jakarta Expression Language,
Jakarta WebSocket, Jakarta Authentication and Jakarta Annotations
s
https://bz.apache.org/bugzilla/show_bug.cgi?id=66511
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://bz.apache.org/bugzilla/show_bug.cgi?id=66507
--- Comment #1 from Eric Hamilton ---
Updated suggested catalina.sh fix to conform with execution style of other
commands:
elif [ "$1" = "version" ] ; then
eval "\"$_RUNJAVA\"" "$JAVA_OPTS" \
-classpath "\"$CATALINA_HOME/lib/catalina
https://bz.apache.org/bugzilla/show_bug.cgi?id=66512
Bug ID: 66512
Summary: File downloads render as empty if access to Tomcat
based application is delegated via AJP
Product: Tomcat 9
Version: 9.0.73
Hardware: PC
https://bz.apache.org/bugzilla/show_bug.cgi?id=66512
Mark Thomas changed:
What|Removed |Added
OS||All
--- Comment #1 from Mark Thomas ---
https://bz.apache.org/bugzilla/show_bug.cgi?id=66512
--- Comment #2 from Alexander Schüßler ---
Hi Mark,
thanks for getting back to me so fast! Appreciate it.
Please see below a complete sample of a stacktrace:
#--
28-Feb-2023 22:46:47.39
https://bz.apache.org/bugzilla/show_bug.cgi?id=66512
--- Comment #3 from Alexander Schüßler ---
Hi,
to clarify:
It is about the non-unicode characters in the FILE NAMES - I guess this was not
clear in my initial report!
For instance one of our clients from Greece struggled with a file named
5_Π
https://bz.apache.org/bugzilla/show_bug.cgi?id=66512
--- Comment #4 from Mark Thomas ---
Thanks. It looks like a UTF-8 value is being put into an HTTP header. Prior to
the refactoring of MessageBytes, that would have resulted in a corrupted
header. Now it triggers an error to make the problem mor
https://bz.apache.org/bugzilla/show_bug.cgi?id=66512
--- Comment #5 from Alexander Schüßler ---
Hi Mark,
I am open for any solution for our issue.
To underline, we are using the given config for AJP + Apache Tomcat for years
without changes and never saw issues like this. The only thing that ch
https://bz.apache.org/bugzilla/show_bug.cgi?id=66512
--- Comment #6 from Mark Thomas ---
That there have been corrupted header values for years without issue supports
the view that the header is probably not required.
What would be useful for confirmation is the HTTP response headers. For a
requ
https://bz.apache.org/bugzilla/show_bug.cgi?id=66512
--- Comment #7 from Alexander Schüßler ---
Hey Mark,
I am not 100% sure what you want me to do but I guess you would like me to
track a click on a file(i.e. a download link)in the file manager on a system
where it works and not works each and
https://bz.apache.org/bugzilla/show_bug.cgi?id=66512
--- Comment #8 from Alexander Schüßler ---
P.S:
I am also on Skype so also screen sharing on Skype are absolutely no problem if
you are willing to, but I definitely do not expect that from you, it is just a
kind offer I would like to make in c
Build status: BUILD FAILED: failed compile (failure)
Worker used: bb_worker2_ubuntu
URL: https://ci2.apache.org/#builders/37/builds/483
Blamelist: Mark Thomas
Build Text: failed compile (failure)
Status Detected: new failure
Build Source Stamp: [branch 9.0.x] d7f8782efea21d36fa7cad0c81d3d285fa374e
All,
I'm curious... how married are we to the idea of distributing installers
for Windows operating systems?
I only ask because the release-build process is somewhat complicated by
having to build such installers.
Apple has moved to ARM. Windows also supports ARM, though there aren't a
hug
On 06/03/2023 17:01, Christopher Schultz wrote:
All,
I'm curious... how married are we to the idea of distributing installers
for Windows operating systems?
There are definitely users that use it so I think we need to provide
something that installs Tomcat as a service.
My understanding fr
https://bz.apache.org/bugzilla/show_bug.cgi?id=66512
--- Comment #9 from Christopher Schultz ---
Alexander, have a look at this StackOverflow question and answer:
https://stackoverflow.com/questions/93551/how-to-encode-the-filename-parameter-of-content-disposition-header-in-http
I suspect your
Mark,
On 3/6/23 12:30, Mark Thomas wrote:
On 06/03/2023 17:01, Christopher Schultz wrote:
All,
I'm curious... how married are we to the idea of distributing
installers for Windows operating systems?
There are definitely users that use it so I think we need to provide
something that install
https://bz.apache.org/bugzilla/show_bug.cgi?id=66512
--- Comment #10 from Alexander Schüßler ---
Hi Mark,
I am not a developer at my company but I found a suspicious piece of code in
our codebase that would underline your assumption:
https://pastebin.com/m74V3qHx
I suppose what you want us to
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 2db3559e67 Add release date for 11.0.0-M4
2db3559e67
https://bz.apache.org/bugzilla/show_bug.cgi?id=66513
Bug ID: 66513
Summary: Primary Key Violation using PersistentManager +
PersistentValves +
Product: Tomcat 9
Version: 9.0.72
Hardware: PC
Status: NEW
https://bz.apache.org/bugzilla/show_bug.cgi?id=66513
Vincent Liautaud changed:
What|Removed |Added
CC||vincent.liaut...@free.fr
https://bz.apache.org/bugzilla/show_bug.cgi?id=66512
--- Comment #11 from Mark Thomas ---
Alex,
You might want to test an updated header as if you look at the "working" one:
content-disposition: inline; filename="5_ EL.pdf";
filename*=UTF-8''5_%CE%A0%CE%A1%CE%9F%CE%A3%20EL.pdf
the filename
https://bz.apache.org/bugzilla/show_bug.cgi?id=66512
--- Comment #12 from Alexander Schüßler ---
Hi Mark,
thanks so much for all your help with this matter.
I am impressed that you are more responsive than any paid support agent :)
I will test the code change on our side and see if this also he
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 afb270c3f7 Refactor. Simplify logic. No functional ch
This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 10.1.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/10.1.x by this push:
new c3eb218eb6 Refactor. Simplify logic. No functiona
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 0ca1ae14d8 Refactor. Simplify logic. No functional
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 10610bc6c5 Refactor. Simplify logic. No functional
This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 10.1.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/10.1.x by this push:
new 9bcdc19334 Refactor. Re-order. No functional chan
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 4a5a1e5f52 Refactor. Re-order. No functional change.
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 bd22a139cb Refactor. Re-order. No functional change
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 56f32fb9e9 Refactor. Re-order. No functional change
https://bz.apache.org/bugzilla/show_bug.cgi?id=66512
--- Comment #13 from Christopher Schultz ---
(In reply to Alexander Schüßler from comment #10)
> I am not a developer at my company but I found a suspicious piece of code in
> our codebase that would underline your assumption:
That does indeed
This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 10.1.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/10.1.x by this push:
new d8ece17eac Fix BZ 66512 - Ignore invalid HHTP res
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 7c122e0f2c Fix BZ 66512 - Ignore invalid HHTP respons
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 8823c0288d Fix BZ 66512 - Ignore invalid HHTP respo
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 23e6451af2 Fix BZ 66512 - Ignore invalid HTTP respo
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 5a3c991804 Fix backport
5a3c991804 is described bel
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 37fc50107b Fix typo
37fc50107b is described below
co
This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 10.1.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/10.1.x by this push:
new afa1241ba0 Fix typo
afa1241ba0 is described below
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 64a187283c Fix typo
64a187283c is described below
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 fac6fc69a0 Code clean-up. Format. No functional chang
This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 10.1.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/10.1.x by this push:
new 11b17e5648 Code clean-up. Format. No functional c
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 48fa6ffe5c Code clean-up. Format. No functional cha
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 972bd0ad6b Code clean-up. Format. No functional cha
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 5fd6daa5ff Align with 10.0.x
5fd6daa5ff is describe
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 3b74a8877c Align with 9.0.x
3b74a8877c is described
This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 10.1.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/10.1.x by this push:
new 12618a8892 Use new attribute name. Align with 11.
https://bz.apache.org/bugzilla/show_bug.cgi?id=66512
--- Comment #14 from Mark Thomas ---
Dev build for evaluation available from:
https://people.apache.org/~markt/dev/v9.0.74-dev/
Usual caveats apply:
- this is not an official release
- use it at your own risk
--
You are receiving this mail b
Build status: Build succeeded!
Worker used: bb_worker2_ubuntu
URL: https://ci2.apache.org/#builders/37/builds/484
Blamelist: Mark Thomas
Build Text: build successful
Status Detected: restored build
Build Source Stamp: [branch 9.0.x] 5fd6daa5ffb4ef7927fd159ed162e977619ac7df
Steps:
worker_prepa
Hi all,
A while back I added unix domain socket support to tomcat-native, and patched
tomcat to use it until java16 is available.
Unfortunately unix domain socket support was removed from tomcat-native 2.0+,
and now tomcat-native 2.0+ is appearing in distros, meaning that unix domain
socket su
This is an automated email from the ASF dual-hosted git repository.
lihan 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 2ee1135c46 Fix BZ 66507 - Catalina version command no
This is an automated email from the ASF dual-hosted git repository.
lihan pushed a commit to branch 10.1.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/10.1.x by this push:
new c4acd4faa9 Fix BZ 66507 - Catalina version comman
This is an automated email from the ASF dual-hosted git repository.
lihan 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 33b47cf5eb Fix BZ 66507 - Catalina version command
This is an automated email from the ASF dual-hosted git repository.
lihan 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 04174d9307 Fix BZ 66507 - Catalina version command
https://bz.apache.org/bugzilla/show_bug.cgi?id=66507
Han Li changed:
What|Removed |Added
Resolution|--- |FIXED
Status|NEW
aooohan commented on PR #595:
URL: https://github.com/apache/tomcat/pull/595#issuecomment-1457597852
Thanks for reporting this. However, I found differences between this file
and spec, so I will update it to align with spec.
--
This is an automated message from the Apache Git Service.
To
aooohan closed pull request #595: Exception message error
URL: https://github.com/apache/tomcat/pull/595
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail:
This is an automated email from the ASF dual-hosted git repository.
lihan 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 1fc4b7c95d Align with spec
1fc4b7c95d is described be
This is an automated email from the ASF dual-hosted git repository.
lihan pushed a commit to branch 10.1.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/10.1.x by this push:
new 5f0a1b92f6 Align with spec
5f0a1b92f6 is describe
This is an automated email from the ASF dual-hosted git repository.
lihan 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 e6cb59c0a7 Align with spec
e6cb59c0a7 is described
This is an automated email from the ASF dual-hosted git repository.
lihan 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 32a7fe4ea4 Fix wrong namespace.
32a7fe4ea4 is descr
вт, 7 мар. 2023 г. в 09:17, :
>
> This is an automated email from the ASF dual-hosted git repository.
>
> lihan 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 1fc4b7c9
> On Mar 7, 2023, at 14:39, Konstantin Kolinko wrote:
>
> вт, 7 мар. 2023 г. в 09:17, mailto:li...@apache.org>>:
>>
>> This is an automated email from the ASF dual-hosted git repository.
>>
>> lihan pushed a commit to branch main
>> in repository https://gitbox.apache.org/repos/asf/tomcat.git
This is an automated email from the ASF dual-hosted git repository.
lihan 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 e020b669a5 Revert "Align with spec"
e020b669a5 is des
This is an automated email from the ASF dual-hosted git repository.
lihan pushed a commit to branch 10.1.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/10.1.x by this push:
new 7e7f1f98e7 Revert "Align with spec"
7e7f1f98e7 is
This is an automated email from the ASF dual-hosted git repository.
lihan 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 1f81fd0367 Revert "Align with spec"
1f81fd0367 is d
On Tue, Mar 7, 2023 at 12:01 AM Graham Leggett wrote:
>
> Hi all,
>
> A while back I added unix domain socket support to tomcat-native, and patched
> tomcat to use it until java16 is available.
>
> Unfortunately unix domain socket support was removed from tomcat-native 2.0+,
> and now tomcat-nat
On Tue, Mar 7, 2023 at 8:14 AM Han Li wrote:
>
>
>
> > On Mar 7, 2023, at 14:39, Konstantin Kolinko wrote:
> >
> > вт, 7 мар. 2023 г. в 09:17, mailto:li...@apache.org>>:
> >>
> >> This is an automated email from the ASF dual-hosted git repository.
> >>
> >> lihan pushed a commit to branch main
>
> On Mar 7, 2023, at 15:51, Rémy Maucherat wrote:
>
> On Tue, Mar 7, 2023 at 8:14 AM Han Li wrote:
>>
>>
>>
>>> On Mar 7, 2023, at 14:39, Konstantin Kolinko wrote:
>>>
>>> вт, 7 мар. 2023 г. в 09:17, mailto:li...@apache.org>>:
This is an automated email from the ASF dual-hoste
вт, 7 мар. 2023 г. в 10:14, Han Li :
>
>
>
> > On Mar 7, 2023, at 14:39, Konstantin Kolinko wrote:
> >
> > вт, 7 мар. 2023 г. в 09:17, mailto:li...@apache.org>>:
> >>
> >> This is an automated email from the ASF dual-hosted git repository.
> >>
> >> lihan pushed a commit to branch main
> >> in rep
82 matches
Mail list logo