Re: another new URL() question

2012-06-13 Thread James Carman
> From: "Honton, Charles" > > To: Commons Developers List ; " > gudnabr...@gmail.com" ; Mark Struberg < > strub...@yahoo.de> > > Cc: > > Sent: Monday, June 11, 2012 6:10 PM > > Subject: Re: another new URL() question > > > > Mark

Re: another new URL() question

2012-06-13 Thread Mark Struberg
Davids route via an 'Archive' abstraction layer which we could plug-in. LieGrue, strub - Original Message - > From: "Honton, Charles" > To: Commons Developers List ; "gudnabr...@gmail.com" > ; Mark Struberg > Cc: > Sent: Monday, June 11,

Re: another new URL() question

2012-06-11 Thread Honton, Charles
Mark, The only mechanism available to extend URLClassLoader's protocol handling in a Sun jvm is to add a URLStreamHandler. It's a difficult task to re-implement the class loading architecture, and I'm sure the application server environments don't mess with this basic. (I'm not so sure about the

Re: another new URL() question

2012-06-11 Thread Matt Benson
Hi, Mark! This is why I was confused when we touched on this on IRC--I was thinking that the correct handling of URLs was an orthogonal function to [classscan]'s *use* of those same URLs, for this reason. I had thought there had been, at one time, an OSS Java project to help manage these URLStrea