Closed GoogleCodeExporter closed 9 years ago
I found the META-INF/reosurces folder and tld files is also not working for
class folders.
Original comment by tonylovejava
on 14 Dec 2011 at 4:55
I believe Jetty 7 should have same issue , since they use same configuration
classes.
Need to review this later.
Original comment by tonylovejava
on 14 Dec 2011 at 4:57
Original comment by tonylovejava
on 14 Dec 2011 at 4:58
It's ready since 2011/12/14 , will be 1.3.2
Referenced commit log for r270 , r 271 .
Since it's actually the jetty issue , so I want to explain more about this.
I check the Jetty implementation of WebInfConfiguration.
In old version (Jetty6 and Jetty7 ), it's not doing the scan job ,
just simply add those items into the classloader.
And we also add our classpath into the classloader in our bootstrap , so it's
no issues.
---------
For Jetty 8 with servlet3 implementation , because it need to do some resource
manangement ,
like serve META-INF/resources as static resources, and new spec for
META-INF/*.tld .
It just assumed to scan the jars under WEB-INF/lib, so it's not working for
those custom classpath / workspace projects.
I overwrite some Configuration Class and try to make a better development
support for those feature.
Original comment by tonylovejava
on 14 Dec 2011 at 5:12
Original comment by tonylovejava
on 14 Dec 2011 at 5:13
Original comment by tonylovejava
on 19 Dec 2011 at 6:34
Original issue reported on code.google.com by
tonylovejava
on 13 Dec 2011 at 3:25