Re: [PATCH]: Bugrat report 723 ( unescaping/unencoding URLs ) was 'Re: 3.2.2 Release?'

2001-02-09 Thread David Weinrich
Just checking back on the status of this patch, I received some email from someone who isn't actively on the list but has the same problem as originally reported in Bugrat report 723. Anyone have any feedback on the patch or the control characters in URL question I had? David Weinrich

Re: 3.2.2 Release?

2001-02-02 Thread David Weinrich
On a somewhat unrelated note... I noticed a bugrat report this morning on an urlencoding that I had submitted a patch for a little while back ( which was flawed/incomplete ). In the process of redoing the patch and grabbing the source from cvs I came up against this issue: what the heck tag is

Re: [Tomcat 4.0] Proposed Change in Build Scripts

2001-02-01 Thread David Weinrich
This makes a heck of a lot of sense to me... ( an unofficial +1 I guess :) David - Original Message - From: "Craig R. McClanahan" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, February 01, 2001 09:30 Subject: [Tomcat 4.0] Proposed Change in Build Scripts There is movement

Meeting dialins

2001-01-20 Thread David Weinrich
for the dialin from the other end an idea of demand/lack of demand. As an alternate idea, a webcast of even just the audio would work fine for me as well...but that is probably a bigger PITA than having the dialin. thanks again, David Weinrich As far as the dial-ins -- I'm disappointed as well

The case of the disappearing webapps...

2001-01-19 Thread David Weinrich
locate the source of the problem first. Has anyone else had this problem or anything like it yet? David Weinrich note: the system this is running on is Win2k and jdk/jre 1.3 - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: The case of the disappearing webapps...

2001-01-19 Thread David Weinrich
StandardHost[localhost]: expand(jar:file:C:\java\tomcat-4.1\webapps\struts-upload.war!/) 19-Jan-2001 15:56:26 StandardHost[localhost]: Proposed directory name: struts-upload ... I will try to dig into this more later tonight/this weekend. Any further hints/ideas would be appreciated :) David

Re: AccessLogUtil and minor patch to AccessLogValve

2001-01-12 Thread David Weinrich
In diving through the documentation I found for log4j, and hitting the website I noticed...it is now part of the jakarta project (yay!). Seems like this would be a (much much much) better idea than my mostly-untested syslog code for an addition to the logger classes, any thoughts on this? David

Re: BugRat Report #723 has been filed.

2001-01-09 Thread David Weinrich
resend it. David Weinrich - Original Message - From: BugRat Mail System To: [EMAIL PROTECTED] Sent: Tuesday, January 09, 2001 04:39 Subject: BugRat Report #723 has been filed. Bug report #723 has just been filed. You can view the report at the following URL: http

Re: Url Encoding/Decoding and static resources

2000-12-28 Thread David Weinrich
is in the encoded string, or if the url tries to access resources out of the context etc... ). Let's only hope I don't find yet another error in my patch right after I send this one out! David Weinrich --- DefaultServlet.java Thu Dec 28 00:30:23 2000 +++ DefaultServletEd.java Thu Dec 28 00:29

Re: Url Encoding/Decoding and static resources

2000-12-28 Thread David Weinrich
Here is the patch for Tomcat 3.2.x, turned out to be fairly straightforward, but again there may be a better place to put this fix and there may be security issues I hadn't considered...Thanks again! David Weinrich --- FileUtil.java Thu Dec 28 19:19:43 2000 +++ FileUtilEd.java Thu

Re: cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/util B ase64.java

2000-12-27 Thread David Weinrich
lly to 3.x and 4.0 for me. Thanks again for the good work! David Weinrich

Url Encoding/Decoding and static resources

2000-12-27 Thread David Weinrich
;) Thanks again and I should have the 3.2 patch worked over by tomorrow afternoon or so. David Weinrich --- ResourcesBase.java Tue Dec 26 23:36:29 2000 +++ ResourcesBaseEd.javaTue Dec 26 23:37:27 2000 @@ -961,9 +961,32 @@ * @param path Path to be normalized */ protec

JDBCRealm, possible fix for Bug Report #605

2000-12-22 Thread David Weinrich
and want to be sure 1) My guesswork is correct that these parts of JDBC can/will cause problems and B) I am doing things the right/acceptable/logical way before submitting a patch. ( And nacho I promise to include the patch as an attached text file next time ;) Thanks again and I hope everyone has a great holiday season! David Weinrich

[patch] for BugReport #602

2000-12-15 Thread David Weinrich
In filing bug report #602 ( JDBCRealm and jakarta-tomcat-4.0-m5 ), the patch I pasted didn't seem to make it into the report, so here it is again, just in case. My apologies if this ends up duplicating the bug submission :) On a semi-related note, I went through and modified the 3.2 version of