> From: Thom Hehl [mailto:[EMAIL PROTECTED]
> Subject: Re: Path issues
>
> I think, though, that tomcat should be consistent in the way
> it handles things. Tomcat on Unix should behave like tomcat
> under windows. Inconsistency is a real problem here.
No, dependency o
I think, though, that tomcat should be consistent in the way it handles
things. Tomcat on Unix should behave like tomcat under windows.
Inconsistency is a real problem here.
Wendy Smoak wrote:
On 1/14/06, Thom Hehl <[EMAIL PROTECTED]> wrote:
Wanted to run this by the list before turning
On 1/14/06, Thom Hehl <[EMAIL PROTECTED]> wrote:
> Wanted to run this by the list before turning this in as a bug.
>
> I'm running the following servlet fragment...
> public void doGet(HttpServletRequest request,
> HttpServletResponse response)
> throws IOException,
Wanted to run this by the list before turning this in as a bug.
I'm running the following servlet fragment...
package rex;
/*
* Copyright 2006, Heavyweight Software. All rights reserved.
*/
import java.io.File;
import java.io.IOException;
import java.io.PrintWriter;
import javax.servlet.Servle