https://issues.apache.org/bugzilla/show_bug.cgi?id=56082
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
Author: markt
Date: Tue Mar 18 09:42:35 2014
New Revision: 1578799
URL: http://svn.apache.org/r1578799
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56082
Fix thread safety issue in JULI's LogManager implementation
Modified:
tomcat/tc6.0.x/trunk/ (props changed)
tomcat/tc6
Author: markt
Date: Tue Mar 18 09:54:55 2014
New Revision: 1578804
URL: http://svn.apache.org/r1578804
Log:
Make the xmlBlockExternal option in Catalina and Jasper to be true by default.
Patch by kkolinko.
Modified:
tomcat/tc6.0.x/trunk/STATUS.txt
tomcat/tc6.0.x/trunk/java/org/apache/cat
Author: violetagg
Date: Tue Mar 18 10:13:55 2014
New Revision: 1578810
URL: http://svn.apache.org/r1578810
Log:
Corrected link to Tomcat 8.0 documentation. Issue is reported via comments at
apache.org
Modified:
tomcat/trunk/modules/jdbc-pool/doc/jdbc-pool.xml
Modified: tomcat/trunk/modules/
Author: violetagg
Date: Tue Mar 18 10:16:25 2014
New Revision: 1578811
URL: http://svn.apache.org/r1578811
Log:
Merged revision 1578810 from tomcat/trunk:
Corrected link to Tomcat 7.0 documentation. Issue is reported via comments at
apache.org
Modified:
tomcat/tc7.0.x/trunk/ (props changed
Author: markt
Date: Tue Mar 18 10:27:31 2014
New Revision: 1578812
URL: http://svn.apache.org/r1578812
Log:
Fix possible overflow when parsing long values from a byte array.
Added:
tomcat/trunk/test/org/apache/tomcat/util/buf/TestAscii.java
Modified:
tomcat/trunk/java/org/apache/tomcat/ut
Author: markt
Date: Tue Mar 18 10:30:57 2014
New Revision: 1578813
URL: http://svn.apache.org/r1578813
Log:
Fix properties
Modified:
tomcat/trunk/test/org/apache/tomcat/util/buf/TestAscii.java (props
changed)
Propchange: tomcat/trunk/test/org/apache/tomcat/util/buf/TestAscii.java
Author: markt
Date: Tue Mar 18 10:32:16 2014
New Revision: 1578814
URL: http://svn.apache.org/r1578814
Log:
Fix possible overflow when parsing long values from a byte array.
Added:
tomcat/tc7.0.x/trunk/test/org/apache/tomcat/util/buf/TestAscii.java
(props changed)
- copied unchanged
Author: markt
Date: Tue Mar 18 10:37:49 2014
New Revision: 1578815
URL: http://svn.apache.org/r1578815
Log:
Proposal
Modified:
tomcat/tc6.0.x/trunk/STATUS.txt
Modified: tomcat/tc6.0.x/trunk/STATUS.txt
URL:
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=1578815&r1=1578814&r
Author: violetagg
Date: Tue Mar 18 10:54:12 2014
New Revision: 1578817
URL: http://svn.apache.org/r1578817
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56268
Specify the default value of the ${build} in the build section.
Modified:
tomcat/trunk/webapps/docs/deployer-howto.xml
Author: violetagg
Date: Tue Mar 18 10:56:59 2014
New Revision: 1578818
URL: http://svn.apache.org/r1578818
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56268
Merged revision 1578817 from tomcat/trunk:
Specify the default value of the ${build} in the build section.
Modified:
tom
The Buildbot has detected a restored build on builder tomcat-7-trunk while
building ASF Buildbot.
Full details are available at:
http://ci.apache.org/builders/tomcat-7-trunk/builds/1818
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: bb-vm_ubuntu
Build Reason: scheduler
Build So
https://issues.apache.org/bugzilla/show_bug.cgi?id=56265
--- Comment #5 from Konstantin Kolinko ---
Created attachment 31400
--> https://issues.apache.org/bugzilla/attachment.cgi?id=31400&action=edit
2014-03-18_56265_tc8_v2.patch
A better solution, with tests.
This covers this bug and xmlesca
Author: kkolinko
Date: Tue Mar 18 12:38:48 2014
New Revision: 1578846
URL: http://svn.apache.org/r1578846
Log:
Followup to r1578260
Amend javadoc for the new option.
Move Ant task changes from "Web applications" to "Other" section of changelog.
Modified:
tomcat/trunk/java/org/apache/catalina/
The Buildbot has detected a new failure on builder tomcat-trunk while building
ASF Buildbot.
Full details are available at:
http://ci.apache.org/builders/tomcat-trunk/builds/5613
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: bb-vm_ubuntu
Build Reason: scheduler
Build Source St
https://issues.apache.org/bugzilla/show_bug.cgi?id=56265
--- Comment #6 from Mark Thomas ---
Created attachment 31401
--> https://issues.apache.org/bugzilla/attachment.cgi?id=31401&action=edit
Proposed patch v3
I've been looking at v2 of the patch.
I think I found a couple of bugs in the test
On 17/03/14 13:13, Emmanuel Bourg wrote:
Le 03/03/2014 13:40, Brian Burch a écrit :
If you need some help (perhaps QA testing), please let me know.
Thank you for offering your help Brian. Tomcat 7.0.52 is now available
for Debian Wheezy through the backports [1]. Tomcat 8 has been submitted
a
The Buildbot has detected a restored build on builder tomcat-trunk while
building ASF Buildbot.
Full details are available at:
http://ci.apache.org/builders/tomcat-trunk/builds/5614
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: bb-vm_ubuntu
Build Reason: scheduler
Build Source
https://issues.apache.org/bugzilla/show_bug.cgi?id=56281
Bug ID: 56281
Summary: Parallel deployment with Ant deploy task
Product: Tomcat 7
Version: 7.0.52
Hardware: PC
Status: NEW
Severity: normal
Priority: P2
https://issues.apache.org/bugzilla/show_bug.cgi?id=56265
--- Comment #7 from Konstantin Kolinko ---
(In reply to Mark Thomas from comment #6)
> Created attachment 31401 [details]
> Proposed patch v3
>
> I've been looking at v2 of the patch.
>
> I think I found a couple of bugs in the testBug562
https://issues.apache.org/bugzilla/show_bug.cgi?id=56268
Violeta Georgieva changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|--
https://issues.apache.org/bugzilla/show_bug.cgi?id=54700
--- Comment #1 from Christopher Schultz ---
I'm curious what the user case is for "manually loading" the library. Under
what conditions would you not know its location prior to JVM launch?
--
You are receiving this mail because:
You are t
Mark,
On 3/17/14, 8:19 AM, Mark Thomas wrote:
> It has been a while since 8.0.3 and the change log is looking rather
> long. I've a few things left I want to look at but I expect to be in a
> position to tag 8.0.4 late today / early tomorrow.
Any objections to adding the fix for
https://issues.ap
Emmanuel,
On 3/17/14, 9:13 AM, Emmanuel Bourg wrote:
> Le 03/03/2014 13:40, Brian Burch a écrit :
>
>> If you need some help (perhaps QA testing), please let me know.
>
> Thank you for offering your help Brian. Tomcat 7.0.52 is now available
> for Debian Wheezy through the backports [1]. Tomcat
https://issues.apache.org/bugzilla/show_bug.cgi?id=54700
--- Comment #2 from Nick Williams ---
My specific use case:
We're creating a lightweight application that runs using an embedded Tomcat
instance. We want to ship one JAR that does everything for any* OS. This means
embedding the .dll/.so4/
TCN was updated? I still see 1.1.29 (15 October 2013) on the tomcat.apache.org
links (both docs and download). or am I missing something (likely).
-Rob
From: Christopher Schultz [ch...@christopherschultz.net]
Sent: Tuesday, March 18, 2014 3:46 PM
To:
https://issues.apache.org/bugzilla/show_bug.cgi?id=56281
Christopher Schultz changed:
What|Removed |Added
OS||All
--- Comment #1 from Chri
https://issues.apache.org/bugzilla/show_bug.cgi?id=54700
--- Comment #3 from Christopher Schultz ---
So your Java application is actually a self-deployer that puts files in certain
places and then launches Tomcat in an embedded fashion? Don't you know where
you are going to put your libraries, ev
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 18/03/2014 19:46, Christopher Schultz wrote:
> Mark,
>
> On 3/17/14, 8:19 AM, Mark Thomas wrote:
>> It has been a while since 8.0.3 and the change log is looking
>> rather long. I've a few things left I want to look at but I
>> expect to be in a po
https://issues.apache.org/bugzilla/show_bug.cgi?id=56281
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change
notification.
The "tools/check_jmxproxy.pl" page has been changed by ChristopherSchultz:
https://wiki.apache.org/tomcat/tools/check_jmxproxy.pl?action=diff&rev1=1&rev2=2
Comment:
Added thanks to Susa
https://issues.apache.org/bugzilla/show_bug.cgi?id=54700
--- Comment #4 from Nick Williams ---
Again in our very specific use case, this application is launching as a
WebStart. That means it must be able to run either if the browser automatically
launches it OR if the user double-clicks the JAR f
2014-03-18 23:46 GMT+04:00 Christopher Schultz :
> Mark,
>
> On 3/17/14, 8:19 AM, Mark Thomas wrote:
>> It has been a while since 8.0.3 and the change log is looking rather
>> long. I've a few things left I want to look at but I expect to be in a
>> position to tag 8.0.4 late today / early tomorrow
https://issues.apache.org/bugzilla/show_bug.cgi?id=56281
--- Comment #3 from Joqus ---
The code I am using
http://localhost:8080/manager/text";
username="${deploy.user}" password="${deploy.pass}" path="/"
war="file:ROOT%23%23${version}.war"/>
(the %23 are the '#' char
Konstantin,
Don't want to be putting words in Chris's mouth, but when I filed 56027 I did
some poking around in the underlying openSSL code (at least on my RHEL6 box).
Calling the openssl FIPS_mode_set() method twice causes an error. I'd proposed
exposing an additional routine to check the c
https://issues.apache.org/bugzilla/show_bug.cgi?id=56265
Mark Thomas changed:
What|Removed |Added
Attachment #31401|0 |1
is obsolete|
https://issues.apache.org/bugzilla/show_bug.cgi?id=54700
--- Comment #5 from Chuck Caldarale ---
(In reply to Nick Williams from comment #4)
> Again in our very specific use case, this application is launching as a
> WebStart.
It would seem like this scenario argues strongly against trying to us
Le 18/03/2014 20:49, Christopher Schultz a écrit :
> Tomcat 8 is just on the verge of being voted stable. Once the first
> stable release of Tomcat 8 is available, could you do a package-refresh?
Yes definitely. Introducing a new package into Debian takes some time,
but pushing an update is much
https://issues.apache.org/bugzilla/show_bug.cgi?id=56281
Joqus changed:
What|Removed |Added
Status|RESOLVED|REOPENED
Resolution|INVALID
https://issues.apache.org/bugzilla/show_bug.cgi?id=56281
Chuck Caldarale changed:
What|Removed |Added
Status|REOPENED|RESOLVED
Resolution|---
https://issues.apache.org/bugzilla/show_bug.cgi?id=56281
--- Comment #5 from Joqus ---
This is the problem with this kind of community, the channel is more important
than the actual goal. Solving the issue is just a detail, you HAVE to go
somewhere else.
--
You are receiving this mail because:
https://issues.apache.org/bugzilla/show_bug.cgi?id=56213
--- Comment #3 from Jeff Middleton ---
Thanks for the quick turnaround!
I see what you are saying about the reference objects, but yes this change made
a huge difference in gc times. The times quoted in the description (100ms vs
8.8 secs
https://issues.apache.org/bugzilla/show_bug.cgi?id=56281
--- Comment #6 from Chuck Caldarale ---
(In reply to Joqus from comment #5)
> This is the problem with this kind of community, the channel is more
> important than the actual goal. Solving the issue is just a detail, you HAVE
> to go somewh
https://issues.apache.org/bugzilla/show_bug.cgi?id=56281
--- Comment #7 from Joqus ---
Ok, thanks for nothing.
(In reply to Chuck Caldarale from comment #6)
> (In reply to Joqus from comment #5)
> > This is the problem with this kind of community, the channel is more
> > important than the actua
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-trunk-test-nio2 has an issue affecting its community integration.
T
45 matches
Mail list logo