Possible BUG in Send Redirect Tomcat 4.0

2002-08-09 Thread Creighton Kirkendall
(response.encodeRedirectURL(/test/test.jsp?test=test) ); It looks like the addition of a Query String causes some problems. I looked at the code and have not found anything that jumps out at me yet. Creighton Kirkendall -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto

RE: Possible BUG in Send Redirect Tomcat 4.0

2002-08-09 Thread Creighton Kirkendall
Ignore the previous message it looks like it is somewhere else. -Original Message- From: Creighton Kirkendall [mailto:[EMAIL PROTECTED]] Sent: Friday, August 09, 2002 12:23 PM To: 'Tomcat Developers List' Subject: Possible BUG in Send Redirect Tomcat 4.0 I think I have found a bug

Not sure this is a BUG or a requirement by spec

2002-08-09 Thread Creighton Kirkendall
Value:TESTING Key:src Value:THIS_IS_JUST_A_TEST */ }catch(Exception e){ e.printStackTrace(); } } /** * Process the HTTP Post request */ } Creighton Kirkendall -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional

RE: Not sure this is a BUG or a requirement by spec

2002-08-09 Thread Creighton Kirkendall
as some other choice characters. See section 2.2: http://www.ietf.org/rfc/rfc2396.txt Creighton Kirkendall wrote: I found where the bug is and I know how to fix it but I am not sure if it is part of the http spec that you can not have = in a url parameter value; I am trying to parse out

RE: tomcat vs. mod_perl

2002-03-18 Thread Creighton Kirkendall
are looking to have multiple developers that must follow the same coding and documentation conventions. A lot of work has gone into Java, to created APIs and Specification specifically for enterprises level applications. This is just one man opinion. Creighton Kirkendall -Original Message- From

I have created a JSP page that drops tomcat: I think it's a JVM issue

2002-01-15 Thread Creighton Kirkendall
) or the JVM. I have been able to cause the JVM to crash before but not like this. Not sure what to do about this, any suggestions. Creighton Kirkendall Senior Software Engineer Hobsons -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

RE: shell connector

2002-01-11 Thread Creighton Kirkendall
base here on what you are trying to do. I personally think this would be a good project and may even be interested in helping with it. I have some ideas on how to make it configurable so that as the manager adds new commands we do not have to change the code of the shell. Creighton Kirkendall

RE: shell connector

2002-01-11 Thread Creighton Kirkendall
=+webapp); conn=url.OpenConnection(); // code to return the results. // I think a wrapper for the connection // object is probably required to handle // exception well. } Creighton Kirkendall -Original Message- From: Alan Newberger [mailto

Problem with URLPatternMatcher

2001-06-25 Thread Creighton Kirkendall
(); } } } Creighton Kirkendall Senior Software Engineer Hobsons [EMAIL PROTECTED] -Original Message- From: kevin seguin [mailto:[EMAIL PROTECTED]] Sent: Monday, June 25, 2001 9:36 AM To: [EMAIL PROTECTED] Subject: Re: cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/ajp

RE: Problem with URLPatternMatcher

2001-06-25 Thread Creighton Kirkendall
removed in 3.3. Are you trying ot use this class directly in your code? -Original Message- From: Creighton Kirkendall [mailto:[EMAIL PROTECTED]] Sent: Monday, June 25, 2001 8:57 AM To: '[EMAIL PROTECTED]' Subject: Problem with URLPatternMatcher I have noticed that there is a problem