jetty.project/jetty-ee9/jetty-ee9-webapp
Joakim Erdfelt 597a6af31d
Jetty 12 : `Descriptor` cleanup (#8611)
+ Sanity check Resource being provided
+ Descriptor toString changed to include full URI to descriptor
  so that it can be used consistently in Logging and Exception messages.
+ New Descriptor.toURI() for use in Servlet Source and other logging messages
+ Servlet Source value is now the URI of the Descriptor
+ More cleanup around `Source` location/name
   .getResource() must be a Resource
   as it's used in the AnnotationIntrospector
   all others use new .getName()
   Not all location/name usages can be loaded as
   a Resource.
2022-09-28 09:09:16 -05:00
..
src Jetty 12 : `Descriptor` cleanup (#8611) 2022-09-28 09:09:16 -05:00
pom.xml Add ee8 modules with sources generated from ee9 sources (#8066) 2022-06-01 13:38:42 +10:00