Community
Participate
Working Groups
jetty-8 currently uses jsp implementation from Glassfish version jsp-impl-2.2.2-b05, covered by IPZilla https://dev.eclipse.org/ipzilla/show_bug.cgi?id=4711. This issue is to upgrade to jsp-impl-2.2.2-b06. The difference is captured by this issue in the Glassfish bug tracker: http://java.net/jira/browse/JSP-18 The diff of the source is simply: diff -r jsp-impl-2.2.2-b05-sources/org/apache/jasper/runtime/JspApplicationContextImpl.java jsp-impl-2.2.2-b06-sources/org/apache/jasper/runtime/JspApplicationContextImpl.java 112a113,116 > public void setExpressionFactory(ExpressionFactory expressionFactory) { > this.expressionFactory = expressionFactory; > } >
The CQ has been approved for this update: http://dev.eclipse.org/ipzilla/show_bug.cgi?id=5779 Jesse - are you able to apply the same patch Hugues was doing for allowing use of the ecj compiler and get this into Orbit? Jan
I should be, still waiting on the orbit commit bit to land and then I'll take care of this I got the orbit PB approved today
believe this is done now