To whom it may engage...
This is an automated request, but not an unsolicited one. For
more information please visit http://gump.apache.org/nagged.html,
and/or contact the folk at gene...@gump.apache.org.
Project tomcat-tc7.0.x-test-apr has an issue affecting its community
integration.
To whom it may engage...
This is an automated request, but not an unsolicited one. For
more information please visit http://gump.apache.org/nagged.html,
and/or contact the folk at gene...@gump.apache.org.
Project tomcat-tc7.0.x-test-nio has an issue affecting its community
integration.
To whom it may engage...
This is an automated request, but not an unsolicited one. For
more information please visit http://gump.apache.org/nagged.html,
and/or contact the folk at gene...@gump.apache.org.
Project tomcat-tc7.0.x-test-bio has an issue affecting its community
integration.
To whom it may engage...
This is an automated request, but not an unsolicited one. For
more information please visit http://gump.apache.org/nagged.html,
and/or contact the folk at gene...@gump.apache.org.
Project tomcat-tc7.0.x-validate has an issue affecting its community
integration.
На вт, 9.04.2019 г. в 20:45 ч. Mark Thomas написа:
>
> Hi all,
>
> I'm a bit behind again this month - mainly because I was at the http
> workshop last week (very useful - a write-up is on the way). I've been
> through the open bugs and resolved those that don't require more
> research / 3rd party
Hi all,
I'm a bit behind again this month - mainly because I was at the http
workshop last week (very useful - a write-up is on the way). I've been
through the open bugs and resolved those that don't require more
research / 3rd party releases etc. so I am close to tagging.
I want to run the unit
markt-asf commented on issue #139: service.bat handles changed Service at
installation
URL: https://github.com/apache/tomcat/pull/139#issuecomment-481356608
The patch needs some more work. Currently it works if you install a
different service name using the installer (because `tomcat9[w].e
https://bz.apache.org/bugzilla/show_bug.cgi?id=63306
Mark Thomas changed:
What|Removed |Added
Resolution|--- |WORKSFORME
Status|NEW
This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 7.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/7.0.x by this push:
new d70a569 Add a standalone server and client for tes
https://bz.apache.org/bugzilla/show_bug.cgi?id=63311
--- Comment #4 from Konstantin Kolinko ---
I tested builds of current master and 7.0.x branches. The issue is fixed.
Thank you.
--
You are receiving this mail because:
You are the assignee for the bug.
https://bz.apache.org/bugzilla/show_bug.cgi?id=63324
--- Comment #5 from Martin L ---
Thanks for your feedback.
I've applied your suggestions, but needed to customize them a bit, depending on
the branch.
There are 3 PRs, one for 7.0.x, one for 8.5.x and one for master.
In 7.0.x the test setup l
This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 7.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/7.0.x by this push:
new 05fd80a Fix debug message parameter
05fd80a is des
On Tue, Apr 9, 2019 at 10:43 AM Mark Thomas wrote:
> On 09/04/2019 08:50, Rémy Maucherat wrote:
>
>
>
> > Thanks for the fix. I can indeed see that HttpParser.onHeadersComplete
> has:
> > output.headersEnd(streamId); // <- dispatch is done here
> >
> > if (headersEndStream) {
> >
commons-daemon-1.1.1-SNAPSHOT.jar
-Dtest.openssl.path=/srv/gump/public/workspace/openssl-master/dest-20190409/bin/openssl
-Dexecute
.test.nio=false
-Dhamcrest.jar=/srv/gump/packages/hamcrest/hamcrest-core-1.3.jar
-Dbndlib.jar=/srv/gump/packages/bnd/bndlib-4.0.0/biz.aQute.bndlib-4.0.0.jar
-Dex
kkolinko commented on issue #154: Don't place CrawlerSessionManagerValve into
session, place data-holder only
URL: https://github.com/apache/tomcat/pull/154#issuecomment-481178151
I commented in Bugzilla, starting with
https://bz.apache.org/bugzilla/show_bug.cgi?id=63324#c2
https://bz.apache.org/bugzilla/show_bug.cgi?id=63324
--- Comment #4 from Konstantin Kolinko ---
Based on the analysis in comment #3 I think that a possible solution is to
adjust the original proposal as follows. I am quoting fragments from attachment
36515
[[[
+private static class CrawlerHt
https://bz.apache.org/bugzilla/show_bug.cgi?id=63324
--- Comment #3 from Konstantin Kolinko ---
Note that the assumption of CrawlerSessionManagerValve is that the clients does
not support cookies. Thus it forcefully assigns them to the same session based
on their IP addresses.
[[[
if
mlem commented on issue #154: Don't serialize CrawlerSessionManagerValve into
session attributes
URL: https://github.com/apache/tomcat/pull/154#issuecomment-481173301
> But the implementation doesn't actually stop anything from being
serialized: those two big maps are still serialized alon
https://bz.apache.org/bugzilla/show_bug.cgi?id=63324
--- Comment #2 from Konstantin Kolinko ---
Created attachment 36515
--> https://bz.apache.org/bugzilla/attachment.cgi?id=36515&action=edit
154.patch (a copy of PR 154)
A copy of the current code in PR 154, formatted as a patch.
I'll comment
On 09/04/2019 08:50, Rémy Maucherat wrote:
> Thanks for the fix. I can indeed see that HttpParser.onHeadersComplete has:
> output.headersEnd(streamId); // <- dispatch is done here
>
> if (headersEndStream) {
> output.receivedEndOfStream(streamId);
> heade
https://bz.apache.org/bugzilla/show_bug.cgi?id=63237
--- Comment #6 from Konstantin Kolinko ---
(In reply to Phillip Webb from comment #4)
> That's a really interesting metric and quite a significant amount if we're
> talking about using embedded Tomcat in a serverless environment where runs
> ar
On Mon, Apr 8, 2019 at 10:49 PM Mark Thomas wrote:
> On 08/04/2019 20:38, Mark Thomas wrote:
>
>
>
> > I'm not sure. Do you have the complete logs for those tests? I'd like to
> > look at everything sent from the client to the server for stream 3.
>
> Thanks for the logs (sent off-list). They di
https://bz.apache.org/bugzilla/show_bug.cgi?id=63320
Keiichi Fujino changed:
What|Removed |Added
Resolution|--- |FIXED
Status|NEW
This is an automated email from the ASF dual-hosted git repository.
kfujino pushed a commit to branch 7.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/7.0.x by this push:
new e5c260d Fix https://bz.apache.org/bugzilla/show_
This is an automated email from the ASF dual-hosted git repository.
kfujino 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 7fc16d1 Fix https://bz.apache.org/bugzilla/show_
This is an automated email from the ASF dual-hosted git repository.
kfujino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/master by this push:
new 9ea280c Fix https://bz.apache.org/bugzilla/sho
26 matches
Mail list logo