https://issues.apache.org/bugzilla/show_bug.cgi?id=55630
Bug ID: 55630
Summary: clean way to avoid setURLStreamHandlerFactory call
Product: Tomcat 7
Version: 7.0.42
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P2
Component: Catalina
Assignee: [email protected]
Reporter: [email protected]
A current method is to set WebappLoader.first via reflection (because private).
I think the setURLStreamHandlerFactory should be move to Catalina.start
('first' static field can be move in Catalina).
So we could have a static method in Catalina to prevent
setURLStreamHandlerFactory call while first starting.
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]