Re: CMS or svnpubsub for Site

2012-09-30 Thread Olivier Lamy
2012/10/1 Konstantin Kolinko : > 2012/10/1 Olivier Lamy : >> Hi Folks, >> I wonder what is the plan for CMS or svnpubsub for the web site ? > > The plan is to use svnpubsub. Ok. > > The whole site is already in svn, except for subprojects that rely on Maven: > > 1. Taglibs > 2. Maven Plugin What is

[Tomcat Wiki] Update of "Attorney at law Search Engine Marketing" by StephanyMay

2012-09-30 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "Attorney at law Search Engine Marketing" page has been changed by StephanyMay: http://wiki.apache.org/tomcat/Attorney%20at%20law%20Search%20Engine%20Marketing New page: Whichever

Re: CMS or svnpubsub for Site

2012-09-30 Thread Konstantin Kolinko
2012/10/1 Olivier Lamy : > Hi Folks, > I wonder what is the plan for CMS or svnpubsub for the web site ? The plan is to use svnpubsub. The whole site is already in svn, except for subprojects that rely on Maven: 1. Taglibs 2. Maven Plugin Best regards, Konstantin Kolinko -

[Tomcat Wiki] Update of "MemoryLeakProtection" by KonstantinKolinko

2012-09-30 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "MemoryLeakProtection" page has been changed by KonstantinKolinko: http://wiki.apache.org/tomcat/MemoryLeakProtection?action=diff&rev1=15&rev2=16 Comment: Add reference to BZ 53936

[Bug 53936] Minimize classloader leaks from stacktrace elements in long-lived Exceptions

2012-09-30 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53936 Konstantin Kolinko changed: What|Removed |Added Status|NEW |RESOLVED Resolution|-

CMS or svnpubsub for Site

2012-09-30 Thread Olivier Lamy
Hi Folks, I wonder what is the plan for CMS or svnpubsub for the web site ? -- Olivier Lamy Talend: http://coders.talend.com http://twitter.com/olamy | http://linkedin.com/in/olamy - To unsubscribe, e-mail: dev-unsubscr...@tomca

Re: FormAuthenticatorTest for cases without cookies - implementation issues

2012-09-30 Thread Brian Burch
On 30/09/12 21:56, Konstantin Kolinko wrote: 2012/9/26 Brian Burch : Thanks for all the help while I was developing the new test case for https://issues.apache.org/bugzilla/show_bug.cgi?id=53584. The thread on the users mailing list is called "AuthenticatorBase setChangeSessionIdOnAuthentication

Re: FormAuthenticatorTest for cases without cookies - implementation issues

2012-09-30 Thread Konstantin Kolinko
2012/9/26 Brian Burch : > Thanks for all the help while I was developing the new test case for > https://issues.apache.org/bugzilla/show_bug.cgi?id=53584. The thread on the > users mailing list is called "AuthenticatorBase > setChangeSessionIdOnAuthentication without cookies". > > I now have two ne

[Bug 53917] @PostConstruct in base class never called - only works if it's declared the derived web service class (JAX-WS/Catalina)

2012-09-30 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53917 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 53854] DefaultServlet directory listings for aliased directories do not seem to work

2012-09-30 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53854 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

svn commit: r1392099 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/naming/resources/BaseDirContext.java java/org/apache/naming/resources/FileDirContext.java java/org/apache/naming/resources/WARDirCon

2012-09-30 Thread markt
Author: markt Date: Sun Sep 30 19:48:36 2012 New Revision: 1392099 URL: http://svn.apache.org/viewvc?rev=1392099&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=53854 Get directory listings working with aliases Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/

svn commit: r1392098 - in /tomcat/trunk/java/org/apache/naming/resources: BaseDirContext.java FileDirContext.java WARDirContext.java

2012-09-30 Thread markt
Author: markt Date: Sun Sep 30 19:45:00 2012 New Revision: 1392098 URL: http://svn.apache.org/viewvc?rev=1392098&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=53854 Get directory listings working with aliases Modified: tomcat/trunk/java/org/apache/naming/resources/BaseD

[Bug 53936] Minimize classloader leaks from stacktrace elements in long-lived Exceptions

2012-09-30 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53936 --- Comment #3 from Timo Kinnunen --- 1) Yes, this is correct. containerOnlyFill(Throwable) is a straight-up Java 1.6 port of the Java 1.7 bootclassLoaderOnlyFill(Throwable) method. The 1.6 version could be simplified for production use i

[Bug 53936] Minimize classloader leaks from stacktrace elements in long-lived Exceptions

2012-09-30 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53936 --- Comment #2 from Konstantin Kolinko --- (In reply to comment #0) > The attached test code contains two versions of the algorithm, for Java 1.6 > and 1.7. 1. It is a bit hard to see, but looks that 1.6 version is "containerOnlyFill(Thro

Re: Custom compression filters

2012-09-30 Thread Konstantin Kolinko
2012/9/30 Florian Fray : > Thanks for your reply, Konstantin and Jess. > The main reason for adding this feature to the Container is the same as for > all features provided by a Container: > My applications should not deal with these details. > > Currently I'm looking at adding Googles Snappy to so

Re: Custom compression filters

2012-09-30 Thread Florian Fray
Thanks for your reply, Konstantin and Jess.The main reason for adding this feature to the Container is the same as for all features provided by a Container:My applications should not deal with these details.Currently I'm looking at adding Googles Snappy to some servers.I could add filters to my app

[Bug 53940] Added support for new CRL loading after expiration

2012-09-30 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53940 Konstantin Kolinko changed: What|Removed |Added Attachment #29426|0 |1 is patch|

[Bug 53938] Silent Install

2012-09-30 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53938 Konstantin Kolinko changed: What|Removed |Added Status|NEW |RESOLVED Resolution|-

Re: Custom compression filters

2012-09-30 Thread Konstantin Kolinko
2012/9/29 Florian Fray : > Dear TC Devs, > > while looking around in TC 7 I've found no possibility to plug-in a custom > compression filter. > > So I've had a quick look at the code to find out that the gzip-handling is > coded into AbstractHttp11Processor. Only HTTP protocol management is perf

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

2012-09-30 Thread Gump
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-taglibs-standard has an issue affecting its community integration.

Bug report for Tomcat Modules [2012/09/30]

2012-09-30 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat Native [2012/09/30]

2012-09-30 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Taglibs [2012/09/30]

2012-09-30 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 6 [2012/09/30]

2012-09-30 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat Connectors [2012/09/30]

2012-09-30 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 7 [2012/09/30]

2012-09-30 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 5 [2012/09/30]

2012-09-30 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned