DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=34362>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=34362





------- Additional Comments From [EMAIL PROTECTED]  2005-04-14 18:36 -------
Hey Guys,
Sorry about my last rant there.. I think was getting to close the problem.
I backed away today and started fresh.. He is the fix i would like to propose.

1) add a URL instance variable
2) setURL will now update this instance var.
3) getURL will return the instance var if not null else will return using 
existing logic ConfigurationUtils.local(basePath,fileName);
4) Load will check if URL is not null if it is will default to existing load
(filename) method. if it isnt null it will use load(URL)
5) Load(String fileName) will remain the same.. but when it resolve the URL it 
will populate its internal instace URL var. This way all future url calls / 
save / load will be url based

Thats it.. its just a few lines of extra code placed in several methods.
Let me know your thoughts.. im running the unit tests on it now :)


-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

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

Reply via email to