Re: URLStreamHandlerFactory

2013-01-15 Thread Mark Thomas
On 15/01/2013 15:55, e e wrote: > Please let me know if I am posting this in the wrong mailing-list. Yes, you are on the wrong mailing list. You want the users mailing list. Mark > >- Am trying to understand why WebAppLoader does a >URL.setURLStreamHandlerFactory(). >- I see that a

URLStreamHandlerFactory

2013-01-15 Thread e e
Please let me know if I am posting this in the wrong mailing-list. - Am trying to understand why WebAppLoader does a URL.setURLStreamHandlerFactory(). - I see that a protocol handler is being set for "jndi://" protocol. Our apps' do NOT use JNDI urls. I believe tomcat 6 has NOT used th