RE: [g...@vmgump]: Project tomcat-trunk (in module tomcat-trunk) failed

2009-01-09 Thread Mark Thomas
From: news [mailto:n...@ger.gmane.org] On Behalf Of Bill Barker Mark Thomas ma...@apache.org wrote in message news:003b01c971d6$b45a5a10$1d0f0e...@org... This is going to need Bill or another Gump committer to fix as the Eclipse package needs to be updated and only gump committers have

Re: Problem with adding a StandardWrapper to an already started StandardContext

2009-01-09 Thread Vamsavardhana Reddy
I got it to work by calling wrapper.registerJMX(context). StandardWrapper.registerJMX() is a protected method. I extended the class so that I can invoke StandardWrapper.registerJMX() from the subclass. To me it appears like it is a bug. What is the point in letting a child be added to an

DO NOT REPLY [Bug 46478] configure in mod_jk 1.2.27 don't find Apache 2.2.11's apxs file with Sun Solaris 8

2009-01-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46478 --- Comment #3 from Yannick LE NY yannick.l...@atosorigin.com 2009-01-09 02:42:43 PST --- Hello As a hint, try adding the /usr/local/lib the LD_LIBRARY_PATH if your httpd is from sunfreeware or compiled with gcc and then run

svn commit: r733008 - in /tomcat/trunk/java/org/apache/jasper/compiler: Dumper.java JDTCompiler.java JspConfig.java JspDocumentParser.java JspRuntimeContext.java Node.java SmapUtil.java TagLibraryInfo

2009-01-09 Thread markt
Author: markt Date: Fri Jan 9 03:17:13 2009 New Revision: 733008 URL: http://svn.apache.org/viewvc?rev=733008view=rev Log: Fix various Eclipse warnings in o.a.jasper.compiler. Remove unused and unnecessary code, correct use of deprecated methods. Modified:

svn commit: r733010 - in /tomcat/connectors/trunk/jk/native: apache-1.3/mod_jk.c apache-2.0/mod_jk.c

2009-01-09 Thread rjung
Author: rjung Date: Fri Jan 9 03:23:34 2009 New Revision: 733010 URL: http://svn.apache.org/viewvc?rev=733010view=rev Log: Remove NOP. Modified: tomcat/connectors/trunk/jk/native/apache-1.3/mod_jk.c tomcat/connectors/trunk/jk/native/apache-2.0/mod_jk.c Modified:

svn commit: r733013 - /tomcat/connectors/trunk/jk/xdocs/reference/apache.xml

2009-01-09 Thread rjung
Author: rjung Date: Fri Jan 9 03:40:18 2009 New Revision: 733013 URL: http://svn.apache.org/viewvc?rev=733013view=rev Log: Add documentation for newe environment variables to overwrite request information. A more explicit docs page about request data rewriting will follow. Modified:

DO NOT REPLY [Bug 46503] New: Garbage characters in cluster domain field

2009-01-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46503 Summary: Garbage characters in cluster domain field Product: Tomcat Connectors Version: 1.2.27 Platform: PC OS/Version: Linux Status: NEW Severity: normal

svn commit: r733072 - in /tomcat/trunk/java/org/apache/jasper: compiler/Generator.java runtime/JspContextWrapper.java

2009-01-09 Thread markt
Author: markt Date: Fri Jan 9 07:53:50 2009 New Revision: 733072 URL: http://svn.apache.org/viewvc?rev=733072view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=46339 Before the invocation of a fragment, AT_BEGIN and NESTED variables should be copied from the current JspContext

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

2009-01-09 Thread markt
Author: markt Date: Fri Jan 9 09:14:12 2009 New Revision: 733090 URL: http://svn.apache.org/viewvc?rev=733090view=rev Log: Propose fix for 46339 Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL:

DO NOT REPLY [Bug 46339] Recursive tag files with JspFragment attributes fails

2009-01-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46339 --- Comment #9 from Mark Thomas ma...@apache.org 2009-01-09 09:14:18 PST --- Thanks for the patch. I have applied it to trunk and proposed it for 6.0.x. -- Configure bugmail:

svn commit: r733103 - in /tomcat/trunk/java/javax/servlet/http: Cookie.java HttpServlet.java HttpUtils.java

2009-01-09 Thread markt
Author: markt Date: Fri Jan 9 10:18:29 2009 New Revision: 733103 URL: http://svn.apache.org/viewvc?rev=733103view=rev Log: Some minor clean up Modified: tomcat/trunk/java/javax/servlet/http/Cookie.java tomcat/trunk/java/javax/servlet/http/HttpServlet.java

svn commit: r733107 - /tomcat/trunk/java/javax/servlet/SessionCookieConfig.java

2009-01-09 Thread markt
Author: markt Date: Fri Jan 9 10:28:00 2009 New Revision: 733107 URL: http://svn.apache.org/viewvc?rev=733107view=rev Log: Correct field names Modified: tomcat/trunk/java/javax/servlet/SessionCookieConfig.java Modified: tomcat/trunk/java/javax/servlet/SessionCookieConfig.java URL:

svn commit: r733180 - in /tomcat/trunk: java/org/apache/catalina/tribes/ java/org/apache/catalina/tribes/group/ java/org/apache/catalina/tribes/membership/ test/org/apache/catalina/tribes/test/channel

2009-01-09 Thread fhanik
Author: fhanik Date: Fri Jan 9 14:38:52 2009 New Revision: 733180 URL: http://svn.apache.org/viewvc?rev=733180view=rev Log: Implement the ability to broadcast a message using multicast and bypass all TCP, simple fire-and-forget behavior, yet no change in how messages are sent and received for

svn commit: r733187 - in /tomcat/trunk/java/org/apache/catalina/tribes/membership: McastService.java McastServiceImpl.java

2009-01-09 Thread fhanik
Author: fhanik Date: Fri Jan 9 15:21:08 2009 New Revision: 733187 URL: http://svn.apache.org/viewvc?rev=733187view=rev Log: defer the deserialization of the message to an async thread to be able to handle more incoming, still I can send more than I can receive Modified: