Re: Move to Maven? (WAS: Re: Publishing process for JARs for Maven Central)

2011-12-20 Thread Romain Manni-Bucau
+1 - Romain 2011/12/20 David Jencks > > On Dec 19, 2011, at 1:06 PM, jean-frederic clere wrote: > > > On 12/19/2011 07:47 PM, David Jencks wrote: > >> Are you reading the thread? I mentioned dec 17 that geronimo has > >> been maintaining a script for 2+ years that pulls tomcat source out > >>

Re: Move to Maven? (WAS: Re: Publishing process for JARs for Maven Central)

2011-12-20 Thread Antonio Petrelli
2011/12/19 Mladen Turk > On 12/19/2011 07:04 PM, Henri Gomez wrote: > >> Exactly. Since any change would require a learning curve >>> and it seems we don't have that many (read none) maven >>> experts in the house, Gradle could be equally considered, >>> given that it seems more advanced in custo

Re: Move to Maven? (WAS: Re: Publishing process for JARs for Maven Central)

2011-12-20 Thread Antonio Petrelli
2011/12/19 David Jencks > Are you reading the thread? I mentioned dec 17 that geronimo has been > maintaining a script for 2+ years that pulls tomcat source out of tomcat > svn and puts it in an appropriately structured maven mutli-project build > and we've been re-releasing quite a few tomcat v

Re: Move to Maven? (WAS: Re: Publishing process for JARs for Maven Central)

2011-12-20 Thread jean-frederic clere
On 12/20/2011 08:58 AM, David Jencks wrote: did this work and suggested tomcat look at it several years ago, and don't remember all the details, some other people have been maintaining it recently. IIRC the maven projects generate pretty much the same jars as the ant build, possibly plus one mor

Re: Move to Maven? (WAS: Re: Publishing process for JARs for Maven Central)

2011-12-20 Thread jean-frederic clere
On 12/20/2011 09:17 AM, Antonio Petrelli wrote: 2011/12/19 Mladen Turk On 12/19/2011 07:04 PM, Henri Gomez wrote: Exactly. Since any change would require a learning curve and it seems we don't have that many (read none) maven experts in the house, Gradle could be equally considered, given th

Re: Move to Maven? (WAS: Re: Publishing process for JARs for Maven Central)

2011-12-20 Thread Antonio Petrelli
2011/12/20 jean-frederic clere > On 12/20/2011 09:17 AM, Antonio Petrelli wrote: > >> 2011/12/19 Mladen Turk >> >> On 12/19/2011 07:04 PM, Henri Gomez wrote: >>> >>> Exactly. Since any change would require a learning curve > and it seems we don't have that many (read none) maven >

Re: Move to Maven? (WAS: Re: Publishing process for JARs for Maven Central)

2011-12-20 Thread Antonio Petrelli
2011/12/19 Pid > On 18/12/2011 08:37, Mladen Turk wrote: > > On 12/17/2011 09:24 PM, Antonio Petrelli wrote: > >> As requested here is a proposal to move to Maven. > >> > > > > I simply cannot understand why some folks have > > almost religious fascination with Maven. > > > > I know many projects

DO NOT REPLY [Bug 52361] JasperException at JSP compilation

2011-12-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52361 l...@dinec.be changed: What|Removed |Added Status|RESOLVED|VERIFIED --- Comment #2 from l...@d

Re: Move to Maven? (WAS: Re: Publishing process for JARs for Maven Central)

2011-12-20 Thread Olivier Lamy
2011/12/20 Antonio Petrelli : > 2011/12/20 jean-frederic clere > >> On 12/20/2011 09:17 AM, Antonio Petrelli wrote: >> >>> 2011/12/19 Mladen Turk >>> >>>  On 12/19/2011 07:04 PM, Henri Gomez wrote:  Exactly. Since any change would require a learning curve > >> and it seems we don

MBean InitialContext() Tomcat query- pls help

2011-12-20 Thread S B
Hi, I created and deployed an MBean in my tomcat. It uses datasource to connect to DB. My questions is: When I create InitialContext() inside MBean's constructor and pass the envContext to DBManager class to lookup datasource it works fine. However when I create InitialContext() in DBManager cl

Re: Move to Maven? (WAS: Re: Publishing process for JARs for Maven Central)

2011-12-20 Thread Konstantin Kolinko
2011/12/20 Antonio Petrelli : > 2011/12/19 Pid > >> On 18/12/2011 08:37, Mladen Turk wrote: >> > On 12/17/2011 09:24 PM, Antonio Petrelli wrote: >> >> As requested here is a proposal to move to Maven. >> >> >> > >> > I simply cannot understand why some folks have >> > almost religious fascination

Re: MBean InitialContext() Tomcat query- pls help

2011-12-20 Thread Konstantin Kolinko
You should ask on the users@ list. It is offtopic on dev@. 2011/12/20 S B : > Hi, > > I created and deployed an MBean in my tomcat. It uses datasource to connect > to DB. > > My questions is: > > When I create InitialContext() inside MBean's constructor and pass the > envContext to DBManager class

DO NOT REPLY [Bug 52361] JasperException at JSP compilation

2011-12-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52361 Konstantin Kolinko changed: What|Removed |Added Status|VERIFIED|CLOSED -- Configure bugmail:

Re: Move to Maven? (WAS: Re: Publishing process for JARs for Maven Central)

2011-12-20 Thread Antonio Petrelli
2011/12/20 Konstantin Kolinko > The current version of m2e(clipse) in its default configuration > (re)downloads 200Mb index file from Maven Central into my workspace, > hanging IDE in the process. > > Never seen that... Or, at least, it does not hang. Ant is surely easier to run and it comes wit

Re: Time for 5.5.35?

2011-12-20 Thread Jim Jagielski
On Dec 20, 2011, at 2:42 AM, jean-frederic clere wrote: > On 12/19/2011 10:49 PM, Mark Thomas wrote: >> All, >> >> I know the 5.5.x change log is short but [1] is one of those annoying >> (for me any way) bugs it would be nice to get in a fixed release. >> >> Jim: Any chance of a 5.5.x tag late

Re: A question regarding using Tomcat

2011-12-20 Thread Konstantin Kolinko
2011/12/20 Mayank Tripathi : > Hi , > > Greetings for the day. > > I've a question about using the tomcat as a TCP server. Given that tomcat > uses basic TCPConnections how can we use it as TCP server?Are there some > settings we need to turn on or given we already have our TCPClient how > tomcat w

Re: Move to Maven? (WAS: Re: Publishing process for JARs for Maven Central)

2011-12-20 Thread Mark Thomas
On 20/12/2011 03:21, David Jencks wrote: > Thanks for your brevity, Mark On Dec 19, 2011, at 11:24 AM, Mark > Thomas wrote: I'll try and keep this response short too, but these are non-trivial issues... >> On 19/12/2011 18:47, David Jencks wrote: >>> I mentioned dec 17 that geronimo >>> has b

Re: Move to Maven? (WAS: Re: Publishing process for JARs for Maven Central)

2011-12-20 Thread Antonio Petrelli
2011/12/20 Mark Thomas > If there is an easy way to create these in Maven and creating them with > the Ant script is difficult / painful / error prone, then that would be > an argument in favour of Maven. How strong that argument is would depend > on how easy it was to do this with Maven and how

Re: Time for 5.5.35?

2011-12-20 Thread jean-frederic clere
On 12/20/2011 11:03 AM, Jim Jagielski wrote: On Dec 20, 2011, at 2:42 AM, jean-frederic clere wrote: On 12/19/2011 10:49 PM, Mark Thomas wrote: All, I know the 5.5.x change log is short but [1] is one of those annoying (for me any way) bugs it would be nice to get in a fixed release. Jim: A

Re: Move to Maven? (WAS: Re: Publishing process for JARs for Maven Central)

2011-12-20 Thread Mark Thomas
On 20/12/2011 07:58, David Jencks wrote: > I think the benefit might be more on the order of encouraging people > who ask "where did this jar come from-- I wanna fix something". For > people familiar with maven, there is IMO a much higher barrier to > contributing to tomcat than a well-structured

Re: Move to Maven? (WAS: Re: Publishing process for JARs for Maven Central)

2011-12-20 Thread Mark Thomas
On 20/12/2011 08:17, Antonio Petrelli wrote: > 2011/12/19 Mladen Turk > >> On 12/19/2011 07:04 PM, Henri Gomez wrote: >> >>> Exactly. Since any change would require a learning curve and it seems we don't have that many (read none) maven experts in the house, Gradle could be equally cons

Re: Move to Maven? (WAS: Re: Publishing process for JARs for Maven Central)

2011-12-20 Thread Mark Thomas
On 20/12/2011 09:05, Olivier Lamy wrote: > 2011/12/20 Antonio Petrelli : >> Whoops! I had to do it before :-) >> First of all, Git is read-only at Apache: >> http://git.apache.org/ >> In this page there are many Gitted projects for Tomcat. My current fork is >> for Tomcat 7: >> https://github.com/

Re: MBean InitialContext() Tomcat query- pls help

2011-12-20 Thread Mark Thomas
On 20/12/2011 09:39, S B wrote: > Hi, > > I created and deployed an MBean in my tomcat. It uses datasource to connect > to DB. > > My questions is: > > When I create InitialContext() inside MBean's constructor and pass the > envContext to DBManager class to lookup datasource it works fine. Howev

Re: Move to Maven? (WAS: Re: Publishing process for JARs for Maven Central)

2011-12-20 Thread Antonio Petrelli
2011/12/20 Mark Thomas > On 20/12/2011 09:05, Olivier Lamy wrote: > > 2011/12/20 Antonio Petrelli : > > >> Whoops! I had to do it before :-) > >> First of all, Git is read-only at Apache: > >> http://git.apache.org/ > >> In this page there are many Gitted projects for Tomcat. My current fork > is

Re: Move to Maven? (WAS: Re: Publishing process for JARs for Maven Central)

2011-12-20 Thread Antonio Petrelli
2011/12/20 Antonio Petrelli > 2011/12/20 Mark Thomas > >> On 20/12/2011 09:05, Olivier Lamy wrote: >> > 2011/12/20 Antonio Petrelli : >> >> >> Whoops! I had to do it before :-) >> >> First of all, Git is read-only at Apache: >> >> http://git.apache.org/ >> >> In this page there are many Gitted p

Re: Move to Maven? (WAS: Re: Publishing process for JARs for Maven Central)

2011-12-20 Thread Pid
On 20/12/2011 08:38, Antonio Petrelli wrote: > 2011/12/19 Pid > >> On 18/12/2011 08:37, Mladen Turk wrote: >>> On 12/17/2011 09:24 PM, Antonio Petrelli wrote: As requested here is a proposal to move to Maven. >>> >>> I simply cannot understand why some folks have >>> almost religious fa

[jira] [Commented] (MTOMCAT-109) org.apache.coyote.http11.Http11NioProtocol not honoured

2011-12-20 Thread Morten Haraldsen (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-109?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13173158#comment-13173158 ] Morten Haraldsen commented on MTOMCAT-109: -- Thank you! :) > org

Re: Move to Maven? (WAS: Re: Publishing process for JARs for Maven Central)

2011-12-20 Thread Romain Manni-Bucau
Another good thing in gradle is its incremental build support. - Romain 2011/12/20 Pid > On 20/12/2011 08:38, Antonio Petrelli wrote: > > 2011/12/19 Pid > > > >> On 18/12/2011 08:37, Mladen Turk wrote: > >>> On 12/17/2011 09:24 PM, Antonio Petrelli wrote: > As requested here is a proposa

[jira] [Created] (MTOMCAT-111) Make extract directory configurable

2011-12-20 Thread Morten Haraldsen (Created) (JIRA)
Make extract directory configurable --- Key: MTOMCAT-111 URL: https://issues.apache.org/jira/browse/MTOMCAT-111 Project: Apache Tomcat Maven Plugin Issue Type: Improvement Components: tomcat7

[jira] [Updated] (MTOMCAT-111) Make extract directory configurable

2011-12-20 Thread Olivier Lamy (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-111?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Olivier Lamy updated MTOMCAT-111: - for sure definitely something I wanted to do :-) > Make extract directory configura

svn commit: r1221266 - /tomcat/tc5.5.x/trunk/STATUS.txt

2011-12-20 Thread funkman
Author: funkman Date: Tue Dec 20 14:14:31 2011 New Revision: 1221266 URL: http://svn.apache.org/viewvc?rev=1221266&view=rev Log: vote Modified: tomcat/tc5.5.x/trunk/STATUS.txt Modified: tomcat/tc5.5.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc5.5.x/trunk/STATUS.txt?rev=122

svn commit: r1221273 - /tomcat/tc5.5.x/trunk/STATUS.txt

2011-12-20 Thread jim
Author: jim Date: Tue Dec 20 14:23:11 2011 New Revision: 1221273 URL: http://svn.apache.org/viewvc?rev=1221273&view=rev Log: vote patches Modified: tomcat/tc5.5.x/trunk/STATUS.txt Modified: tomcat/tc5.5.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc5.5.x/trunk/STATUS.txt?rev

svn commit: r1221274 - /tomcat/tc6.0.x/trunk/STATUS.txt

2011-12-20 Thread funkman
Author: funkman Date: Tue Dec 20 14:23:30 2011 New Revision: 1221274 URL: http://svn.apache.org/viewvc?rev=1221274&view=rev Log: some votes 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?r

svn commit: r1221275 - /tomcat/tc5.5.x/trunk/STATUS.txt

2011-12-20 Thread jim
Author: jim Date: Tue Dec 20 14:23:33 2011 New Revision: 1221275 URL: http://svn.apache.org/viewvc?rev=1221275&view=rev Log: and promote Modified: tomcat/tc5.5.x/trunk/STATUS.txt Modified: tomcat/tc5.5.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc5.5.x/trunk/STATUS.txt?rev=

svn commit: r1221276 - in /tomcat/tc5.5.x/trunk: ./ container/catalina/src/share/org/apache/catalina/valves/

2011-12-20 Thread jim
Author: jim Date: Tue Dec 20 14:25:24 2011 New Revision: 1221276 URL: http://svn.apache.org/viewvc?rev=1221276&view=rev Log: * Make configuration issue for RemoteAddrValve, RemoteHostValve result in the failure of the valve rather than just a warning message. Ensure changes to the configurat

svn commit: r1221288 - /tomcat/tc5.5.x/trunk/connectors/util/java/org/apache/tomcat/util/buf/UDecoder.java

2011-12-20 Thread jim
Author: jim Date: Tue Dec 20 14:45:12 2011 New Revision: 1221288 URL: http://svn.apache.org/viewvc?rev=1221288&view=rev Log: * Align %2f handling between implementations of UDecoder.convert() http://svn.apache.org/viewvc?rev=1203091&view=rev +1: kkolinko, markt, funkman, jim -1: Modified:

svn commit: r1221289 - in /tomcat/tc5.5.x/trunk: STATUS.txt build/build.xml build/resources/build.xml

2011-12-20 Thread jim
Author: jim Date: Tue Dec 20 14:46:13 2011 New Revision: 1221289 URL: http://svn.apache.org/viewvc?rev=1221289&view=rev Log: * Remove obsolete build.xml file that was used to download source tree. References to it were removed from build instructions in r1202235 1. svn del build/resources/bui

[jira] [Commented] (MTOMCAT-104) Running java -jar from a parent directory causes a Zip file error

2011-12-20 Thread Keith Corbin (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-104?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13173242#comment-13173242 ] Keith Corbin commented on MTOMCAT-104: -- Nope this appears to be fixed.

[jira] [Resolved] (MTOMCAT-104) Running java -jar from a parent directory causes a Zip file error

2011-12-20 Thread Olivier Lamy (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-104?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Olivier Lamy resolved MTOMCAT-104. -- Resolution: Fixed > Running java -jar from a parent directory causes a Zip file error > --

[jira] [Commented] (MTOMCAT-108) THe httpsPort flag starts another http thread not an https thread

2011-12-20 Thread Keith Corbin (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-108?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13173251#comment-13173251 ] Keith Corbin commented on MTOMCAT-108: -- How long will it take for this to make its w

[jira] [Commented] (MTOMCAT-108) THe httpsPort flag starts another http thread not an https thread

2011-12-20 Thread Olivier Lamy (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-108?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13173256#comment-13173256 ] Olivier Lamy commented on MTOMCAT-108: -- @Keith until a release :-) Currently you can

[jira] [Commented] (MTOMCAT-108) THe httpsPort flag starts another http thread not an https thread

2011-12-20 Thread Keith Corbin (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-108?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13173260#comment-13173260 ] Keith Corbin commented on MTOMCAT-108: -- @Olivier. Sorry, I meant when will it be av

svn commit: r1221322 - /tomcat/trunk/TOMCAT-NEXT.txt

2011-12-20 Thread markt
Author: markt Date: Tue Dec 20 15:55:28 2011 New Revision: 1221322 URL: http://svn.apache.org/viewvc?rev=1221322&view=rev Log: Add another entry Modified: tomcat/trunk/TOMCAT-NEXT.txt Modified: tomcat/trunk/TOMCAT-NEXT.txt URL: http://svn.apache.org/viewvc/tomcat/trunk/TOMCAT-NEXT.txt?rev=1

svn commit: r1221471 - in /tomcat/tc5.5.x/trunk: STATUS.txt connectors/util/java/org/apache/tomcat/util/http/mapper/Mapper.java container/webapps/docs/changelog.xml

2011-12-20 Thread markt
Author: markt Date: Tue Dec 20 20:17:25 2011 New Revision: 1221471 URL: http://svn.apache.org/viewvc?rev=1221471&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=52225 Fix ClassCastException in Alias added for existing host via JMX Modified: tomcat/tc5.5.x/trunk/STATUS.tx

DO NOT REPLY [Bug 52225] Adding Alias for existing host on running Tomcat causes ClassCastException

2011-12-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52225 --- Comment #3 from Mark Thomas 2011-12-20 20:17:40 UTC --- Fixed in 5.5.x and will be in 5.5.35 onwards. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail because: --

svn commit: r1221474 - in /tomcat/tc6.0.x/trunk: STATUS.txt java/org/apache/tomcat/util/http/mapper/Mapper.java webapps/docs/changelog.xml

2011-12-20 Thread markt
Author: markt Date: Tue Dec 20 20:19:39 2011 New Revision: 1221474 URL: http://svn.apache.org/viewvc?rev=1221474&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=52225 Fix ClassCastException in Alias added for existing host via JMX Modified: tomcat/tc6.0.x/trunk/STATUS.tx

DO NOT REPLY [Bug 52225] Adding Alias for existing host on running Tomcat causes ClassCastException

2011-12-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52225 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

svn commit: r1221478 - in /tomcat/tc5.5.x/trunk: STATUS.txt container/catalina/src/share/org/apache/catalina/connector/Request.java container/webapps/docs/changelog.xml

2011-12-20 Thread markt
Author: markt Date: Tue Dec 20 20:24:01 2011 New Revision: 1221478 URL: http://svn.apache.org/viewvc?rev=1221478&view=rev Log: Do not throw IllegalArgumentException from parseParameters() call when chunked POST request is too large, but treat it like an IO error. Modified: tomcat/tc5.5.x/tru

svn commit: r1221479 - in /tomcat/tc5.5.x/trunk: STATUS.txt container/webapps/docs/changelog.xml jasper/src/share/org/apache/jasper/compiler/Parser.java

2011-12-20 Thread markt
Author: markt Date: Tue Dec 20 20:28:49 2011 New Revision: 1221479 URL: http://svn.apache.org/viewvc?rev=1221479&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=52335 Only handle <\% and not \% as escaped in template text. Modified: tomcat/tc5.5.x/trunk/STATUS.txt tom

DO NOT REPLY [Bug 52335] Tomcat escapes all the \% in Template Text as %.

2011-12-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52335 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

DO NOT REPLY [Bug 28039] Cluster Support for SingleSignOn

2011-12-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=28039 Mark Thomas changed: What|Removed |Added Component|Catalina:Cluster|Cluster Version|Nightly B

DO NOT REPLY [Bug 38216] Extend Jmxproxy to allow call of MBean Operations

2011-12-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=38216 Mark Thomas changed: What|Removed |Added Status|NEEDINFO|NEW Component|Webapps:Manag

DO NOT REPLY [Bug 40728] Catalina MBeans use non-serializable classes

2011-12-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=40728 Mark Thomas changed: What|Removed |Added Component|Catalina|Catalina Version|Nightly

DO NOT REPLY [Bug 40766] Using an unsecure jsessionid with mod_proxy_ajp over https

2011-12-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=40766 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

DO NOT REPLY [Bug 40881] Unable to receive message through TCP channel -> Nullpointer

2011-12-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=40881 Mark Thomas changed: What|Removed |Added Component|Catalina:Cluster|Cluster Version|5.5.20

DO NOT REPLY [Bug 41007] Can't define customized 503 error page

2011-12-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=41007 Mark Thomas changed: What|Removed |Added Component|Catalina|Catalina Version|5.5.20

DO NOT REPLY [Bug 43866] add support for session attribute propagation without calls to DeltaSession.setAttribute

2011-12-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=43866 Mark Thomas changed: What|Removed |Added Component|Catalina:Cluster|Cluster Version|5.5.23

DO NOT REPLY [Bug 43925] org.apache.jasper.runtime.BodyContentImpl causing huge memory allocations

2011-12-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=43925 Mark Thomas changed: What|Removed |Added Component|Jasper |Jasper Version|5.5.24

DO NOT REPLY [Bug 44216] Don't reuse session ID even if emptySessionPath=true

2011-12-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=44216 Mark Thomas changed: What|Removed |Added Component|Catalina|Catalina Version|Unknown

DO NOT REPLY [Bug 44904] Provide warning message when DataSource's maxActive="0"

2011-12-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=44904 Mark Thomas changed: What|Removed |Added Component|Unknown |Catalina Version|5.5.26

svn commit: r1221485 - /tomcat/tc5.5.x/trunk/container/webapps/docs/changelog.xml

2011-12-20 Thread markt
Author: markt Date: Tue Dec 20 20:44:07 2011 New Revision: 1221485 URL: http://svn.apache.org/viewvc?rev=1221485&view=rev Log: Add missing entries Modified: tomcat/tc5.5.x/trunk/container/webapps/docs/changelog.xml Modified: tomcat/tc5.5.x/trunk/container/webapps/docs/changelog.xml URL: htt

DO NOT REPLY [Bug 51294] Since 7.0.12 do not work option unpackWARs=true for WARs outside appBase

2011-12-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51294 Tiago Cruz changed: What|Removed |Added CC||tiago.tuxkil...@gmail.com -- Configu

Re: Time for 5.5.35?

2011-12-20 Thread Mark Thomas
On 20/12/2011 10:03, Jim Jagielski wrote: > > On Dec 20, 2011, at 2:42 AM, jean-frederic clere wrote: > >> On 12/19/2011 10:49 PM, Mark Thomas wrote: >>> All, >>> >>> I know the 5.5.x change log is short but [1] is one of those annoying >>> (for me any way) bugs it would be nice to get in a fixed

DO NOT REPLY [Bug 51294] Since 7.0.12 do not work option unpackWARs=true for WARs outside appBase

2011-12-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51294 --- Comment #7 from Tiago Cruz 2011-12-20 21:45:01 UTC --- I also have this problem with tomcat >= 7.0.12 :/ Is this configuration possible? (unpackExternalWARs=true) :D 'Cause to use with configuration management (puppet, chef e etc) it

Re: Move to Maven? (WAS: Re: Publishing process for JARs for Maven Central)

2011-12-20 Thread Sylvain Laurent
On 20 déc. 2011, at 12:22, Mark Thomas wrote: > > Where I disagree is on whether a switch to Maven lowers that barrier to > entry. I agree it lowers it for folks that already know Maven but don't > know Ant but that it raises it for folks that know Ant but don't know Maven. Knowing ant does not

Re: Move to Maven? (WAS: Re: Publishing process for JARs for Maven Central)

2011-12-20 Thread Sylvain Laurent
On 20 déc. 2011, at 12:22, Mark Thomas wrote: > > Where I disagree is on whether a switch to Maven lowers that barrier to > entry. I agree it lowers it for folks that already know Maven but don't > know Ant but that it raises it for folks that know Ant but don't know Maven. Knowing ant does not

Re: svn commit: r1221276 - in /tomcat/tc5.5.x/trunk: ./ container/catalina/src/share/org/apache/catalina/valves/

2011-12-20 Thread Rainer Jung
On 20.12.2011 15:25, j...@apache.org wrote: Author: jim Date: Tue Dec 20 14:25:24 2011 New Revision: 1221276 URL: http://svn.apache.org/viewvc?rev=1221276&view=rev Log: * Make configuration issue for RemoteAddrValve, RemoteHostValve result in the failure of the valve rather than just a warnin

[GUMP@vmgump]: Project jakarta-tomcat (in module jakarta-tomcat) failed

2011-12-20 Thread Stefan Bodewig
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 jakarta-tomcat has an issue affecting its community integration. This issu

Re: [GUMP@vmgump]: Project jakarta-tomcat (in module jakarta-tomcat) failed

2011-12-20 Thread Konstantin Kolinko
This is Tomcat 3.3 (jakarta-tomcat-33.xml in Gump). It is odd that this failed. 2011/12/21 Stefan Bodewig : > 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