mirror of
https://github.com/jetty/jetty.project.git
synced 2025-02-23 07:37:55 +00:00
+ Replaced with URI TypeUtil.getLocationOfClass(Class clazz) + and File TypeUtil.getLocationOfClassAsFile(Class clazz) + This is done to eliminate extraneous "new URL" and "URI.toURL" calls that can trigger URL Stream Handler creation and initialization which is the cause of the StackOverflowError