https://bz.apache.org/bugzilla/show_bug.cgi?id=65466
Bug ID: 65466
Summary: content-type application/json default encoding
Product: Tomcat 9
Version: 9.0.50
Hardware: PC
OS: Linux
Status: NEW
Severity: nor
https://bz.apache.org/bugzilla/show_bug.cgi?id=65466
--- Comment #1 from Michael Osipov ---
Absolutely valid. Same request for HttpClient
https://issues.apache.org/jira/browse/HTTPCLIENT-2159.
--
You are receiving this mail because:
You are the assignee for the bug.
https://bz.apache.org/bugzilla/show_bug.cgi?id=65466
--- Comment #2 from Mark Thomas ---
A little clarification is required. Do you mean HTTP request headers or HTTP
response headers? Assuming you mean HTTP response headers, how - exactly - is
the response created? Is this a static resource or is
https://bz.apache.org/bugzilla/show_bug.cgi?id=65466
--- Comment #3 from qeepcologne ---
request headers - i test request with postman and log headers via
org.springframework.web.filter.CommonsRequestLoggingFilter in the backend and
found it modified.
--
You are receiving this mail because:
You
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 c24a27d Next version of servlet spec will be 6.0 rat
Author: markt
Date: Tue Jul 27 10:33:08 2021
New Revision: 1891825
URL: http://svn.apache.org/viewvc?rev=1891825&view=rev
Log:
Update Servlet spec version for Tomcat 10.1.x to 6.0
Modified:
tomcat/site/trunk/docs/migration-10.1.html
tomcat/site/trunk/docs/whichversion.html
tomcat/site
https://bz.apache.org/bugzilla/show_bug.cgi?id=65466
Mark Thomas changed:
What|Removed |Added
Resolution|--- |INVALID
Status|NEW
https://bz.apache.org/bugzilla/show_bug.cgi?id=65443
--- Comment #10 from ekkelenk...@gmail.com ---
Thanks for providing the change. I'll use it in my code once available in the
new releases.
--
You are receiving this mail because:
You are the assignee for the bug.
--
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 074285b Restore use of guard which was accidently re
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 8f4f0f0 Restore use of guard which was accidentl
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 3a9e204 Restore use of guard which was accidently
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 d5883af Restore use of guard which was accidently
https://bz.apache.org/bugzilla/show_bug.cgi?id=65466
--- Comment #5 from qeepcologne ---
thanks for checking, if i log it to tomcat access log via "%{Content-Type}i"
header is unmodified, probably it happens later in spring magic.
--
You are receiving this mail because:
You are the assignee for
https://bz.apache.org/bugzilla/show_bug.cgi?id=65466
--- Comment #6 from Michael Osipov ---
(In reply to qeepcologne from comment #5)
> thanks for checking, if i log it to tomcat access log via "%{Content-Type}i"
> header is unmodified, probably it happens later in spring magic.
It is very unlik
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 98540e0 No longer automatically disable JMX when usi
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 70a6bce No longer automatically disable JMX when
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 f11dc24 No longer automatically disable JMX when u
On 27/07/2021 04:17, Christopher Schultz wrote:
Mark,
On 7/23/21 09:40, Mark Thomas wrote:
Hi all,
Partly due to the couple of regressions that have emerged this month,
I'd like to aim to get the next set of releases out closer to the
start of August than the middle.
With that in mind I'll
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 ba0c69d Avoid unnecessary cache revalidation.
ba0c69
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 aa40d04 Avoid unnecessary cache revalidation.
aa
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 bd75e4e Avoid unnecessary cache revalidation.
bd75
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 9beff85 Avoid unnecessary cache revalidation.
9bef
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 5f41348 The minimum Java version for the Jakarta 10
Author: markt
Date: Tue Jul 27 15:14:42 2021
New Revision: 1891834
URL: http://svn.apache.org/viewvc?rev=1891834&view=rev
Log:
Add minimum Java version info
Modified:
tomcat/site/trunk/docs/migration-10.1.html
tomcat/site/trunk/xdocs/migration-10.1.xml
Modified: tomcat/site/trunk/docs/mi
On 27/07/2021 16:14, ma...@apache.org wrote:
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 5f413
This is an automated email from the ASF dual-hosted git repository.
remm 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 46a8745 Simplify
46a8745 is described below
commit 4
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
commit bc11f601e2ea0cc1e0d858a8e35ab2ae37fd214b
Author: Mark Thomas
AuthorDate: Tue Jul 27 16:44:30 2021 +0100
Handle new TLS
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
commit abd84d2096124a597e342897e0be25bbe8a03214
Author: Mark Thomas
AuthorDate: Tue Jul 27 16:26:05 2021 +0100
Fix redundant
This is an automated email from the ASF dual-hosted git repository.
markt pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git.
from 46a8745 Simplify
new abd84d2 Fix redundant specification of type arguments warnings
new bc11f60 Handle 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 08eae2b Avoid use of Class.newInstance()
08eae2b is
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 555fd62 Avoid use of Class.newInstance()
555fd62
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 e70ef19 Avoid use of Class.newInstance()
e70ef19 i
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 ef164a3 Align format with 9.0.x
ef164a3 is describ
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 689438c Fix IDE warning re NPE
689438c is described
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 aa919f6 Drop Java 8 for Linux. Move Windows build 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 1c843d8 Update Travis to use Java 11 for all 10.1.x
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 1bb6c6f Avoid deprecation warnings for isAccessible
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 7137cf9 Silence warnings we can't avoid
7137cf9 is d
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 71d1c46 Silence these warnings
71d1c46 is described
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 3fffc31 Fix building Javadoc for Java 11
3fffc31 is
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 99b4e28 Simplify code - no functional change
99b4e28
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 42de6e5 Simplify code - no functional change
42d
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 d873f31 Simplify code - no functional change
d873f
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 8972e7b Simplify code - no functional change
8972e
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 a535913 Silence a couple more deprecation warnings
a
45 matches
Mail list logo