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

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15435

New Preferences Architecture





------- Additional Comments From [EMAIL PROTECTED]  2003-09-04 13:07 -------
In response to Ortwin's comments (I haven't had a chance to look into the patch yet), 
if you are 
trying to load arbitrary things from the classpath you create a major problem and for 
applets since 
those attempts translate into requests back to the original server which may include 
popping up 
authentication dialogs to the user etc.  I'm not sure why HttpClient needs a way to be 
configured 
by a dynamically located properties file, since it is always used through it's 
programmatic API 
anyway.  It seems to me that just passing in a properties file (or some other 
configuration object) 
to the HttpClient constructor would do and we could avoid the need to implement and 
maintain 
code for automatically locating the properties file.

Either way, it's an absolute must for us to have a way to turn off this autodiscovery. 
 I'm happy to 
implement this myself once things settle down if need be though.

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

Reply via email to