Re: [JELLY] exotic URL protocols

2005-04-12 Thread Giorgio Gallo
ups! just realised my .classpath got into the patch - sorry :) BTW: shouldn't it be removed from svn? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [JELLY] exotic URL protocols

2005-04-12 Thread Giorgio Gallo
Couldn't do it without letting a context's currentUrl be the full url of the script - sorry :) I didn't remove the rootUrl stuff: it's still inferred from currentUrl (although context-relative url resolution uses new URL(URL, String) now) I used jdk 1.3.1 --- TODO: - org.apache.commons.jelly.t

Re: [JELLY] exotic URL protocols

2005-04-12 Thread Paul Libbrecht
Giorgio, I am not sure I have grasped the whole picture... Would you be able to make a first patch that only tackles the usage of new URL(url) and then pinpoint the further issues ? I am wondering if the usage of xml-commons-resolver would not help here ? It's a quite small package, it's well li

[JELLY] exotic URL protocols

2005-04-11 Thread Giorgio Gallo
I am trying to write a patch to solve issue JELLY-208 (http://issues.apache.org/jira/browse/JELLY-208) Let me know if you committers prefer to handle this one directly, because of the fact that URLs contain "/" beeing assumed just about everywhere in jelly... :) Also: Thomas Burns (the issue re