svn commit: r1353410 - in /tomcat/trunk/java/org/apache/catalina/ant: antlib.xml catalina.tasks

2012-06-25 Thread kkolinko
Author: kkolinko Date: Mon Jun 25 07:40:19 2012 New Revision: 1353410 URL: http://svn.apache.org/viewvc?rev=1353410&view=rev Log: Remove jkstatus task in favor of jkupdate. Neither one is documented. Modified: tomcat/trunk/java/org/apache/catalina/ant/antlib.xml tomcat/trunk/java/org/apac

svn commit: r1353411 - /tomcat/trunk/webapps/docs/changelog.xml

2012-06-25 Thread kkolinko
Author: kkolinko Date: Mon Jun 25 07:42:39 2012 New Revision: 1353411 URL: http://svn.apache.org/viewvc?rev=1353411&view=rev Log: Update changelog Modified: tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/tru

svn commit: r1353414 - /tomcat/trunk/java/org/apache/catalina/ant/antlib.xml

2012-06-25 Thread kkolinko
Author: kkolinko Date: Mon Jun 25 07:58:10 2012 New Revision: 1353414 URL: http://svn.apache.org/viewvc?rev=1353414&view=rev Log: Revert most of changes in ant/antlib.xml per user's comment on dev@. http://markmail.org/message/izcghp5z6hv3dp6j Modified: tomcat/trunk/java/org/apache/catalina/a

buildbot success in ASF Buildbot on tomcat-trunk

2012-06-25 Thread buildbot
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/3114 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Source

svn commit: r1353423 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/ant/antlib.xml webapps/docs/changelog.xml

2012-06-25 Thread kkolinko
Author: kkolinko Date: Mon Jun 25 08:18:05 2012 New Revision: 1353423 URL: http://svn.apache.org/viewvc?rev=1353423&view=rev Log: Revert most of changes in ant/antlib.xml per user's comment on dev@. http://markmail.org/message/izcghp5z6hv3dp6j It is merge of revision 1353414 from tomcat/trunk. M

Re: antlib.xml vs catalina.tasks (was: Re: r1346638)

2012-06-25 Thread Konstantin Kolinko
2012/6/25 Williams, Nick : > -Original Message- > From: Konstantin Kolinko [mailto:knst.koli...@gmail.com] > Sent: Sunday, June 24, 2012 11:15 AM > To: Tomcat Developers List > Subject: antlib.xml vs catalina.tasks (was: Re: r1346638) > > 2012/6/6 Mark Thomas : >> On 06/06/2012 00:22, Konst

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

2012-06-25 Thread kkolinko
Author: kkolinko Date: Mon Jun 25 08:26:32 2012 New Revision: 1353425 URL: http://svn.apache.org/viewvc?rev=1353425&view=rev Log: revoke 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

buildbot success in ASF Buildbot on tomcat-7-trunk

2012-06-25 Thread buildbot
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/699 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Sou

[Bug 26452] Welcome-file not forwarding to servlet

2012-06-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=26452 Mauro Molinari changed: What|Removed |Added CC||mauro...@tiscali.it --- Comment #

[Bug 53464] New: Tomcat installation instructions reference init.d file that does not exist / document init.d

2012-06-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53464 Priority: P2 Bug ID: 53464 Assignee: dev@tomcat.apache.org Summary: Tomcat installation instructions reference init.d file that does not exist / document init.d Severit

[Bug 53464] Tomcat installation instructions reference init.d file that does not exist / document init.d

2012-06-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53464 Anthony Gerrard changed: What|Removed |Added CC||anthonygerrard+apache.org@g

svn commit: r1353468 - /tomcat/trunk/java/org/apache/catalina/core/AprLifecycleListener.java

2012-06-25 Thread markt
Author: markt Date: Mon Jun 25 11:30:59 2012 New Revision: 1353468 URL: http://svn.apache.org/viewvc?rev=1353468&view=rev Log: Deprecate unused code Modified: tomcat/trunk/java/org/apache/catalina/core/AprLifecycleListener.java Modified: tomcat/trunk/java/org/apache/catalina/core/AprLifecycl

svn commit: r1353469 - /tomcat/trunk/java/org/apache/catalina/core/AprLifecycleListener.java

2012-06-25 Thread markt
Author: markt Date: Mon Jun 25 11:31:29 2012 New Revision: 1353469 URL: http://svn.apache.org/viewvc?rev=1353469&view=rev Log: Remove unused code Modified: tomcat/trunk/java/org/apache/catalina/core/AprLifecycleListener.java Modified: tomcat/trunk/java/org/apache/catalina/core/AprLifecycleLi

svn commit: r1353501 - in /tomcat/trunk/java/org/apache: catalina/connector/ coyote/ coyote/ajp/ coyote/http11/

2012-06-25 Thread markt
Author: markt Date: Mon Jun 25 12:53:27 2012 New Revision: 1353501 URL: http://svn.apache.org/viewvc?rev=1353501&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=53430 Fix problems with missing / wrong version of APR/native library when APR connector is explicitly configured.

[Bug 53430] JVM crash at startup if TC-Native version is too old

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

svn commit: r1353504 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/core/AprLifecycleListener.java

2012-06-25 Thread markt
Author: markt Date: Mon Jun 25 13:01:53 2012 New Revision: 1353504 URL: http://svn.apache.org/viewvc?rev=1353504&view=rev Log: Deprecate unused code Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/org/apache/catalina/core/AprLifecycleListener.java Propchange:

svn commit: r1353509 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/connector/ java/org/apache/coyote/ java/org/apache/coyote/ajp/ java/org/apache/coyote/http11/ webapps/docs/

2012-06-25 Thread markt
Author: markt Date: Mon Jun 25 13:05:03 2012 New Revision: 1353509 URL: http://svn.apache.org/viewvc?rev=1353509&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=53430 Fix problems with missing / wrong version of APR/native library when APR connector is explicitly configured.

buildbot failure in ASF Buildbot on tomcat-trunk

2012-06-25 Thread buildbot
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/3117 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Source St

svn commit: r1353581 - /tomcat/trunk/webapps/docs/config/http.xml

2012-06-25 Thread markt
Author: markt Date: Mon Jun 25 14:41:36 2012 New Revision: 1353581 URL: http://svn.apache.org/viewvc?rev=1353581&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=53456 Minor fixes to the HTTP docs. Patch provided by sebb. Modified: tomcat/trunk/webapps/docs/config/http.xml

svn commit: r1353583 - in /tomcat/tc7.0.x/trunk: ./ webapps/docs/changelog.xml webapps/docs/config/http.xml

2012-06-25 Thread markt
Author: markt Date: Mon Jun 25 14:43:31 2012 New Revision: 1353583 URL: http://svn.apache.org/viewvc?rev=1353583&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=53456 Minor fixes to the HTTP docs. Patch provided by sebb. Modified: tomcat/tc7.0.x/trunk/ (props changed)

[Bug 53456] Minor tweaks to config/http.html

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

buildbot success in ASF Buildbot on tomcat-trunk

2012-06-25 Thread buildbot
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/3118 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Source

[Bug 53450] Deployment of an application with 'ROOT' context hangs forever

2012-06-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53450 --- Comment #3 from Violeta Georgieva --- Thanks -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe, e-mail: dev-unsubscr...@tomc

[OT] Moving entire directory structures in svn

2012-06-25 Thread Christopher Schultz
All, I apologize for another OT post to the dev list, but I know there are svn experts here and it's somewhat relevant. I have a project, recently migrated from CVS to SVN, and one of the things I'd like to be able to do that I couldn't do in CVS is to re-name files and do it all in one Big Commi

Re: [OT] Moving entire directory structures in svn

2012-06-25 Thread Mark Thomas
On 25/06/2012 17:42, Christopher Schultz wrote: > $ mkdir src/newpackage > $ svn add src/newpackage Skip the above 2 lines > $ svn mv src/oldpackage src/newpackage $ svn log > src/newpackage/some/source/file/in/There.java You are all set. Mark -

[Bug 53459] clientAuth="optional" not documented - is it valid?

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

[Bug 53459] clientAuth="optional" not documented - is it valid?

2012-06-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53459 Mark Thomas changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|INVALID

[Bug 53454] Default doHead implementation overrides 'Content-Length' header

2012-06-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53454 Christopher Schultz changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

Re: [OT] Moving entire directory structures in svn

2012-06-25 Thread Christopher Schultz
Mark, On 6/25/12 12:45 PM, Mark Thomas wrote: > On 25/06/2012 17:42, Christopher Schultz wrote: >> $ mkdir src/newpackage >> $ svn add src/newpackage > > Skip the above 2 lines I'm actually introducing a new directory into the mix -- not just renaming but also putting the newly-moved files into

[Bug 53356] Mapping a servlet to the applicatio​n's context root results in IAE

2012-06-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53356 --- Comment #3 from Violeta Georgieva --- Thanks -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe, e-mail: dev-unsubscr...@tomc

[Bug 53454] Default doHead implementation overrides 'Content-Length' header

2012-06-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53454 Mark Thomas changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|INVALID

svn commit: r1353708 - /tomcat/trunk/webapps/docs/ssl-howto.xml

2012-06-25 Thread markt
Author: markt Date: Mon Jun 25 19:27:52 2012 New Revision: 1353708 URL: http://svn.apache.org/viewvc?rev=1353708&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=53459 Fix SSLVerifyClient option in APR SSL example and further clarify how to modify server.xml based on the desir

svn commit: r1353709 - in /tomcat/tc7.0.x/trunk: ./ webapps/docs/changelog.xml webapps/docs/ssl-howto.xml

2012-06-25 Thread markt
Author: markt Date: Mon Jun 25 19:29:44 2012 New Revision: 1353709 URL: http://svn.apache.org/viewvc?rev=1353709&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=53459 Fix SSLVerifyClient option in APR SSL example and further clarify how to modify server.xml based on the desir

[Bug 53459] clientAuth="optional" not documented - is it valid?

2012-06-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53459 Mark Thomas changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

[Bug 53465] New: mapped-name is read when in @Resource, but not when in web.xml

2012-06-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53465 Priority: P2 Bug ID: 53465 Assignee: dev@tomcat.apache.org Summary: mapped-name is read when in @Resource, but not when in web.xml Severity: normal Classification:

[Bug 53465] mapped-name is read when in @Resource, but not when in web.xml

2012-06-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53465 Violeta Georgieva changed: What|Removed |Added Attachment #28995|0 |1 is patch|

[Bug 53466] New: Tomcat Enhancement.

2012-06-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53466 Priority: P2 Bug ID: 53466 Assignee: dev@tomcat.apache.org Summary: Tomcat Enhancement. Severity: normal Classification: Unclassified Reporter: zafar.an...@yahoo.com

[Bug 53466] Tomcat Enhancement.

2012-06-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53466 Zafar changed: What|Removed |Added OS||All --- Comment #1 from Zafar --- Also, w

[Bug 53466] Tomcat Enhancement.

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

[Bug 53467] New: 7.0.28 will no longer accept our jsp filenames

2012-06-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53467 Priority: P2 Bug ID: 53467 Assignee: dev@tomcat.apache.org Summary: 7.0.28 will no longer accept our jsp filenames Severity: normal Classification: Unclassified OS: Lin

[Bug 53467] 7.0.28 will no longer accept our jsp filenames

2012-06-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53467 Nate Carlson changed: What|Removed |Added CC||apa...@natecarlson.com -- You are

writing tomcat filters

2012-06-25 Thread Varrun Ramani
Hi I am in the process developing a web application firewall(WAF) for tomcat similar to what mod security does, and am planning to use the filter API already present in tomcat to intercept requests and do the filtering. While going through the documentation for filters and several examples, I see