Charset mismatch

View: New views
2 Messages — Rating Filter:   Alert me  

Charset mismatch

by Mark Phillips-4 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Charset mismatch Set up:
 - Apache2 running on Windows XP, with mod_dav installed
 - Custom dav client

The client polls the server with HEAD for each element of this URL:
    //dav_dir/business_unit/eastern/clients/Étude Studios

The encoding sends “Étude” as “%C9tude”. This is valid in Latin 1 through 9 (ISO-8859-1..9).

Apache responds with a 403. I expected 20x or 404.

Using a Windows dav client, which succeeds, the wireshark reports the encoding as “%C3%89”. I believe this is UTF-8.

In second test, we added Tomcat to the mix and the custom dav client worked just fine.

Does this sound familiar to anyone?

What are good approaches to resolving this mismatch?

TIA,

 - Mark

Parent Message unknown Re: Charset mismatch

by Mark Phillips-4 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On 10/30/09 8:03 AM, "Julian Reschke" <julian.reschke@...> wrote:

> Short answer: in practice, every body uses UTF-8. So fix the client. :-)

Thanks! Will do.

> PS: this doesn't appear to be a DASL question. The generic WebDAV
> mailing list (w3c-dist-auth@...) might be a better place to ask.

Sorry about that; I will use that list next time.