Hi all,
When I do a search request, all response who has a blank character on
server, appear with %20 character
PUT Method server log:
13:45:25,800 INFO [STDOUT] Thread-48, 05-jul-2004 13:45:25, nico, PUT, 201
"Created", 344 ms, /archivos/Destinos/home/nico/To the base provided by HTTP
and WebDAV.doc
my Search method log:
setClient();
SearchMethod sm = new SearchMethod(httpURL.getEscapedPath(), consultaXML);
super.client.executeMethod(sm);
Enumeration responsesUrls = sm.getAllResponseURLs();
return:
/slide/archivos/Destinos/home/nico/To%20the%20base%20provided%20by%20HTTP%20
and%20WebDAV.doc
XML query:
<D:searchRequest xmlns:D="DAV:">
<D:basicSearch>
<D:select>
<D:allprop />
</D:select>
<D:from>
<D:scope>
<D:href>/slide/archivos/Destinos/home/nico</D:href>
<D:depth>infinity</D:depth>
</D:scope>
</D:from>
</D:basicSearch>
</D:searchRequest>
Is it posible to fix that ? or may be it is OK....
I have problems with encodings, I need to use ISO-8859-1 for characters
like: � � � � � �
# URL Encoding
# Default: platform default encoding=ISO-8859-1
This is server log when I put "Integraci�n de Slide a Jboss.doc" file.
14:01:16,466 INFO [STDOUT] 05 Jul 2004 14:01:16 -
org.apache.slide.store.impl.rdbms.StandardRDBMSAdapter - INFO -
/archivos/Destinos/home/nico/Integraci�n de Slide a Jboss.doc1.0
14:01:16,512 INFO [STDOUT] 05 Jul 2004 14:01:16 -
org.apache.slide.store.impl.rdbms.StandardRDBMSAdapter - INFO -
/archivos/Destinos/home/nico/Integraci�n de Slide a Jboss.doc1.0
14:01:16,528 INFO [STDOUT] Thread-7, 05-jul-2004 14:01:16, nico, PUT, 201
"Created", 281 ms, /archivos/Destinos/home/nico/Integraci�n de Slide a
Jboss.doc
In table URI ( Postgres DB ):
/archivos/Destinos/home/nico/Integraci�n de Slide a Jboss.doc
Any Help would be appreciated !!!
thanks,
Juan Andr�s.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]