DO NOT REPLY [Bug 14814] - commons-digester cannot place into common\lib

2002-11-24 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

custom error page rewrite uri

2002-11-24 Thread Alexius Luke
Hi all, I use Apache Tomcat 4.1.12 on Linux.For my aplications need I have configured a custom error jsp age for the error-code 404.So when any irrelevant url is requested this jsp page is invoked. 404 /error_request.jsp http://localhost:8080/irrelevantpage I need to get the reque

DO NOT REPLY [Bug 14814] New: - commons-digester cannot place into common\lib

2002-11-24 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

Re: [PATCH][JASPER2] Simple patch for one of the resource error messages.

2002-11-24 Thread Mark Roth
Ryan, That's correct - according to the JSP 2.0 specification, directives (<%@ ... %>) are allowed in scriptless bodies (see JSP.1.3.10.1). - Mark Ryan Lubke wrote: I think that the following error message is incorrect: - Scripting elements ( <%@, <%!, <%=, <% ) are disallowed here. Since

RE: [Jasper2] framework for tag optimization

2002-11-24 Thread Peter Lin
Yeah, I actually use that in some places, but it is a bit harder to read with pages that have a lot of tags. Actually, the whole page is tags with very little HTML and everything that is text is in resource bundles. Using that syntax doesn't really bother in when used sparsely, but with hund

RE: [Jasper2] framework for tag optimization

2002-11-24 Thread Craig R. McClanahan
On Sat, 23 Nov 2002, Peter Lin wrote: > Date: Sat, 23 Nov 2002 20:25:52 -0800 (PST) > From: Peter Lin <[EMAIL PROTECTED]> > Reply-To: Tomcat Developers List <[EMAIL PROTECTED]> > To: Tomcat Developers List <[EMAIL PROTECTED]> > Subject: RE: [Jasper2] framework for tag optimization > > > > I sent

cvs commit: jakarta-tomcat-connectors/http11/src/java/org/apache/coyote/http11 Constants.java Http11Processor.java

2002-11-24 Thread remm
remm2002/11/24 14:00:05 Modified:http11/src/java/org/apache/coyote/http11 Constants.java Http11Processor.java Log: - Save on string generation for the method (for GET and POST), as well as the protocol (where it must be either HTTP/1.0 or HTTP/1.1).

cvs commit: jakarta-tomcat-connectors/http11/src/java/org/apache/coyote/http11 Http11Processor.java

2002-11-24 Thread remm
remm2002/11/24 13:20:40 Modified:http11/src/java/org/apache/coyote/http11 Http11Processor.java Log: - Oops, I forgot to commit that as part of the remote host address lazy evaluation. Revision ChangesPath 1.44 +21 -7 jakarta-tomca

cvs commit: jakarta-tomcat-connectors/coyote/src/java/org/apache/coyote/tomcat5 CoyoteRequest.java

2002-11-24 Thread remm
remm2002/11/24 03:56:15 Modified:coyote/src/java/org/apache/coyote ActionCode.java coyote/src/java/org/apache/coyote/tomcat3 Tomcat3Request.java coyote/src/java/org/apache/coyote/tomcat4 CoyoteRequest.java coyote/sr