The Buildbot has detected a restored build on builder tomcat-7-trunk while
building . Full details are available at:
https://ci.apache.org/builders/tomcat-7-trunk/builds/1089
Buildbot URL: https://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranchScheduler
Thanks Mark, that is great to hear.
Rgds,Rory
On 08/05/2018 14:40, Mark Thomas wrote:
All,
I've just tried building with Java 11 and performing a very simple smoke
test (does the WebSocket snake game work).
The only issue I found was that the removal of the java.xml.ws module
meant that the
Am 30.04.2018 um 12:57 schrieb ma...@apache.org:
Author: markt
Date: Mon Apr 30 10:57:27 2018
New Revision: 1830547
URL: http://svn.apache.org/viewvc?rev=1830547&view=rev
Log:
Correct a regression in the error page handling that prevented error pages from
issuing redirects or taking other actio
On 11/05/18 08:58, Rainer Jung wrote:
> Am 30.04.2018 um 12:57 schrieb ma...@apache.org:
>> Author: markt
>> Date: Mon Apr 30 10:57:27 2018
>> New Revision: 1830547
>>
>> URL: http://svn.apache.org/viewvc?rev=1830547&view=rev
>> Log:
>> Correct a regression in the error page handling that prevented
Author: markt
Date: Fri May 11 08:34:21 2018
New Revision: 1831389
URL: http://svn.apache.org/viewvc?rev=1831389&view=rev
Log:
When the header limit is exceeded before the protocol is read (e.g. with
excessive new lines before the request line), set the protocol to avoid the
missing protocol tri
Author: markt
Date: Fri May 11 08:34:55 2018
New Revision: 1831390
URL: http://svn.apache.org/viewvc?rev=1831390&view=rev
Log:
When the header limit is exceeded before the protocol is read (e.g. with
excessive new lines before the request line), set the protocol to avoid the
missing protocol tri
https://bz.apache.org/bugzilla/show_bug.cgi?id=62371
Bug ID: 62371
Summary: Improve logging in AbstractProcessor.parseHost()
Product: Tomcat 9
Version: 9.0.7
Hardware: PC
OS: Linux
Status: NEW
Severity: no
Am 11.05.2018 um 10:31 schrieb Mark Thomas:
On 11/05/18 08:58, Rainer Jung wrote:
Am 30.04.2018 um 12:57 schrieb ma...@apache.org:
Author: markt
Date: Mon Apr 30 10:57:27 2018
New Revision: 1830547
URL: http://svn.apache.org/viewvc?rev=1830547&view=rev
Log:
Correct a regression in the error pa
https://bz.apache.org/bugzilla/show_bug.cgi?id=62343
--- Comment #1 from Jianjun Chen ---
Hi, is there something I forget to do to advance this report? I haven't
received any response yet.
Thanks,
Jianjun
--
You are receiving this mail because:
You are the assignee for the bug.
--
Running the unit tests for trunk on my relatively slow Solaris machine,
two of the performance tests run especially long:
javax.websocket.TestContainerProviderPerformance: about 25 minutes per
connector.
org.apache.jasper.runtime.TestTagHandlerPoolPerformance: about 5 minutes
per connector.
Hi,
2018-05-07 15:06 GMT+03:00 Violeta Georgieva :
>
> The proposed Apache Tomcat 7.0.88 release is now available for voting.
>
> It can be obtained from:
> https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.88/
> The Maven staging repo is:
> https://repository.apache.org/content/reposito
Author: violetagg
Date: Fri May 11 09:37:37 2018
New Revision: 26843
Log:
Release 7.0.88
Added:
release/tomcat/tomcat-7/v7.0.88/
- copied from r26842, dev/tomcat/tomcat-7/v7.0.88/
Removed:
dev/tomcat/tomcat-7/v7.0.88/
---
Author: violetagg
Date: Fri May 11 09:42:59 2018
New Revision: 1831395
URL: http://svn.apache.org/viewvc?rev=1831395&view=rev
Log:
Update the release date for 7.0.88
Modified:
tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml
Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml
URL:
http
Github user koraktor commented on the issue:
https://github.com/apache/tomcat/pull/108
@markt-asf Iâm sorry to nag you about this, but I didnât get any
feedback since my improvements on this patch series.
---
-
Hello Apache Supporters and Enthusiasts
This is a reminder that the schedule for the Apache EU Roadshow 2018 in
Berlin has been announced.
http://apachecon.com/euroadshow18/schedule.html
Please note that we will not be running an ApacheCon in Europe this year
which means that this Apache EU
https://bz.apache.org/bugzilla/show_bug.cgi?id=62371
--- Comment #1 from Luko ---
I have the same issue.
In my opinion the issue is in Tomcat host validation.
My application DNS alias looks like this : myapp-t.my-dommain
where -t is env (test)
my-domain is the domain name (yes, with minus sign (-
Github user ChristopherSchultz commented on the issue:
https://github.com/apache/tomcat/pull/108
I'm starting to lean toward requiring this new feature to require a
configuration option to enable it, and have it default to `false`. My
justification is that it represents a breaking beh
Author: markt
Date: Fri May 11 13:08:30 2018
New Revision: 1831410
URL: http://svn.apache.org/viewvc?rev=1831410&view=rev
Log:
Remove duplicate calls when creating a replicated session to reduce the time
taken to create the session and thereby reduce the chances of a subsequent
session update me
Author: markt
Date: Fri May 11 13:09:36 2018
New Revision: 1831411
URL: http://svn.apache.org/viewvc?rev=1831411&view=rev
Log:
Remove duplicate calls when creating a replicated session to reduce the time
taken to create the session and thereby reduce the chances of a subsequent
session update me
Author: markt
Date: Fri May 11 13:12:08 2018
New Revision: 1831413
URL: http://svn.apache.org/viewvc?rev=1831413&view=rev
Log:
Remove duplicate calls when creating a replicated session to reduce the time
taken to create the session and thereby reduce the chances of a subsequent
session update me
Modified:
tomcat/tc7.0.x/trunk/java/org/apache/catalina/ha/session/DeltaManager.java
URL:
http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/java/org/apache/catalina/ha/session/DeltaManager.java?rev=1831414&r1=1831413&r2=1831414&view=diff
===
Author: markt
Date: Fri May 11 13:15:13 2018
New Revision: 1831414
URL: http://svn.apache.org/viewvc?rev=1831414&view=rev
Log:
Remove duplicate calls when creating a replicated session to reduce the time
taken to create the session and thereby reduce the chances of a subsequent
session update me
On 11/05/18 10:17, Rainer Jung wrote:
> Running the unit tests for trunk on my relatively slow Solaris machine,
> two of the performance tests run especially long:
>
> javax.websocket.TestContainerProviderPerformance: about 25 minutes per
> connector.
>
> org.apache.jasper.runtime.TestTagHandlerP
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Mark,
On 5/11/18 4:34 AM, ma...@apache.org wrote:
> Author: markt Date: Fri May 11 08:34:21 2018 New Revision: 1831389
>
> URL: http://svn.apache.org/viewvc?rev=1831389&view=rev Log: When
> the header limit is exceeded before the protocol is read (
https://bz.apache.org/bugzilla/show_bug.cgi?id=62371
--- Comment #2 from Christopher Schultz ---
Hyphens (-) are allowed to be allowed in hostnames, but not in TLDs[1]
I wonder if this is too restrictive for Tomcat, and whether or not it would
apply (unfairly) to punycode hostnames. My sense is
On 11/05/18 15:44, Christopher Schultz wrote:
> Why not use something like "UNKNOWN" instead of "HTTP/1.1"? It might
> be confusing to see that the protocol "is" HTTP/1.1 when it was
> actually something else on the wire.
Because:
- neither the app nor the client ever sees it.
- it needs to be
https://bz.apache.org/bugzilla/show_bug.cgi?id=62371
--- Comment #3 from Mark Thomas ---
The data on the wire will be after the punnycode encoding so the validation
performed by this parser should be correct (Tomcat allows '-' in every element
apart from the gTLD).
To get to the original report,
Author: markt
Date: Fri May 11 16:39:43 2018
New Revision: 1831432
URL: http://svn.apache.org/viewvc?rev=1831432&view=rev
Log:
Add the AuthenticatedUserRealm for use with CLIENT-CERT and SPNEGO when just
the authenticated user name is required.
Added:
tomcat/trunk/java/org/apache/catalina/re
Author: markt
Date: Fri May 11 18:36:15 2018
New Revision: 1831439
URL: http://svn.apache.org/viewvc?rev=1831439&view=rev
Log:
Log an error message if the AJP connector detects the the reverse proxy is
sending AJP messages that are too large for the configured packetSize.
Modified:
tomcat/tr
Author: markt
Date: Fri May 11 18:36:41 2018
New Revision: 1831440
URL: http://svn.apache.org/viewvc?rev=1831440&view=rev
Log:
Log an error message if the AJP connector detects the the reverse proxy is
sending AJP messages that are too large for the configured packetSize.
Modified:
tomcat/tc
Author: markt
Date: Fri May 11 18:40:17 2018
New Revision: 1831441
URL: http://svn.apache.org/viewvc?rev=1831441&view=rev
Log:
Log an error message if the AJP connector detects the the reverse proxy is
sending AJP messages that are too large for the configured packetSize.
Modified:
tomcat/tc
Author: markt
Date: Fri May 11 18:44:51 2018
New Revision: 1831442
URL: http://svn.apache.org/viewvc?rev=1831442&view=rev
Log:
Log an error message if the AJP connector detects the the reverse proxy is
sending AJP messages that are too large for the configured packetSize.
Modified:
tomcat/tc
Github user markt-asf commented on the issue:
https://github.com/apache/tomcat/pull/108
I agree this should configurable on the Host.
It should be possible to remove the Comparator entirely if the version code
is used directly in the Mapper.
I'd like this to be more robust. I'm
https://bz.apache.org/bugzilla/show_bug.cgi?id=50019
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://bz.apache.org/bugzilla/show_bug.cgi?id=62371
Robert Rettig changed:
What|Removed |Added
CC||robert@rettig.bayern
--- Comment #4 fr
https://bz.apache.org/bugzilla/show_bug.cgi?id=62371
--- Comment #5 from Robert Rettig ---
This effects version 8.5.31 too, which has much bigger impact to other
projects!
see:
http://svn.apache.org/viewvc/tomcat/tc8.5.x/tags/TOMCAT_8_5_31/java/org/apache/tomcat/util/http/parser/HttpParser.java?
36 matches
Mail list logo