DO NOT REPLY [Bug 51388] New: SlowQueryReport should respect Statement.getQueryTimeout() value

2011-06-16 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51388 Bug #: 51388 Summary: SlowQueryReport should respect Statement.getQueryTimeout() value Product: Tomcat Modules Version: unspecified Platform: All OS/Version:

Re: Embedding Tomcat 7 in Apache OFBiz

2011-06-16 Thread mrisal...@libero.it
Thanks Konstantin, I'm using tomcat 7.0.14 and the code I'm migrate is actually done in this way. Anyway I will check if it's working with your suggestions and if it's negative open a bug. Marco 2011/6/16 mrisal...@libero.it : Hi all, I'm one of the Apache OFBiz committer and I'm trying to mig

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

2011-06-16 Thread markt
Author: markt Date: Thu Jun 16 17:26:15 2011 New Revision: 1136552 URL: http://svn.apache.org/viewvc?rev=1136552&view=rev Log: Tomorrow is the 17th Modified: tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/tr

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

2011-06-16 Thread markt
Author: markt Date: Thu Jun 16 17:25:50 2011 New Revision: 1136551 URL: http://svn.apache.org/viewvc?rev=1136551&view=rev Log: Release tomorrow. Mirrors should have sync'd by then. Modified: tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/webapps/docs/changelog.xml URL: http:

DO NOT REPLY [Bug 51386] @HandlingType not correctly handled at server startup leads to incorrect classes set passed to initializers

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

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

2011-06-16 Thread markt
Author: markt Date: Thu Jun 16 17:24:03 2011 New Revision: 1136550 URL: http://svn.apache.org/viewvc?rev=1136550&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=51386 Correct code for processing @HandlesTypes annotations so only types of interest are reported to a ServletCont

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

2011-06-16 Thread schultz
Author: schultz Date: Thu Jun 16 16:33:07 2011 New Revision: 1136536 URL: http://svn.apache.org/viewvc?rev=1136536&view=rev Log: 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?rev=1

DO NOT REPLY [Bug 51379] The method setVar(String) in the type DataTableTag is not applicable for the arguments (JspValueExpression)

2011-06-16 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51379 --- Comment #5 from Kallol 2011-06-16 15:55:33 UTC --- The issue is still there. I have attatched the eclipse project for your reference. data.jsp is the jsp file containing the h:dataTable tag. The main issue is the backing bean reads t

DO NOT REPLY [Bug 51386] @HandlingType not correctly handled at server startup leads to incorrect classes set passed to initializers

2011-06-16 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51386 --- Comment #2 from Mark Thomas 2011-06-16 15:54:26 UTC --- Yep, that looks like a problem. I'll put together a test case and fix. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving

DO NOT REPLY [Bug 51386] @HandlingType not correctly handled at server startup leads to incorrect classes set passed to initializers

2011-06-16 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51386 --- Comment #1 from Etienne Massip 2011-06-16 14:55:12 UTC --- Finally leading to a cast exception preventing server startup. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this

DO NOT REPLY [Bug 51386] New: @HandlingType not correctly handled at server startup leads to incorrect classes set passed to initializers

2011-06-16 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51386 Bug #: 51386 Summary: @HandlingType not correctly handled at server startup leads to incorrect classes set passed to initializers Product: Tomcat 7 Version: trunk Pl

[RESULT] [VOTE] Release Apache Tomcat 7.0.16

2011-06-16 Thread Mark Thomas
This vote passed with 4 binding votes for stable from markt, rjung, yoavs and kkolinko. Thanks to everyone that provided feedback. Mark - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mai

svn commit: r1136399 - /tomcat/trunk/java/org/apache/catalina/ssi/ExpressionParseTree.java

2011-06-16 Thread markt
Author: markt Date: Thu Jun 16 12:28:01 2011 New Revision: 1136399 URL: http://svn.apache.org/viewvc?rev=1136399&view=rev Log: Align SSI regexp handling with htttpd Modified: tomcat/trunk/java/org/apache/catalina/ssi/ExpressionParseTree.java Modified: tomcat/trunk/java/org/apache/catalina/ss

Re: svn commit: r1136231 - in /tomcat/trunk: java/org/apache/catalina/ssi/ExpressionParseTree.java webapps/docs/changelog.xml

2011-06-16 Thread Mark Thomas
On 16/06/2011 11:57, Tim Funk wrote: > ** > What happens if PatternSyntaxException is thrown? (bad regex is passed in) > While it is a RuntimeException - i'd assume you'd want to log.warn(with the > regex) and return -1; Not sure. Swallowing the error and assuming a non-match seems bad too. A synt

Re: svn commit: r1136231 - in /tomcat/trunk: java/org/apache/catalina/ssi/ExpressionParseTree.java webapps/docs/changelog.xml

2011-06-16 Thread Tim Funk
** What happens if PatternSyntaxException is thrown? (bad regex is passed in) While it is a RuntimeException - i'd assume you'd want to log.warn(with the regex) and return -1; -Tim On 6/15/2011 6:44 PM, ma...@apache.org wrote: Modified: tomcat/trunk/java/org/apache/catalina/ssi/ExpressionParseT

[Tomcat Wiki] Update of "LocalBadContent" by KonstantinKolinko

2011-06-16 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "LocalBadContent" page has been changed by KonstantinKolinko: http://wiki.apache.org/tomcat/LocalBadContent?action=diff&rev1=17&rev2=18 Comment: Add recent spam addresses mnsp\.c

[Tomcat Wiki] Update of "PoweredBy" by DonnaDolorsendra

2011-06-16 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "PoweredBy" page has been changed by DonnaDolorsendra: http://wiki.apache.org/tomcat/PoweredBy?action=diff&rev1=344&rev2=345 == Surveys and Other Evidence of Usage == === JBo

Re: [VOTE] Release Apache Tomcat 7.0.16

2011-06-16 Thread Konstantin Kolinko
2011/6/11 Mark Thomas : > The proposed Apache Tomcat 7.0.16 release is now available for voting. > > It can be obtained from: > http://people.apache.org/~markt/dev/tomcat-7/v7.0.16/ > The svn tag is: > http://svn.apache.org/repos/asf/tomcat/tc7.0.x/tags/TOMCAT_7_0_16/ > > The proposed 7.0.16 releas

[Tomcat Wiki] Update of "LocalBadContent" by KonstantinKolinko

2011-06-16 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "LocalBadContent" page has been changed by KonstantinKolinko: http://wiki.apache.org/tomcat/LocalBadContent?action=diff&rev1=16&rev2=17 Comment: Add recent spam addresses freeweb

DO NOT REPLY [Bug 51379] The method setVar(String) in the type DataTableTag is not applicable for the arguments (JspValueExpression)

2011-06-16 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51379 Mark Thomas changed: What|Removed |Added Status|RESOLVED|CLOSED --- Comment #4 from Mark Thom

DO NOT REPLY [Bug 51384] New: Adding http codebase to catalina.policy file causes ClassLoaderLogManager access denied exception

2011-06-16 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51384 Bug #: 51384 Summary: Adding http codebase to catalina.policy file causes ClassLoaderLogManager access denied exception Product: Tomcat 6 Version: 6.0.32 Platform: P

Re: Testfailures in Tomcat 7

2011-06-16 Thread Christoph Pater
Thanks! That works. Christoph 2011/6/15 Mark Thomas > On 15/06/2011 21:11, Christoph Pater wrote: > > Hi, > > I'm Christoph, a java developer from cologne, germany. > > > > I had a little free time and checked out the tomcat trunk. I want to look > at > > the code and maybe use my further fre

[Tomcat Wiki] Update of "FAQ" by JohnMalos

2011-06-16 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "FAQ" page has been changed by JohnMalos: http://wiki.apache.org/tomcat/FAQ?action=diff&rev1=46&rev2=47 * Read the docs. Most answers are already documented. * Know t

[Tomcat Wiki] Update of "FAQ" by KonstantinKolinko

2011-06-16 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "FAQ" page has been changed by KonstantinKolinko: http://wiki.apache.org/tomcat/FAQ?action=diff&rev1=45&rev2=46 Comment: Replace direct specification links with a link to our Specif

[Tomcat Wiki] Update of "LocalBadContent" by KonstantinKolinko

2011-06-16 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "LocalBadContent" page has been changed by KonstantinKolinko: http://wiki.apache.org/tomcat/LocalBadContent?action=diff&rev1=15&rev2=16 Comment: Add recent spam addresses fcpages

[Tomcat Wiki] Update of "FAQ" by JohnMalos

2011-06-16 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "FAQ" page has been changed by JohnMalos: http://wiki.apache.org/tomcat/FAQ?action=diff&rev1=43&rev2=44 Welcome to the Tomcat FAQ. In conjunction with this FAQ we strongly emphasi

svn commit: r1136318 - in /tomcat/trunk/webapps: ROOT/index.jsp docs/changelog.xml

2011-06-16 Thread kkolinko
Author: kkolinko Date: Thu Jun 16 08:18:44 2011 New Revision: 1136318 URL: http://svn.apache.org/viewvc?rev=1136318&view=rev Log: Add session="false" directive to the index page of the ROOT web application. There is no need to create a session when accessing this page. Modified: tomcat/trunk/

Re: Embedding Tomcat 7 in Apache OFBiz

2011-06-16 Thread Konstantin Kolinko
2011/6/16 mrisal...@libero.it : > Hi all, > > I'm one of the Apache OFBiz committer and I'm trying to migrate our embedded > version of Tomcat 6 to 7 and I have discover a small issue when try to do this > code: > > StandardWrapper defaultServlet = new StandardWrapper(); > defaultServlet.setServlet