-1252 is a
superset of ISO-8859-1.
File importFile;
...
Reader importFileReader = new InputStreamReader(new
FileInputStream(importFile),"WINDOWS-1252");
-Original Message-
From: Tad Woods [mailto:[EMAIL PROTECTED]
Sent: Monday, December 31, 2007 9:40 AM
To: users@tomcat.apache
28 PM
To: Tomcat Users List
Subject: Re: Does a static directory now always take precedence to a
url-pattern?
Tad Woods wrote:
>
>
>
Thought so.
> ...this was the same configuration that I ran in 5.5.14.
>
> Something that may be related and seems odd to me is that if I go
List
Subject: Re: Does a static directory now always take precedence to a
url-pattern?
Tad Woods wrote:
> The 5.5.23 version seems to give static directories total precedence over
> defined in the web.xml. For example, in my application
root,
> I had a directory "/office" which co
thing,"
but in the newer Tomcat the existence of the static directory causes the
url-pattern to be completely ignored. Is this the expected behavior or am I
missing something in the configuration that would give matching the
precedence again?
Tad Woods