The Buildbot has detected a new failure on builder tomcat-9-trunk while
building tomcat. Full details are available at:
https://ci.apache.org/builders/tomcat-9-trunk/builds/264
Buildbot URL: https://ci.apache.org/
Buildslave for this Build: asf946_ubuntu
Build Reason: The AnyBranchScheduler
https://bz.apache.org/bugzilla/show_bug.cgi?id=64488
Mark Thomas changed:
What|Removed |Added
Status|REOPENED|RESOLVED
Resolution|---
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 8f5b6ae Correct section
8f5b6ae is described below
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 43abcd8 Correct section
43abcd8 is described below
This is an automated email from the ASF dual-hosted git repository.
markt 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 44f949b Correct section
44f949b is described bel
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 1350860 Fix BZ 64488. Correct ImportHandler failur
This is an automated email from the ASF dual-hosted git repository.
markt 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 d2e079f Fix BZ 64488. Correct ImportHandler fail
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 22b4599 Fix BZ 64488. Correct ImportHandler failur
https://bz.apache.org/bugzilla/show_bug.cgi?id=64488
--- Comment #6 from Mark Thomas ---
Thanks for the test case. It makes debugging what is going on a lot easier.
I think there is a bug here.
Over time we have added various optimisations to the ImportHandler to address
performance issues caus
https://bz.apache.org/bugzilla/show_bug.cgi?id=64488
Mark Thomas changed:
What|Removed |Added
Status|RESOLVED|REOPENED
Resolution|INVALID
https://bz.apache.org/bugzilla/show_bug.cgi?id=64488
volosied+apa...@gmail.com changed:
What|Removed |Added
Resolution|--- |INVALID
Status|
This is an automated email from the ASF dual-hosted git repository.
markt 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 5520347 Update a missed version number
5520347 i
On 02/06/2020 16:57, Christopher Schultz wrote:
> Mark,
>
> On 6/2/20 11:44, Mark Thomas wrote:
>> On 02/06/2020 16:37, Christopher Schultz wrote:
>>> Mark,
>>>
>>> On 6/2/20 06:24, ma...@apache.org wrote:
This is an automated email from the ASF dual-hosted git
repository.
>>>
markt
https://bz.apache.org/bugzilla/show_bug.cgi?id=64493
--- Comment #6 from asf+p...@kungfoocoder.org ---
Thanks for the change!
As discussed in the previous comment we do have a workaround that we could
apply, now that we know what the change is and the reason why this changed. So
although I would
https://bz.apache.org/bugzilla/show_bug.cgi?id=64493
--- Comment #5 from asf+p...@kungfoocoder.org ---
We construct it through server.xml I guess. We don't call this code directly,
but rather through the normal tomcat configuration.
Our server.xml has:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Mark,
On 6/2/20 11:44, Mark Thomas wrote:
> On 02/06/2020 16:37, Christopher Schultz wrote:
>> Mark,
>>
>> On 6/2/20 06:24, ma...@apache.org wrote:
>>> This is an automated email from the ASF dual-hosted git
>>> repository.
>>
>>> markt pushed a com
On 02/06/2020 16:37, Christopher Schultz wrote:
> Mark,
>
> On 6/2/20 06:24, ma...@apache.org wrote:
>> This is an automated email from the ASF dual-hosted git
>> repository.
>
>> markt pushed a commit to branch master in repository
>> https://gitbox.apache.org/repos/asf/tomcat.git
>
>
>> The f
https://bz.apache.org/bugzilla/show_bug.cgi?id=64493
Remy Maucherat changed:
What|Removed |Added
Resolution|--- |FIXED
Status|NEW
This is an automated email from the ASF dual-hosted git repository.
remm 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 e622833 64493: Revert possible protocol value chang
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Mark,
On 6/2/20 06:24, ma...@apache.org wrote:
> This is an automated email from the ASF dual-hosted git
> repository.
>
> markt pushed a commit to branch master in repository
> https://gitbox.apache.org/repos/asf/tomcat.git
>
>
> The following comm
https://bz.apache.org/bugzilla/show_bug.cgi?id=64488
--- Comment #3 from Konstantin Kolinko ---
(In reply to volosied+apache from comment #0)
A pair of minor comments regarding the patch
> + @Override
> + public Boolean run() {
> + return cl.getResource(path) == null;
> + }
The code fr
https://bz.apache.org/bugzilla/show_bug.cgi?id=64493
--- Comment #3 from Remy Maucherat ---
The new behavior reflects what is passed to the constructor, which I think is
more consistent, so how is your connector created ?
--
You are receiving this mail because:
You are the assignee for the bug.
https://bz.apache.org/bugzilla/show_bug.cgi?id=64493
--- Comment #2 from asf+p...@kungfoocoder.org ---
I would be happy if they _both_ showed the same value, either new or old. It is
the mismatch between the two that makes me sad.
Ideally we would keep the old, then we wouldn't need to update our
https://bz.apache.org/bugzilla/show_bug.cgi?id=64493
--- Comment #1 from Remy Maucherat ---
Well, the new value is correct as well I'm afraid. I will look at how easy it
is to restore the fake value.
--
You are receiving this mail because:
You are the assignee for the bug.
-
https://bz.apache.org/bugzilla/show_bug.cgi?id=64488
--- Comment #2 from Konstantin Kolinko ---
(In reply to volosied+apache from comment #0)
> Permission:
> ("java.io.FilePermission"
> "/Library/Java/JavaVirtualMachines/adoptopenjdk-8-openj9.jdk/Contents/Home/
> jre/lib/rt.jar" "read")
How doe
https://bz.apache.org/bugzilla/show_bug.cgi?id=64493
Bug ID: 64493
Summary: Regression: JMX beans for HTTPS connector changed
protocol with 9.0.35
Product: Tomcat 9
Version: 9.0.35
Hardware: PC
OS: Mac OS X
This is an automated email from the ASF dual-hosted git repository.
remm 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 b9656d7 Remove version number
b9656d7 is described
This is an automated email from the ASF dual-hosted git repository.
remm 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 f03e2b0 Remove version number
f03e2b0 is describe
This is an automated email from the ASF dual-hosted git repository.
remm 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 4dbf088 Improve fomatting
4dbf088 is described belo
This is an automated email from the ASF dual-hosted git repository.
remm 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 41b7c9d Improve fomatting
41b7c9d is described belo
This is an automated email from the ASF dual-hosted git repository.
remm 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 00c2660 Improve fomatting
00c2660 is described be
On Tue, Jun 2, 2020 at 4:01 PM Mark Thomas wrote:
> Hi all,
>
> It is the start of the month again so I intend to start the next round
> of releases. All the open issues appear to be resolved / waiting for
> info so I plan to run the unit tests locally and, assuming they pass
> cleanly, tag later
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 9a0a943 Update BND
9a0a943 is described below
com
This is an automated email from the ASF dual-hosted git repository.
markt 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 a0ad185 Update BND
a0ad185 is described below
c
https://bz.apache.org/bugzilla/show_bug.cgi?id=64231
--- Comment #1 from le...@redhat.com ---
Hi,
Just wondering if someone can answer this please? Is there a timeline we can
expect for this?
Thanks
Lei
--
You are receiving this mail because:
You are the assignee for the bug.
Hi all,
It is the start of the month again so I intend to start the next round
of releases. All the open issues appear to be resolved / waiting for
info so I plan to run the unit tests locally and, assuming they pass
cleanly, tag later today / early tomorrow.
Mark
---
https://bz.apache.org/bugzilla/show_bug.cgi?id=64483
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 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 32c3009 Fix BZ 64483 Log a warning when an AJP req
https://bz.apache.org/bugzilla/show_bug.cgi?id=64195
mgrigorov changed:
What|Removed |Added
CC||vink...@gmail.com
--- Comment #14 from mgr
https://bz.apache.org/bugzilla/show_bug.cgi?id=64486
mgrigorov changed:
What|Removed |Added
Resolution|FIXED |DUPLICATE
--- Comment #4 from mgrigorov -
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 06edd30 Fix BZ 64483 Log a warning when an AJP req
This is an automated email from the ASF dual-hosted git repository.
markt 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 186aae3 Fix BZ 64483 Log a warning when an AJP r
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 20e963e Fix BZ 64483 Log a warning when an AJP req
https://bz.apache.org/bugzilla/show_bug.cgi?id=64442
Felix Schumacher changed:
What|Removed |Added
Resolution|--- |FIXED
Status|NEW
This is an automated email from the ASF dual-hosted git repository.
fschumacher 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 61e533f Re-use roles and groups defined on u
https://bz.apache.org/bugzilla/show_bug.cgi?id=64486
--- Comment #3 from vink...@gmail.com ---
Additional Comments:
The issue could be related to the bug:
https://bz.apache.org/bugzilla/show_bug.cgi?id=64195
Thanks
--
You are receiving this mail because:
You are the assignee for the bug.
https://bz.apache.org/bugzilla/show_bug.cgi?id=64486
vink...@gmail.com changed:
What|Removed |Added
Resolution|INVALID |FIXED
--- Comment #2 from vink...@g
https://bz.apache.org/bugzilla/show_bug.cgi?id=64483
--- Comment #1 from Mark Thomas ---
Fair point. I'll take a look.
--
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: dev-unsu
https://bz.apache.org/bugzilla/show_bug.cgi?id=64442
--- Comment #18 from Mark Thomas ---
I don't see why not.
--
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: dev-unsubscr...@
https://bz.apache.org/bugzilla/show_bug.cgi?id=64488
Mark Thomas changed:
What|Removed |Added
Status|NEW |NEEDINFO
--- Comment #1 from Mark Thomas
https://bz.apache.org/bugzilla/show_bug.cgi?id=64488
Mark Thomas changed:
What|Removed |Added
Attachment #37286|application/mbox|text/plain
mime type|
51 matches
Mail list logo