Please delete my previous message "Hierarchical data to URL mapping question"
The problem was in:
remainingPart.split("?");
Changed to:
remainingPart.split("\\?");
This is what you get when you program for 10+ hours...
Sorry for the unneeded post
------------------------------------------------------
http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2659701

