RE: Anybody using Slide + Windows Webfolders for Asian Languages?

2003-08-14 Thread Wallmer, Martin
Hi Satish,

try http://www.capescience.com/downloads/nettool-1.0.2.zip.

Regards,
Martin

-Original Message-
From: satish [mailto:[EMAIL PROTECTED]
Sent: Dienstag, 5. August 2003 04:54
To: Slide Users Mailing List
Subject: RE: Anybody using Slide + Windows Webfolders for Asian
Languages?


How do I get an HTTP trace using windows Webfolders and Slide?

Satish

On Sat, 2003-08-02 at 16:26, Julian Reschke wrote:
 Satish,
 
 what I wanted to see is a HTTP trace. This is what's going to tell us
 whether the client or the server is misbehaving (or possibly both).
 
 Julian
 
 --
 green/bytes GmbH -- http://www.greenbytes.de -- tel:+492512807760
 
  -Original Message-
  From: satish [mailto:[EMAIL PROTECTED]
  Sent: Saturday, August 02, 2003 9:30 AM
  To: Slide Users Mailing List
  Subject: RE: Anybody using Slide + Windows Webfolders for Asian
  Languages?
 
 
  OK I have attached a logfile from a test run.
 
  The test is as follows:
 
  1. On Windows XP, add the slide server to Network Places as a
  webfolder.
 
  2. Create a text file with a Chinese filename on XP, using the Microsoft
  IME that comes with XP.  The actual name should be irrelevant, but just
  to keep things as simple as possible, my file had only a single
  character name zhong (zhong, as in zhong guo)
 
  3. Copy the file to the webfolder.
 
  Pretty straightforward stuff right?  You would think!  But nothing is
  ever straightforward when Windows enters the picture. :(
 
  Satish
 
  On Fri, 2003-08-01 at 15:51, Julian Reschke wrote:
From: satish [mailto:[EMAIL PROTECTED]
Sent: Friday, August 01, 2003 4:57 AM
To: slide-user
Subject: Anybody using Slide + Windows Webfolders for Asian
Languages?
   
   
Hello Everybody,
   
I have already described in some detail the problems I have
  been having
with using Windows webfolders with Slide, with Chinese
  filenames.  All I
have gotten in response is some stuff about how it works OK
  with German
characters with umlauts or Swedish characters.  Someone suggested
that
  
   Actually I suggested that you post a descriptiopjn of what
  you're doing and
   traces, so that we can take a look ath the problem.
  

  
   Regards, Julian
  
  
   --
   green/bytes GmbH -- http://www.greenbytes.de -- tel:+492512807760
  
  
   -
   To unsubscribe, e-mail: [EMAIL PROTECTED]
   For additional commands, e-mail: [EMAIL PROTECTED]
  
  
 
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 


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


Re: Anybody using Slide + Windows Webfolders for Asian Languages?

2003-08-14 Thread Oliver Zeigermann
Some more investigations:

Windows explorer and IE6.0 send HTTP request headers UTF-8 encoded which 
should be just fine. Mozilla is the bad boy, as it sends it in ISO-8859-1.

Here are the HTTP header generated to get

abc.txt

mozilla (ISO-8859-1):

GET /slide/files/abc%E4%F6%FC.txt HTTP/1.1
Host: localhost:
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4) 
Gecko/20030529
Accept: 
text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,video/x-mng,image/png,image/jpeg,image/gif;q=0.2,*/*;q=0.1
Accept-Language: de,en-us;q=0.7,en;q=0.3
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 300
Connection: keep-alive

IE6.0 (UTF-8):

GET /slide/files/abc%C3%A4%C3%B6%C3%BC.txt HTTP/1.1
Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, 
application/vnd.ms-excel, application/vnd.ms-powerpoint, 
application/msword, */*
Accept-Language: de
Accept-Encoding: gzip, deflate
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)
Host: localhost:
Connection: Keep-Alive



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


RE: Anybody using Slide + Windows Webfolders for Asian Languages?

2003-08-14 Thread satish
OK here is an HTTP Trace attached for uploading a file using Windows XP
webfolders.  It is called webfolders_put_http_trace.txt

Just for completeness I have also attached an HTTP trace for the same
operation using the web client I wrote.  It is called
webclient_put_http_trace.txt.

Notice the difference in the PUT command from the client side in both
cases.  Please let me know what you find out from the traces.  My
project is now horribly late due mainly to this Windows webfolders
issue.


Thanks,

Satish



On Sat, 2003-08-02 at 16:26, Julian Reschke wrote:
 Satish,
 
 what I wanted to see is a HTTP trace. This is what's going to tell us
 whether the client or the server is misbehaving (or possibly both).
 
 Julian
 
 --
 green/bytes GmbH -- http://www.greenbytes.de -- tel:+492512807760
 
  -Original Message-
  From: satish [mailto:[EMAIL PROTECTED]
  Sent: Saturday, August 02, 2003 9:30 AM
  To: Slide Users Mailing List
  Subject: RE: Anybody using Slide + Windows Webfolders for Asian
  Languages?
 
 
  OK I have attached a logfile from a test run.
 
  The test is as follows:
 
  1. On Windows XP, add the slide server to Network Places as a
  webfolder.
 
  2. Create a text file with a Chinese filename on XP, using the Microsoft
  IME that comes with XP.  The actual name should be irrelevant, but just
  to keep things as simple as possible, my file had only a single
  character name zhong (zhong, as in zhong guo)
 
  3. Copy the file to the webfolder.
 
  Pretty straightforward stuff right?  You would think!  But nothing is
  ever straightforward when Windows enters the picture. :(
 
  Satish
 
  On Fri, 2003-08-01 at 15:51, Julian Reschke wrote:
From: satish [mailto:[EMAIL PROTECTED]
Sent: Friday, August 01, 2003 4:57 AM
To: slide-user
Subject: Anybody using Slide + Windows Webfolders for Asian Languages?
   
   
Hello Everybody,
   
I have already described in some detail the problems I have
  been having
with using Windows webfolders with Slide, with Chinese
  filenames.  All I
have gotten in response is some stuff about how it works OK
  with German
characters with umlauts or Swedish characters.  Someone suggested that
  
   Actually I suggested that you post a descriptiopjn of what
  you're doing and
   traces, so that we can take a look ath the problem.
  

  
   Regards, Julian
  
  
   --
   green/bytes GmbH -- http://www.greenbytes.de -- tel:+492512807760
  
  
   -
   To unsubscribe, e-mail: [EMAIL PROTECTED]
   For additional commands, e-mail: [EMAIL PROTECTED]
  
  
 
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 
OPTIONS /files HTTP/1.1 User-Agent: Microsoft Data Access Internet Publishing Provider 
Cache Manager Host: localhost:7000 Content-Length: 0 Connection: Keep-Alive  

HTTP/1.1 401 Unauthorized Content-Type: text/html Date: Wed, 06 Aug 2003 08:14:22 GMT 
Server: Apache Tomcat/4.0.1 (HTTP/1.1 Connector) Transfer-Encoding: chunked 
WWW-Authenticate: Basic realm=Slide DAV Server  263 htmlheadtitleApache 
Tomcat/4.0.1 - Error report/titleSTYLE!--H1{font-family : 
sans-serif,Arial,Tahoma;color : white;background-color : #0086b2;} BODY{font-family : 
sans-serif,Arial,Tahoma;color : black;background-color : white;} B{color : 
white;background-color : #0086b2;} HR{color : #0086b2;} --/STYLE 
/headbodyh1Apache Tomcat/4.0.1 - HTTP Status 401 - Unauthorized/h1HR size=1 
noshadepbtype/b Status report/ppbmessage/b 
uUnauthorized/u/ppbdescription/b

OPTIONS /files HTTP/1.1 User-Agent: Microsoft Data Access Internet Publishing Provider 
Cache Manager Host: localhost:7000 Content-Length: 0 Connection: Keep-Alive  OPTIONS 
/files HTTP/1.1 User-Agent: Microsoft Data Access Internet Publishing Provider Cache 
Manager Host: localhost:7000 Content-Length: 0 Connection: Keep-Alive Authorization: 
Basic am9objpqb2hu  PROPFIND /files HTTP/1.1 Accept-Language: en-us, zh-cn;q=0.5 
Content-Type: text/xml Translate: f Content-Length: 380 Depth: 1 User-Agent: Microsoft 
Data Access Internet Publishing Provider DAV 1.1 Host: localhost:7000 Connection: 
Keep-Alive Cookie: JSESSIONID=C6F396B4000345632312500602359293 Authorization: Basic 
am9objpqb2hu  ?xml version=1.0 ? propfind xmlns=DAV: prop name/ 
parentname/ href/ ishidden/ iscollection/ isreadonly/ getcontenttype/ 
contentclass/ getcontentlanguage/ creationdate/ lastaccessed/ 
getlastmodified/ getcontentlength/ resourcetype/ isstructureddocument/ 
defaultdocument/ displayname/ isroot/ /prop /propfind PROPFIND /files/john 
HTTP/1.1 Accept-Language: en-us, zh-cn;q=0.5 Content-Type: text/xml Translate: f 
Content-Length: 380 Depth: 1 User-Agent: Microsoft Data Access Internet Publishing 
Provider DAV 1.1 Host: localhost:7000 Connection: Keep-Alive Cookie: 
JSESSIONID=C6F396B4000345632312500602359293 Authorization

Re: Anybody using Slide + Windows Webfolders for Asian Languages?

2003-08-07 Thread Oliver Zeigermann
Oliver Zeigermann wrote:
?xml version=1.0 encoding=ISO-8859-1?
data
  objectnode classname=org.apache.slide.structure.SubjectNode 
uri=/files/Verkn#402;pfung mit Domain.xml.lnk
...

which is obviously incorrect (at least encoding should not be 
ISO-8859-1, but UTF-8, but also there is this charcter entity #402; 
which is wrong as well). I do not know if this error occurs only when 
using this store or if there is another one in the slide kernel.
Well, tried UTF-8 encoding for the XML file and the problem remains. 
Actually, the data was encoded correctly in ISO-8859-1, so the problem 
seems to lie in the slide kernel.

In slide.properties everything is ok:

org.apache.slide.urlEncoding=UTF-8

RESUME:

As it turned out, I get no problem when the request URI is decoded in 
ISO-8859-1. Actually the path returned by

HttpServletRequest.getServletPath()

is assumed to be ISO-8859-1 (the default encoding on my machine) and is 
of course corrupted when it actually is UTF-8.

Thus the problem lies within tomcat (my servlet container) and not slide...



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


RE: Anybody using Slide + Windows Webfolders for Asian Languages?

2003-08-04 Thread satish
How do I get an HTTP trace using windows Webfolders and Slide?

Satish

On Sat, 2003-08-02 at 16:26, Julian Reschke wrote:
 Satish,
 
 what I wanted to see is a HTTP trace. This is what's going to tell us
 whether the client or the server is misbehaving (or possibly both).
 
 Julian
 
 --
 green/bytes GmbH -- http://www.greenbytes.de -- tel:+492512807760
 
  -Original Message-
  From: satish [mailto:[EMAIL PROTECTED]
  Sent: Saturday, August 02, 2003 9:30 AM
  To: Slide Users Mailing List
  Subject: RE: Anybody using Slide + Windows Webfolders for Asian
  Languages?
 
 
  OK I have attached a logfile from a test run.
 
  The test is as follows:
 
  1. On Windows XP, add the slide server to Network Places as a
  webfolder.
 
  2. Create a text file with a Chinese filename on XP, using the Microsoft
  IME that comes with XP.  The actual name should be irrelevant, but just
  to keep things as simple as possible, my file had only a single
  character name zhong (zhong, as in zhong guo)
 
  3. Copy the file to the webfolder.
 
  Pretty straightforward stuff right?  You would think!  But nothing is
  ever straightforward when Windows enters the picture. :(
 
  Satish
 
  On Fri, 2003-08-01 at 15:51, Julian Reschke wrote:
From: satish [mailto:[EMAIL PROTECTED]
Sent: Friday, August 01, 2003 4:57 AM
To: slide-user
Subject: Anybody using Slide + Windows Webfolders for Asian Languages?
   
   
Hello Everybody,
   
I have already described in some detail the problems I have
  been having
with using Windows webfolders with Slide, with Chinese
  filenames.  All I
have gotten in response is some stuff about how it works OK
  with German
characters with umlauts or Swedish characters.  Someone suggested that
  
   Actually I suggested that you post a descriptiopjn of what
  you're doing and
   traces, so that we can take a look ath the problem.
  

  
   Regards, Julian
  
  
   --
   green/bytes GmbH -- http://www.greenbytes.de -- tel:+492512807760
  
  
   -
   To unsubscribe, e-mail: [EMAIL PROTECTED]
   For additional commands, e-mail: [EMAIL PROTECTED]
  
  
 
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 


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



RE: Anybody using Slide + Windows Webfolders for Asian Languages?

2003-08-02 Thread satish
OK I have attached a logfile from a test run.

The test is as follows:

1. On Windows XP, add the slide server to Network Places as a
webfolder.

2. Create a text file with a Chinese filename on XP, using the Microsoft
IME that comes with XP.  The actual name should be irrelevant, but just
to keep things as simple as possible, my file had only a single
character name zhong (zhong, as in zhong guo)

3. Copy the file to the webfolder.

Pretty straightforward stuff right?  You would think!  But nothing is
ever straightforward when Windows enters the picture. :(

Satish

On Fri, 2003-08-01 at 15:51, Julian Reschke wrote:
  From: satish [mailto:[EMAIL PROTECTED]
  Sent: Friday, August 01, 2003 4:57 AM
  To: slide-user
  Subject: Anybody using Slide + Windows Webfolders for Asian Languages?
 
 
  Hello Everybody,
 
  I have already described in some detail the problems I have been having
  with using Windows webfolders with Slide, with Chinese filenames.  All I
  have gotten in response is some stuff about how it works OK with German
  characters with umlauts or Swedish characters.  Someone suggested that
 
 Actually I suggested that you post a descriptiopjn of what you're doing and
 traces, so that we can take a look ath the problem.
 
  
 
 Regards, Julian
 
 
 --
 green/bytes GmbH -- http://www.greenbytes.de -- tel:+492512807760
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 
8/1/03 6:37:24 PM CST (main): Starting service Slide WebDAV
8/1/03 6:37:24 PM CST (main): Apache Tomcat/4.0.1
8/1/03 6:37:24 PM CST (main): Starting service Slide Admin
8/1/03 6:37:24 PM CST (main): Apache Tomcat/4.0.1
8/1/03 6:38:07 PM CST (HttpProcessor[8081][4]): 
EYouJDBCDescriptorsStore.retrieveObject(): uri = (/users/john)
8/1/03 6:38:07 PM CST (HttpProcessor[8081][4]): StructureImpl.retrieve(): strUri = 
(/users/john)
8/1/03 6:38:07 PM CST (HttpProcessor[8081][4]): 
EYouJDBCDescriptorsStore.retrieveObject(): uri = (/users)
8/1/03 6:38:07 PM CST (HttpProcessor[8081][4]): ContentImpl.retrieve(): strUri = 
(/users/john)
8/1/03 6:38:07 PM CST (HttpProcessor[8081][4]): StructureImpl.retrieve(): strUri = 
(/users/john)
8/1/03 6:38:07 PM CST (HttpProcessor[8081][4]): org.apache.slide.webdav.WebdavServlet 
WebdavServlet.service(): req.getCharacterEncoding() = null
8/1/03 6:38:07 PM CST (HttpProcessor[8081][4]): org.apache.slide.webdav.WebdavServlet 
WebdavServlet.service(): setting req.setCharacterEncoding( utf-8 )
8/1/03 6:38:07 PM CST (HttpProcessor[8081][4]): WebdavUtils.getRelativePath(): result 
= (/files/john)
8/1/03 6:38:07 PM CST (HttpProcessor[8081][4]): 
org.apache.slide.webdav.method.WebdavMethod WebdavMethod.WebdavMethod(): requestUri = 
/files/john
8/1/03 6:38:07 PM CST (HttpProcessor[8081][4]): 
org.apache.slide.webdav.method.WebdavMethod WebdavMethod.getEncodingString(): result = 
utf-8
8/1/03 6:38:07 PM CST (HttpProcessor[8081][4]): StructureImpl.retrieve(): strUri = 
(/files/john)
8/1/03 6:38:07 PM CST (HttpProcessor[8081][4]): 
EYouJDBCDescriptorsStore.retrieveObject(): uri = (/files/john)
8/1/03 6:38:07 PM CST (HttpProcessor[8081][4]): StructureImpl.retrieve(): strUri = 
(/files/john)
8/1/03 6:38:07 PM CST (HttpProcessor[8081][4]): ContentImpl.retrieve(): strUri = 
(/files/john)
8/1/03 6:38:07 PM CST (HttpProcessor[8081][4]): StructureImpl.retrieve(): strUri = 
(/files/john)
8/1/03 6:38:07 PM CST (HttpProcessor[8081][4]): WebdavUtils.getRelativePath(): result 
= (/files/john)
8/1/03 6:38:27 PM CST (HttpProcessor[8081][4]): org.apache.slide.webdav.WebdavServlet 
WebdavServlet.service(): req.getCharacterEncoding() = null
8/1/03 6:38:27 PM CST (HttpProcessor[8081][4]): org.apache.slide.webdav.WebdavServlet 
WebdavServlet.service(): setting req.setCharacterEncoding( utf-8 )
8/1/03 6:38:27 PM CST (HttpProcessor[8081][4]): WebdavUtils.getRelativePath(): result 
= (/files/john/��)
8/1/03 6:38:27 PM CST (HttpProcessor[8081][4]): 
org.apache.slide.webdav.method.WebdavMethod WebdavMethod.WebdavMethod(): requestUri = 
/files/john/��
8/1/03 6:38:27 PM CST (HttpProcessor[8081][4]): StructureImpl.retrieve(): strUri = 
(/files/john/��)
8/1/03 6:38:27 PM CST (HttpProcessor[8081][4]): 
EYouJDBCDescriptorsStore.retrieveObject(): uri = (/files/john/��)
8/1/03 6:38:27 PM CST (HttpProcessor[8081][4]): StructureImpl.retrieve(): result == 
null
8/1/03 6:38:27 PM CST (HttpProcessor[8081][4]): 
EYouJDBCDescriptorsStore.retrieveObject(): uri = (/files/john/��)
8/1/03 6:38:27 PM CST (HttpProcessor[8081][4]): GetMethod.getErrorCode() 
org.apache.slide.structure.ObjectNotFoundException: No object found at 
/files/john/��
8/1/03 6:38:27 PM CST (HttpProcessor[8081][4]): 
org.apache.slide.webdav.method.WebdavMethod WebdavMethod.getErrorCode( Throwable ) 
org.apache.slide.structure.ObjectNotFoundException: No object found at 
/files/john/��
8/1/03 6:38:27 PM CST (HttpProcessor[8081][4

RE: Anybody using Slide + Windows Webfolders for Asian Languages?

2003-08-02 Thread Julian Reschke
Satish,

what I wanted to see is a HTTP trace. This is what's going to tell us
whether the client or the server is misbehaving (or possibly both).

Julian

--
green/bytes GmbH -- http://www.greenbytes.de -- tel:+492512807760

 -Original Message-
 From: satish [mailto:[EMAIL PROTECTED]
 Sent: Saturday, August 02, 2003 9:30 AM
 To: Slide Users Mailing List
 Subject: RE: Anybody using Slide + Windows Webfolders for Asian
 Languages?


 OK I have attached a logfile from a test run.

 The test is as follows:

 1. On Windows XP, add the slide server to Network Places as a
 webfolder.

 2. Create a text file with a Chinese filename on XP, using the Microsoft
 IME that comes with XP.  The actual name should be irrelevant, but just
 to keep things as simple as possible, my file had only a single
 character name zhong (zhong, as in zhong guo)

 3. Copy the file to the webfolder.

 Pretty straightforward stuff right?  You would think!  But nothing is
 ever straightforward when Windows enters the picture. :(

 Satish

 On Fri, 2003-08-01 at 15:51, Julian Reschke wrote:
   From: satish [mailto:[EMAIL PROTECTED]
   Sent: Friday, August 01, 2003 4:57 AM
   To: slide-user
   Subject: Anybody using Slide + Windows Webfolders for Asian Languages?
  
  
   Hello Everybody,
  
   I have already described in some detail the problems I have
 been having
   with using Windows webfolders with Slide, with Chinese
 filenames.  All I
   have gotten in response is some stuff about how it works OK
 with German
   characters with umlauts or Swedish characters.  Someone suggested that
 
  Actually I suggested that you post a descriptiopjn of what
 you're doing and
  traces, so that we can take a look ath the problem.
 
   
 
  Regards, Julian
 
 
  --
  green/bytes GmbH -- http://www.greenbytes.de -- tel:+492512807760
 
 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 
 



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



Anybody using Slide + Windows Webfolders for Asian Languages?

2003-07-31 Thread satish
Hello Everybody,

I have already described in some detail the problems I have been having
with using Windows webfolders with Slide, with Chinese filenames.  All I
have gotten in response is some stuff about how it works OK with German
characters with umlauts or Swedish characters.  Someone suggested that
changing the slide server port to 80 was the solution!  If only it
were so easy as that!  Am I the only person outside Europe/USA who is
using Slide?  Surely not!  That would make me very special, and I don't
think I am so unique! :)  So I have a very simple question.  Is there
anybody out there who is using Slide + Windows Webfolders  with Chinese,
Japanese, or Korean filenames?  And if so, was it a big effort to get it
to work?

Thanks,

Satish



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