/**
* This class help encode the path contains invalid characters.
*
* <P> When path contains special characters such as '{', '}'
* or Unicode character. When the application executes
* PropFind, PropPatch, Move, Delete method etc..., can cause
exception
* "invalid URI"
*
* <PRE>
* Example: When we fetch an entry of Calendar of MS Exchange server
*
* path =
PathEncoder.encode("exchange/user/calendar/{0994-232-EDSG-121}.eml",
"UTF-8");
* // path is "exchange/user/calendar/7B0994-232-EDSG-1217B.eml"
* PropFindMethod pfm = new
PropFindMethod(path,DepthSupport.DEPTH_0);
* // Now safe to execute this method
*
* </PRE>
*/See attachment for java file. Truong
PathEncoder.java
Description: java/
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
