Bug report for Tomcat 6 [2011/07/31]

2011-07-31 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 5 [2011/07/31]

2011-07-31 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat Connectors [2011/07/31]

2011-07-31 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 7 [2011/07/31]

2011-07-31 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Taglibs [2011/07/31]

2011-07-31 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat Modules [2011/07/31]

2011-07-31 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat Native [2011/07/31]

2011-07-31 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

svn commit: r1152593 - in /tomcat/trunk: java/org/apache/naming/resources/DirContextURLConnection.java webapps/docs/changelog.xml

2011-07-31 Thread markt
Author: markt Date: Sun Jul 31 16:59:39 2011 New Revision: 1152593 URL: http://svn.apache.org/viewvc?rev=1152593&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=51584 Ensure file paths are encoded/decoded when translated to/from URLs so special characters don't cause issues.

DO NOT REPLY [Bug 51584] Crash (infinite loop) when files starting with '#' are in the library tree

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

svn commit: r1152595 - in /tomcat/trunk: java/org/apache/catalina/startup/ContextConfig.java webapps/docs/changelog.xml

2011-07-31 Thread markt
Author: markt Date: Sun Jul 31 17:08:43 2011 New Revision: 1152595 URL: http://svn.apache.org/viewvc?rev=1152595&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=51586 Expand error handling to cover anything that is recoverable (or might be recoverable) when loading classes du

DO NOT REPLY [Bug 51586] ContextConfig.checkHandlesTypes() doesn't check for VerifyError when loading class

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

Re: Servlet 3.1, Tomcat 8 etc.

2011-07-31 Thread Mark Thomas
On 26/07/2011 18:30, Mark Thomas wrote: > The Servlet EG is starting to discuss changes to the Servlet API for > 3.1. It would be useful if the option existed to implement some of these > changes in Tomcat trunk. The benefits of this are: > - we can see how feasible the API changes are to implement

svn commit: r1152601 - in /tomcat/trunk: java/org/apache/catalina/valves/AccessLogValve.java webapps/docs/changelog.xml

2011-07-31 Thread markt
Author: markt Date: Sun Jul 31 17:39:25 2011 New Revision: 1152601 URL: http://svn.apache.org/viewvc?rev=1152601&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=51588 Make it easier to extend the AccessLogValve to add support for custom elements. Modified: tomcat/trunk/ja

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

2011-07-31 Thread markt
Author: markt Date: Sun Jul 31 17:41:15 2011 New Revision: 1152602 URL: http://svn.apache.org/viewvc?rev=1152602&view=rev 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=1

DO NOT REPLY [Bug 51588] Change access modifiers in AccessLogValve to make it easier to extend

2011-07-31 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51588 --- Comment #4 from Mark Thomas 2011-07-31 17:41:17 UTC --- Methods changed in 7.0.x and will be included in 7.0.20 onwards. Same change proposed for 6.0.x. Even if Tomcat does support this particular use case, the general one of extensib

Strange problem in TC7 manager

2011-07-31 Thread Rainer Jung
Reproduction: - add manager-jmx and manager-status to tomcat-users.xml - Start TC 7 trunk - As first request call http://localhost:8080/manager/jmxproxy Response OK - As second request call http://localhost:8080/manager/manager/all Response Exception: javax.servlet.ServletException: java.lang

svn commit: r1152610 - /tomcat/trunk/test/org/apache/catalina/comet/TestCometProcessor.java

2011-07-31 Thread markt
Author: markt Date: Sun Jul 31 18:21:56 2011 New Revision: 1152610 URL: http://svn.apache.org/viewvc?rev=1152610&view=rev Log: Remove unnecessary call. Reduce timeout. Modified: tomcat/trunk/test/org/apache/catalina/comet/TestCometProcessor.java Modified: tomcat/trunk/test/org/apache/catalin

Re: Strange problem in TC7 manager

2011-07-31 Thread Mark Thomas
On 31/07/2011 18:57, Rainer Jung wrote: > Reproduction: > > - add manager-jmx and manager-status to tomcat-users.xml > - Start TC 7 trunk > - As first request call http://localhost:8080/manager/jmxproxy > Response OK > - As second request call http://localhost:8080/manager/manager/all > Respon

Re: Strange problem in TC7 manager

2011-07-31 Thread Mark Thomas
On 31/07/2011 19:29, Mark Thomas wrote: > On 31/07/2011 18:57, Rainer Jung wrote: >> Any idea what's happening here? > > Not yet, although it is probably my fault :) > > I can reproduce this, looking in more detail now... The problem is that calling isSingleThreadModel (triggered by reading the

Re: Strange problem in TC7 manager

2011-07-31 Thread Rainer Jung
On 31.07.2011 20:45, Mark Thomas wrote: > On 31/07/2011 19:29, Mark Thomas wrote: >> On 31/07/2011 18:57, Rainer Jung wrote: >>> Any idea what's happening here? >> >> Not yet, although it is probably my fault :) >> >> I can reproduce this, looking in more detail now... > > The problem is that call

svn commit: r1152621 - in /tomcat/trunk: java/org/apache/catalina/core/StandardWrapper.java webapps/docs/changelog.xml

2011-07-31 Thread markt
Author: markt Date: Sun Jul 31 19:34:14 2011 New Revision: 1152621 URL: http://svn.apache.org/viewvc?rev=1152621&view=rev Log: Ensure that calls to StandardWrapper methods() that may trigger creation of a Servlet instance always do so in way that correctly instantiates a Servlet instance. Modif

Re: [VOTE] Release Apache Tomcat Native 1.1.22

2011-07-31 Thread Rainer Jung
On 29.07.2011 12:06, jean-frederic clere wrote: > [X] Stable - no major issues, no regressions > [ ] Beta - at least one significant issue -- tell us what it is > [ ] Alpha - multiple significant issues -- tell us what they are Detailed results ("-" indicates things which we could improve). Sor

svn commit: r1152640 - /tomcat/native/trunk/native/build/lineends.pl

2011-07-31 Thread rjung
Author: rjung Date: Sun Jul 31 21:25:14 2011 New Revision: 1152640 URL: http://svn.apache.org/viewvc?rev=1152640&view=rev Log: Set svn:executable for perl script. Modified: tomcat/native/trunk/native/build/lineends.pl (props changed) Propchange: tomcat/native/trunk/native/build/lineends.pl

svn commit: r1152641 - /tomcat/native/branches/1.1.x/native/build/lineends.pl

2011-07-31 Thread rjung
Author: rjung Date: Sun Jul 31 21:25:25 2011 New Revision: 1152641 URL: http://svn.apache.org/viewvc?rev=1152641&view=rev Log: Set svn:executable for perl script. Modified: tomcat/native/branches/1.1.x/native/build/lineends.pl (props changed) Propchange: tomcat/native/branches/1.1.x/native

svn commit: r1152648 - /tomcat/native/trunk/native/BUILDING

2011-07-31 Thread rjung
Author: rjung Date: Sun Jul 31 21:32:22 2011 New Revision: 1152648 URL: http://svn.apache.org/viewvc?rev=1152648&view=rev Log: Fix name of run-echo ant task in "BUILDING". Modified: tomcat/native/trunk/native/BUILDING Modified: tomcat/native/trunk/native/BUILDING URL: http://svn.apache.org/

svn commit: r1152649 - /tomcat/native/branches/1.1.x/native/BUILDING

2011-07-31 Thread rjung
Author: rjung Date: Sun Jul 31 21:32:33 2011 New Revision: 1152649 URL: http://svn.apache.org/viewvc?rev=1152649&view=rev Log: Fix name of run-echo ant task in "BUILDING". Modified: tomcat/native/branches/1.1.x/native/BUILDING Modified: tomcat/native/branches/1.1.x/native/BUILDING URL: http

[Tomcat Wiki] Update of "HowTo" by KonstantinKolinko

2011-07-31 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "HowTo" page has been changed by KonstantinKolinko: http://wiki.apache.org/tomcat/HowTo?action=diff&rev1=109&rev2=110 Comment: Tweaks to "How do I contribute to Tomcat's documentati

[Tomcat Wiki] Update of "HowTo" by KonstantinKolinko

2011-07-31 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "HowTo" page has been changed by KonstantinKolinko: http://wiki.apache.org/tomcat/HowTo?action=diff&rev1=110&rev2=111 Comment: Add horizontal bars between sections Note, that

DO NOT REPLY [Bug 51581] APR wrapper compilation error

2011-07-31 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51581 --- Comment #2 from zhangyu1...@yahoo.com 2011-08-01 04:05:37 UTC --- solution: compile openssl with shared option. all problem solved. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are recei