Hi again!

Try the tcptrace program http://www.pocketsoap.com/tcpTrace/ and monitor the communication.

/jacob

----- Original Message ----- From: "suchitra P" <[EMAIL PROTECTED]>
To: "Slide Developers Mailing List" <slide-dev@jakarta.apache.org>
Sent: Tuesday, September 13, 2005 8:36 AM
Subject: Re: Help needed in webFolders I18N


Hi

When i access the folder inside myname folder containing the japan
characters from My Network Place am getting

/x/o/myname instead of /x/o/myname/A ------>Why this is breaking?

PROPFIND [13/Sep/2005:11:18:23 +0530] 20 3381 207 "Micr
osoft Data Access Internet Publishing Provider DAV 1.1"

in response.And the listing displays the folders under myname in addition to
some junk

Iam getting all these when I access through MyNetwork place in Windows 2000
and as well as Xp My store is in Linux. If iam using English folder names am
getting the response properly

If I access through the browser (IE) The url is encoded properly (from the
logs and the address bar shows the encoded file name )but displays a no
object found with a junk address

What should I do now ??

On 9/12/05, Jacob Lund <[EMAIL PROTECTED]> wrote:

One way is to monitor the traffic from the client to the server. The check
that the letters are encoded and escaped in utf8.

e.g: If the German letter ü is send as ü then the encoding is wrong. If ü
is send as %c3%bc then the encoding is utf8.

/jacob

----- Original Message -----
From: suchitra P
To: Jacob Lund
Sent: Monday, September 12, 2005 2:54 PM
Subject: Re: Help needed in webFolders I18N


How can I make sure if my client is doing a proper encoding....Iam using a
filestore on a linux system.


On 9/12/05, Jacob Lund < [EMAIL PROTECTED]> wrote:
Well - that is all I did. I have tested my system with Danish, German and
Russian characters in the filenames.

What client are you using? Are you sure that you client is doing a proper
utf8 encoding?

/jacob

----- Original Message -----
From: "suchitra P" < [EMAIL PROTECTED]>
To: "Slide Developers Mailing List" <slide-dev@jakarta.apache.org>
Sent: Monday, September 12, 2005 12:03 PM
Subject: Re: Help needed in webFolders I18N


Hi


I have already done these Two.Anything else am missing
Thanks

Suchitra


On 9/12/05, Jacob Lund < [EMAIL PROTECTED]> wrote:
>
> You need 2 things:
>
> 1. Set the connector in the sever.xml to UTF-8
> 2. Make sure that the store is utf8 enabled. If you are using the
> filestore
> on a windows platform, then add parameter -Dfile.encoding=UTF-8 to you
> runtime.
>
> /jacob
>
> ----- Original Message -----
> From: "suchitra P" < [EMAIL PROTECTED]>
> To: "Slide Developers Mailing List" <slide-dev@jakarta.apache.org>
> Sent: Monday, September 12, 2005 7:27 AM
> Subject: Help needed in webFolders I18N
>
>
> Hello
>
> Iam not able to use Japan or German Characters in the foldernames.Aalert
> saying that the specified folder has been removed or moved appears while
> accessing them through the virtual drive .The same works fine if
accessed
> via the client.Iam using the Slide 2.1 Version.
> Slide.Properties is set to UTF-8 Can somebody help.
>
> >From the forums I see some suggestions on changing the
> WebDavUtils.class.But that doesnt work for me
>
> Thanks in Advance
>
> Suchitra
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>





--
cheers......
Suchitra




--
cheers......
Suchitra


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to