Closed joakime closed 8 years ago
@janbartel can WEB-INF/lib/
extras like fragments or resources include JSP files that can be used?
Also test partial JSP precompiled
Should also include test webapps that use older JSTL support versions.
@joakime these seem more like tests of jetty itself, rather than than testing the touchpoints with the google environment.
I agree with Jan that we should be careful not to focus on exhaustively testing Jetty itself, as that testing lives with the Jetty project. However, I do think we need a few test webapps that use different versions of JEE and the corresponding verisons of the the Servlet API/JSP/JST. I think the following 2 simple apps would be appropriate to test a bunch of things at once:
I'm not sure how many people are on older JEE versions, but this should cover the majority.
JSF is not part of Jetty, and we don't have a module for it either.
Typical use is to have the JSF components and libs be part of the webapp itself.
The nearest we can do (in the short term) with JSF is to grab one of the CDI/Weld test projects that use JSF from issue #36
Identified webapps