Re: WebDAV Servlet Q (beginner)

From: Scott Ferguson <ferg@xxx.com>
Date: Tue Apr 09 2002 - 11:58:56 PDT

Alvaro Coronel wrote:
> Thanks Scott. I tried it, but unfortunately I got mixed results.
>
> I'll send all the data I can because it might clarify things a bit more.
>
> This is what the configuration file reads:
>
> <web-app id='/cm/' app-dir='d:\projects\cm'>
>
> <character-encoding>ISO-8859-1</character-encoding>

You need to put the <character-encoding> outside any <host> or <web-app>
and inside the <http-server>

The URL decoding happens before Resin knows which host or web-app the
URL refers to, so that declaration needs to be global.

-- Scott

>
Received on Tue 09 Apr 2002 11:58:56 -0700

This archive was generated by hypermail 2.1.8 : Thu Sep 28 2006 - 20:17:01 PDT