It is possible that this problem:
/usr/bin/ld:
/srv/gump/public/workspace/openssl-master/dest-20160223/lib/libcrypto.a(poly1305-x86_64.o):
relocation R_X86_64_PC32 against symbol `poly1305_blocks' can not be
used when making a shared object; recompile with -fPIC
/usr/bin/ld: final
2016-02-22 21:14 GMT+01:00 :
> Author: markt
> Date: Mon Feb 22 20:14:36 2016
> New Revision: 1731733
>
> URL: http://svn.apache.org/viewvc?rev=1731733&view=rev
> Log:
> Add the RFC6265 cookie processor
>
> Hum, there's an issue with that somewhere, the CookieProcessor element is
already declared,
On 23/02/2016 08:51, Rémy Maucherat wrote:
> 2016-02-22 21:14 GMT+01:00 :
>
>> Author: markt
>> Date: Mon Feb 22 20:14:36 2016
>> New Revision: 1731733
>>
>> URL: http://svn.apache.org/viewvc?rev=1731733&view=rev
>> Log:
>> Add the RFC6265 cookie processor
>>
> Hum, there's an issue with that some
2016-02-23 10:03 GMT+01:00 Mark Thomas :
> On 23/02/2016 08:51, Rémy Maucherat wrote:
> > 2016-02-22 21:14 GMT+01:00 :
> >
> >> Author: markt
> >> Date: Mon Feb 22 20:14:36 2016
> >> New Revision: 1731733
> >>
> >> URL: http://svn.apache.org/viewvc?rev=1731733&view=rev
> >> Log:
> >> Add the RFC62
Author: remm
Date: Tue Feb 23 09:21:35 2016
New Revision: 1731816
URL: http://svn.apache.org/viewvc?rev=1731816&view=rev
Log:
Fix the default cookie processor to the new one.
Modified:
tomcat/trunk/java/org/apache/catalina/startup/ContextRuleSet.java
Modified: tomcat/trunk/java/org/apache/ca
On 23/02/2016 09:24, Rémy Maucherat wrote:
> 2016-02-23 10:03 GMT+01:00 Mark Thomas :
>
>> On 23/02/2016 08:51, Rémy Maucherat wrote:
>>> 2016-02-22 21:14 GMT+01:00 :
>>>
Author: markt
Date: Mon Feb 22 20:14:36 2016
New Revision: 1731733
URL: http://svn.apache.org/viewvc?r
https://bz.apache.org/bugzilla/show_bug.cgi?id=59010
Mark Thomas changed:
What|Removed |Added
Resolution|--- |WORKSFORME
Status|NEW
2016-02-23 11:51 GMT+01:00 Mark Thomas :
> I guess there might be a use case for a custom CookieProcessor
> implementation. I tried to figure out how to modify server-registry.xml
> but couldn't. Any hints / examples?
>
> Ok. I'll do it and I'll test it later today then.
Rémy
tomcat-native/native]
-
make[1]: Entering directory `/srv/gump/public/workspace/tomcat-native/native'
/bin/bash /srv/gump/public/workspace/apr-1/dest-20160223/build-1/libtool
--silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX
-
https://bz.apache.org/bugzilla/show_bug.cgi?id=58624
--- Comment #16 from Mark Thomas ---
This new issue is being tracked under bug 59014
--
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscri
Author: markt
Date: Tue Feb 23 13:45:56 2016
New Revision: 1731856
URL: http://svn.apache.org/viewvc?rev=1731856&view=rev
Log:
Additional WebSocket test by Barry Coughlan.
Added:
tomcat/trunk/test/org/apache/tomcat/websocket/server/TestCloseBug58264.java
(with props)
Added:
tomcat/trunk/
Author: remm
Date: Tue Feb 23 13:47:10 2016
New Revision: 1731857
URL: http://svn.apache.org/viewvc?rev=1731857&view=rev
Log:
Make CookieProcessor generic using its interface type (it correctly defaults to
the new processor now).
Modified:
tomcat/trunk/java/org/apache/catalina/storeconfig/St
https://bz.apache.org/bugzilla/show_bug.cgi?id=59014
--- Comment #1 from Mark Thomas ---
I've added the referenced test case to 9.0.x and 8.0.x. It passes with 9.0.x
but not 8.0.x. I'm looking at a fix now.
--
You are receiving this mail because:
You are the assignee for the bug.
-
Author: markt
Date: Tue Feb 23 14:06:38 2016
New Revision: 1731859
URL: http://svn.apache.org/viewvc?rev=1731859&view=rev
Log:
Clean-up / sync with 9.0.x. Primarily to aid 8.0.x vs 9.0.x diff.
Modified:
tomcat/tc8.0.x/trunk/java/org/apache/tomcat/websocket/WsSession.java
Modified: tomcat/tc8
Author: markt
Date: Tue Feb 23 14:04:20 2016
New Revision: 1731858
URL: http://svn.apache.org/viewvc?rev=1731858&view=rev
Log:
Fix typo
Modified:
tomcat/trunk/java/org/apache/tomcat/websocket/WsSession.java
Modified: tomcat/trunk/java/org/apache/tomcat/websocket/WsSession.java
URL:
http://s
Author: remm
Date: Tue Feb 23 14:38:21 2016
New Revision: 1731865
URL: http://svn.apache.org/viewvc?rev=1731865&view=rev
Log:
Add handling for socket properties (using OpenSSL connectors and their direct
buffers, something was missing), including its use of null objects to represent
unset proper
Author: markt
Date: Tue Feb 23 14:41:54 2016
New Revision: 1731867
URL: http://svn.apache.org/viewvc?rev=1731867&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=59014
Fix problem that meant close messages could not be sent because the session was
already marked as closed.
Added:
https://bz.apache.org/bugzilla/show_bug.cgi?id=59054
Bug ID: 59054
Summary: CrawlerSessionManagerValve is not serializable, and
throws exception when passing itself as
sessionAttribute
Product: Tomcat 7
Version: 7
Author: markt
Date: Tue Feb 23 14:55:54 2016
New Revision: 1731872
URL: http://svn.apache.org/viewvc?rev=1731872&view=rev
Log:
Correct r1731867
Modified:
tomcat/tc8.0.x/trunk/java/org/apache/tomcat/websocket/WsRemoteEndpointImplBase.java
Modified:
tomcat/tc8.0.x/trunk/java/org/apache/tomca
Author: markt
Date: Tue Feb 23 14:57:49 2016
New Revision: 1731874
URL: http://svn.apache.org/viewvc?rev=1731874&view=rev
Log:
Add a changelog entry for bug 59014
Modified:
tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml
Modified: tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml
URL:
http://
Author: markt
Date: Tue Feb 23 14:58:50 2016
New Revision: 1731876
URL: http://svn.apache.org/viewvc?rev=1731876&view=rev
Log:
Grr. Typo.
Modified:
tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml
Modified: tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml
URL:
http://svn.apache.org/viewvc/tom
Author: markt
Date: Tue Feb 23 15:00:53 2016
New Revision: 1731877
URL: http://svn.apache.org/viewvc?rev=1731877&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=59014
Fix problem that meant close messages could not be sent because the session was
already marked as closed.
Added:
https://bz.apache.org/bugzilla/show_bug.cgi?id=59014
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
Author: markt
Date: Tue Feb 23 15:07:51 2016
New Revision: 1731882
URL: http://svn.apache.org/viewvc?rev=1731882&view=rev
Log: (empty)
Modified:
tomcat/trunk/java/org/apache/catalina/session/Constants.java
tomcat/trunk/webapps/docs/changelog.xml
Modified: tomcat/trunk/java/org/apache/cat
Author: markt
Date: Tue Feb 23 15:09:24 2016
New Revision: 1731885
URL: http://svn.apache.org/viewvc?rev=1731885&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=59054
Ensure that using the CrawlerSessionManagerValve in a distributed environment
does not trigger an error when the
Author: markt
Revision: 1731882
Modified property: svn:log
Modified: svn:log at Tue Feb 23 15:10:41 2016
--
--- svn:log (original)
+++ svn:log Tue Feb 23 15:10:41 2016
@@ -0,0 +1,2 @@
+Fix https://bz.apache.org/bugzilla/sh
Author: markt
Date: Tue Feb 23 15:13:01 2016
New Revision: 1731887
URL: http://svn.apache.org/viewvc?rev=1731887&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=59054
Ensure that using the CrawlerSessionManagerValve in a distributed environment
does not trigger an error when the
https://bz.apache.org/bugzilla/show_bug.cgi?id=59054
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://bz.apache.org/bugzilla/show_bug.cgi?id=59014
--- Comment #3 from Artem Bilan ---
Thank you, Mark, for the fix!
I would like to know if I can test it from my perspective against the 8.0.33
BUILD-SNAPSHOT.
>From other side let us know when you are going to release those maintenance
versio
https://bz.apache.org/bugzilla/show_bug.cgi?id=59014
--- Comment #4 from Mark Thomas ---
There are no automatic snapshots although we can trigger one manually if that
would be easier than you building from source.
8.0.x releases on a roughly monthly release cycle. I tend to start preparation
at
https://bz.apache.org/bugzilla/show_bug.cgi?id=59014
--- Comment #5 from Artem Bilan ---
Fair enough, Mark!
We definitely can wait for middle of March for the release. That is fully
upfront in time with all our Spring release train in the May around Spring Boot
1.4.
Meanwhile I really would lik
Author: remm
Date: Tue Feb 23 15:33:36 2016
New Revision: 1731889
URL: http://svn.apache.org/viewvc?rev=1731889&view=rev
Log:
Changelog update for storeconfig improvement.
Modified:
tomcat/trunk/webapps/docs/changelog.xml
Modified: tomcat/trunk/webapps/docs/changelog.xml
URL:
http://svn.apa
https://bz.apache.org/bugzilla/show_bug.cgi?id=59014
--- Comment #6 from Mark Thomas ---
It has been a while since I ran the snapshot publishing script. It is currently
running and looks OK so far. Give it about 15 mins and you should have a
complete 8.0.x snapshot of the current trunk under:
htt
https://bz.apache.org/bugzilla/show_bug.cgi?id=59014
--- Comment #7 from Artem Bilan ---
Well, Mark, looks like we are really good with the fix:
:spring-integration-websocket:compileTestJava
Download
https://repository.apache.org/content/groups/snapshots/org/ap
The Buildbot has detected a new failure on builder tomcat-8-trunk while
building . Full details are available at:
https://ci.apache.org/builders/tomcat-8-trunk/builds/464
Buildbot URL: https://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranchScheduler sch
https://bz.apache.org/bugzilla/show_bug.cgi?id=59001
--- Comment #7 from Martti ---
I'm having similar problem but with + sign. Our build system (gradle) creates
executable war with Mercurial revision hash. Sometimes this hash can contain
"+" as a last character ala "kalkulaator-f83780e3571e+.war
https://bz.apache.org/bugzilla/show_bug.cgi?id=57830
--- Comment #10 from Christopher Schultz ---
Whoops, sorry. I confused this with a similar httpd enhancement request. Please
ignore comment #9 (and this one, too).
--
You are receiving this mail because:
You are the assignee for the bug.
---
https://bz.apache.org/bugzilla/show_bug.cgi?id=59015
--- Comment #2 from Mark Thomas ---
It looks like the Poller thread enters the if (reset) { ... block during
shutdown. That looks like it could create all sorts of chaos. Fixing that
should be fairly easy.
--
You are receiving this mail becau
Author: markt
Date: Tue Feb 23 20:34:39 2016
New Revision: 1731946
URL: http://svn.apache.org/viewvc?rev=1731946&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=59015
Fix potential cause of endless APR Poller loop during shutdown if the Poller
experiences an error during the shut
Author: markt
Date: Tue Feb 23 20:35:35 2016
New Revision: 1731947
URL: http://svn.apache.org/viewvc?rev=1731947&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=59015
Fix potential cause of endless APR Poller loop during shutdown if the Poller
experiences an error during the shut
Author: markt
Date: Tue Feb 23 20:37:48 2016
New Revision: 1731948
URL: http://svn.apache.org/viewvc?rev=1731948&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=59015
Fix potential cause of endless APR Poller loop during shutdown if the Poller
experiences an error during the shut
https://bz.apache.org/bugzilla/show_bug.cgi?id=59015
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
Author: markt
Date: Tue Feb 23 20:50:28 2016
New Revision: 1731953
URL: http://svn.apache.org/viewvc?rev=1731953&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58283
Change the default download location for libraries during the build process
from /usr/share/java to ${user.home}/
Author: markt
Date: Tue Feb 23 20:51:22 2016
New Revision: 1731955
URL: http://svn.apache.org/viewvc?rev=1731955&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58283
Change the default download location for libraries during the build process
from /usr/share/java to ${user.home}/
Author: markt
Date: Tue Feb 23 20:52:43 2016
New Revision: 1731956
URL: http://svn.apache.org/viewvc?rev=1731956&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58283
Change the default download location for libraries during the build process
from /usr/share/java to ${user.home}/
Author: markt
Date: Tue Feb 23 20:53:38 2016
New Revision: 1731957
URL: http://svn.apache.org/viewvc?rev=1731957&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58283
Change the default download location for libraries during the build process
from /usr/share/java to ${user.home}/
https://bz.apache.org/bugzilla/show_bug.cgi?id=58283
Mark Thomas changed:
What|Removed |Added
Resolution|--- |FIXED
Status|NEW
Author: markt
Date: Tue Feb 23 21:14:22 2016
New Revision: 1731958
URL: http://svn.apache.org/viewvc?rev=1731958&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58351
Make the server build date and server version number accessible via JMX.
Patch provided by Huxing Zhang.
Modifie
https://bz.apache.org/bugzilla/show_bug.cgi?id=58351
Mark Thomas changed:
What|Removed |Added
Resolution|--- |FIXED
Status|NEW
Author: markt
Date: Tue Feb 23 21:15:23 2016
New Revision: 1731959
URL: http://svn.apache.org/viewvc?rev=1731959&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58351
Make the server build date and server version number accessible via JMX.
Patch provided by Huxing Zhang.
Modifie
https://bz.apache.org/bugzilla/show_bug.cgi?id=54330
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
Author: remm
Date: Tue Feb 23 21:24:39 2016
New Revision: 1731964
URL: http://svn.apache.org/viewvc?rev=1731964&view=rev
Log:
Add very simple heuristics to write a more usual "compact" XML formatting.
Modified:
tomcat/trunk/java/org/apache/catalina/storeconfig/StoreAppender.java
Modified: to
Author: remm
Date: Tue Feb 23 21:25:16 2016
New Revision: 1731965
URL: http://svn.apache.org/viewvc?rev=1731965&view=rev
Log:
Remove debug.
Modified:
tomcat/trunk/java/org/apache/catalina/storeconfig/StoreAppender.java
Modified: tomcat/trunk/java/org/apache/catalina/storeconfig/StoreAppender
2016-02-23 23:50 GMT+03:00 :
> Author: markt
> Date: Tue Feb 23 20:50:28 2016
> New Revision: 1731953
>
> URL: http://svn.apache.org/viewvc?rev=1731953&view=rev
> Log:
> Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58283
> Change the default download location for libraries during the build p
On 23/02/2016 21:33, Konstantin Kolinko wrote:
> 2016-02-23 23:50 GMT+03:00 :
>> Author: markt
>> Date: Tue Feb 23 20:50:28 2016
>> New Revision: 1731953
>>
>> URL: http://svn.apache.org/viewvc?rev=1731953&view=rev
>> Log:
>> Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58283
>> Change the d
Author: markt
Date: Tue Feb 23 22:07:00 2016
New Revision: 1731974
URL: http://svn.apache.org/viewvc?rev=1731974&view=rev
Log:
Partial fix for BZ 47214.
Refactor anonymous inner classes into named inner classes when they are
referenced by name from elsewhere.
Modified:
tomcat/trunk/java/org/
Author: markt
Date: Tue Feb 23 22:10:50 2016
New Revision: 1731976
URL: http://svn.apache.org/viewvc?rev=1731976&view=rev
Log:
Follow-up to r1731953
Modified:
tomcat/trunk/BUILDING.txt
tomcat/trunk/build.properties.default
tomcat/trunk/webapps/docs/building.xml
Modified: tomcat/trunk
Author: markt
Date: Tue Feb 23 22:11:26 2016
New Revision: 1731977
URL: http://svn.apache.org/viewvc?rev=1731977&view=rev
Log:
Follow-up to r1731955
Modified:
tomcat/tc8.0.x/trunk/ (props changed)
tomcat/tc8.0.x/trunk/BUILDING.txt
tomcat/tc8.0.x/trunk/build.properties.default
to
Author: markt
Date: Tue Feb 23 22:12:00 2016
New Revision: 1731978
URL: http://svn.apache.org/viewvc?rev=1731978&view=rev
Log:
Follow-up to r1731956
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/tc7.0.x/trunk/BUILDING.txt
tomcat/tc7.0.x/trunk/build.properties.default
to
The Buildbot has detected a new failure on builder tomcat-7-trunk while
building . Full details are available at:
https://ci.apache.org/builders/tomcat-7-trunk/builds/337
Buildbot URL: https://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranchScheduler sch
Author: markt
Date: Tue Feb 23 22:19:22 2016
New Revision: 1731981
URL: http://svn.apache.org/viewvc?rev=1731981&view=rev
Log:
Follow-up to r1731957
Modified:
tomcat/tc6.0.x/trunk/ (props changed)
tomcat/tc6.0.x/trunk/BUILDING.txt
tomcat/tc6.0.x/trunk/build.properties.default
to
Author: markt
Date: Tue Feb 23 22:20:51 2016
New Revision: 1731982
URL: http://svn.apache.org/viewvc?rev=1731982&view=rev
Log:
Better language
Modified:
tomcat/trunk/BUILDING.txt
Modified: tomcat/trunk/BUILDING.txt
URL:
http://svn.apache.org/viewvc/tomcat/trunk/BUILDING.txt?rev=1731982&r1=1
Author: markt
Date: Tue Feb 23 22:22:31 2016
New Revision: 1731983
URL: http://svn.apache.org/viewvc?rev=1731983&view=rev
Log:
Better language
Modified:
tomcat/trunk/BUILDING.txt
tomcat/trunk/webapps/docs/building.xml
Modified: tomcat/trunk/BUILDING.txt
URL:
http://svn.apache.org/viewvc
Author: markt
Date: Tue Feb 23 22:23:09 2016
New Revision: 1731984
URL: http://svn.apache.org/viewvc?rev=1731984&view=rev
Log:
Better language
Modified:
tomcat/tc8.0.x/trunk/ (props changed)
tomcat/tc8.0.x/trunk/BUILDING.txt
tomcat/tc8.0.x/trunk/webapps/docs/building.xml
Propchange
Author: markt
Date: Tue Feb 23 22:23:52 2016
New Revision: 1731985
URL: http://svn.apache.org/viewvc?rev=1731985&view=rev
Log:
Better language
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/tc7.0.x/trunk/BUILDING.txt
tomcat/tc7.0.x/trunk/webapps/docs/building.xml
Propchange
The Buildbot has detected a new failure on builder tomcat-trunk while building
. Full details are available at:
https://ci.apache.org/builders/tomcat-trunk/builds/1102
Buildbot URL: https://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranchScheduler schedu
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/338
Buildbot URL: https://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranchScheduler
The Buildbot has detected a restored build on builder tomcat-trunk while
building . Full details are available at:
https://ci.apache.org/builders/tomcat-trunk/builds/1103
Buildbot URL: https://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranchScheduler sch
Author: remm
Date: Tue Feb 23 23:48:40 2016
New Revision: 1731991
URL: http://svn.apache.org/viewvc?rev=1731991&view=rev
Log:
Don't set sslImplementationName for non SSL connectors.
Modified:
tomcat/trunk/java/org/apache/catalina/connector/Connector.java
Modified: tomcat/trunk/java/org/apach
https://bz.apache.org/bugzilla/show_bug.cgi?id=58351
Huxing Zhang changed:
What|Removed |Added
Status|RESOLVED|REOPENED
Resolution|FIXED
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-tc8.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-tc8.0.x-test-nio2 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-tc8.0.x-test-apr has an issue affecting its community
integration.
https://bz.apache.org/bugzilla/show_bug.cgi?id=59010
Rashmi changed:
What|Removed |Added
Resolution|WORKSFORME |---
Status|RESOLVED
74 matches
Mail list logo