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

2008-09-17 Thread fhanik
Author: fhanik Date: Wed Sep 17 13:43:05 2008 New Revision: 696440 URL: http://svn.apache.org/viewvc?rev=696440&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=69

DO NOT REPLY [Bug 45827] JSSEImplementation.java load JSSE13Factory dynamically

2008-09-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45827 --- Comment #1 from Petteri R <[EMAIL PROTECTED]> 2008-09-17 13:29:11 PST --- Created an attachment (id=22596) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=22596) 5.5.27-dynamic-JSSE13Factory.patch -- Configure bugmail:

DO NOT REPLY [Bug 45827] New: JSSEImplementation.java load JSSE13Factory dynamically

2008-09-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45827 Summary: JSSEImplementation.java load JSSE13Factory dynamically Product: Tomcat 5 Version: 5.5.27 Platform: PC OS/Version: Linux Status: NEW Severity: normal

DO NOT REPLY [Bug 45419] Return Accept-Ranges from DefaultServlet

2008-09-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45419 --- Comment #9 from Mark Thomas <[EMAIL PROTECTED]> 2008-09-17 12:28:26 PST --- This has been fixed in trunk and proposed for 6.0.x. It is enabled by default but can be disabled if required. -- Configure bugmail: https://issues.apach

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

2008-09-17 Thread markt
Author: markt Date: Wed Sep 17 12:27:55 2008 New Revision: 696409 URL: http://svn.apache.org/viewvc?rev=696409&view=rev Log: Propose fix for 54519 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/STATU

svn commit: r696408 - in /tomcat/trunk: conf/web.xml java/org/apache/catalina/servlets/DefaultServlet.java webapps/docs/default-servlet.xml

2008-09-17 Thread markt
Author: markt Date: Wed Sep 17 12:26:22 2008 New Revision: 696408 URL: http://svn.apache.org/viewvc?rev=696408&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=45419 Set the Accept-Ranges header on content served from the DefaultServlet. This can be disabled via configuration

svn commit: r696402 - /tomcat/trunk/java/org/apache/catalina/servlets/DefaultServlet.java

2008-09-17 Thread markt
Author: markt Date: Wed Sep 17 12:10:01 2008 New Revision: 696402 URL: http://svn.apache.org/viewvc?rev=696402&view=rev Log: Add generics to default servlet and fix other Eclipse warnings. No functional change. Modified: tomcat/trunk/java/org/apache/catalina/servlets/DefaultServlet.java Mod

svn commit: r696400 - /tomcat/tc6.0.x/trunk/webapps/docs/config/http.xml

2008-09-17 Thread fhanik
Author: fhanik Date: Wed Sep 17 12:05:07 2008 New Revision: 696400 URL: http://svn.apache.org/viewvc?rev=696400&view=rev Log: update docs Modified: tomcat/tc6.0.x/trunk/webapps/docs/config/http.xml Modified: tomcat/tc6.0.x/trunk/webapps/docs/config/http.xml URL: http://svn.apache.org/viewvc

svn commit: r696397 - /tomcat/tc6.0.x/trunk/webapps/docs/config/http.xml

2008-09-17 Thread fhanik
Author: fhanik Date: Wed Sep 17 12:02:23 2008 New Revision: 696397 URL: http://svn.apache.org/viewvc?rev=696397&view=rev Log: correct documentation Modified: tomcat/tc6.0.x/trunk/webapps/docs/config/http.xml Modified: tomcat/tc6.0.x/trunk/webapps/docs/config/http.xml URL: http://svn.apache.

Re: In-process connector?

2008-09-17 Thread Jess Holle
I find no user documentation on anything like what I'm looking for. I thus am /assuming/ this would be an extension to Tomcat and thus more appropriate for a development forum than a user forum. I want to call JSPs, etc, from Java code to generate HTML. I'm not looking for a web server conne

Re: In-process connector?

2008-09-17 Thread Remy Maucherat
On Wed, 2008-09-17 at 07:48 -0500, Jess Holle wrote: > Is there an in-process connector for Tomcat somewhere out there? > > Specifically I want to be able to embed Tomcat and use JSPs, etc, to > generate HTML but without requiring loopback HTTP(S) requests. > > Does such a thing exist? If not,

Re: In-process connector?

2008-09-17 Thread Jess Holle
I guess I should clarify. I want Java code to do in-process requests to JSPs (etc) for HTML. This shouldn't involve sockets or JNI -- just a plain simple mechanism to take ServletRequest/HttpServletRequest and ServletResponse/HttpServletResponse objects and toss these (in process) at Tomcat a

Re: In-process connector?

2008-09-17 Thread Henri Gomez
There was a JNI connector sometimes ago. I'm unsure if it's still maintened 2008/9/17 Jess Holle <[EMAIL PROTECTED]>: > Is there an in-process connector for Tomcat somewhere out there? > > Specifically I want to be able to embed Tomcat and use JSPs, etc, to > generate HTML but without requiring l

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

2008-09-17 Thread markt
Author: markt Date: Wed Sep 17 06:15:28 2008 New Revision: 696286 URL: http://svn.apache.org/viewvc?rev=696286&view=rev Log: Couple of responses 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.

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

2008-09-17 Thread Mark Thomas
[EMAIL PROTECTED] wrote: > * Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=45451 > @@ -168,29 +170,30 @@ >Note: Methods deleted in the above patch will be deprecated rather than > deleted when ported to 6.0.x >+1: markt > + 0: remm (big patch for a minor issue, so how w

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

2008-09-17 Thread remm
Author: remm Date: Wed Sep 17 05:55:59 2008 New Revision: 696282 URL: http://svn.apache.org/viewvc?rev=696282&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=6962

In-process connector?

2008-09-17 Thread Jess Holle
Is there an in-process connector for Tomcat somewhere out there? Specifically I want to be able to embed Tomcat and use JSPs, etc, to generate HTML but without requiring loopback HTTP(S) requests. Does such a thing exist? If not, would this be hard to add? Pointers and suggestions would be m

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

2008-09-17 Thread markt
Author: markt Date: Wed Sep 17 05:48:09 2008 New Revision: 696281 URL: http://svn.apache.org/viewvc?rev=696281&view=rev Log: Propose fix for 45427 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/STATU

DO NOT REPLY [Bug 45427] Unmatched quotes inside EL break JSP parser

2008-09-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45427 --- Comment #3 from Mark Thomas <[EMAIL PROTECTED]> 2008-09-17 05:48:08 PST --- This has been fixed in trunk and proposed for 6.0.x. Thanks for the report. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=em

svn commit: r696278 - /tomcat/trunk/java/org/apache/jasper/compiler/Parser.java

2008-09-17 Thread markt
Author: markt Date: Wed Sep 17 05:46:45 2008 New Revision: 696278 URL: http://svn.apache.org/viewvc?rev=696278&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=45427 Yet another EL bug. Correct paring of quoted stings. Modified: tomcat/trunk/java/org/apache/jasper/compiler

DO NOT REPLY [Bug 45441] Matching of relevant servlet filters fails when request is forwarded...

2008-09-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45441 --- Comment #3 from Mark Thomas <[EMAIL PROTECTED]> 2008-09-17 04:15:35 PST --- Note that the proposed patch will not work for contexts other than the ROOT context since, as per SRV.3.4: requestURI = contextPath + servletPath + pathInfo

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

2008-09-17 Thread markt
Author: markt Date: Wed Sep 17 04:15:40 2008 New Revision: 696242 URL: http://svn.apache.org/viewvc?rev=696242&view=rev Log: Propose fix for 45441 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/STATU

svn commit: r696240 - /tomcat/trunk/java/org/apache/catalina/core/ApplicationDispatcher.java

2008-09-17 Thread markt
Author: markt Date: Wed Sep 17 04:11:42 2008 New Revision: 696240 URL: http://svn.apache.org/viewvc?rev=696240&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=45441 Filters for INCLUDE/FORWARD need to be matched against servletPath+pathinfo Modified: tomcat/trunk/java/org

DO NOT REPLY [Bug 45823] AccessLogValve doesn't correctly handles combined log format (with patch)

2008-09-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45823 --- Comment #1 from Mark Thomas <[EMAIL PROTECTED]> 2008-09-17 03:58:39 PST --- Thanks for the report and the patch. I have applied a slightly modified patch to trunk and proposed it for 6.0.x. -- Configure bugmail: https://issues.ap

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

2008-09-17 Thread markt
Author: markt Date: Wed Sep 17 03:58:19 2008 New Revision: 696235 URL: http://svn.apache.org/viewvc?rev=696235&view=rev Log: Propose fix for 45823 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/STATU

svn commit: r696234 - /tomcat/trunk/java/org/apache/catalina/valves/AccessLogValve.java

2008-09-17 Thread markt
Author: markt Date: Wed Sep 17 03:56:37 2008 New Revision: 696234 URL: http://svn.apache.org/viewvc?rev=696234&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=45823 Log '-' rather than null when request headers are not present Based on a patch by Per Landberg Modified: to

DO NOT REPLY [Bug 45823] New: AccessLogValve doesn't correctly handles combined log format (with patch)

2008-09-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45823 Summary: AccessLogValve doesn't correctly handles combined log format (with patch) Product: Tomcat 6 Version: 6.0.16 Platform: All OS/Version: All Status: NEW