Attached is a patch to bring Japser2 up to date with the latest APIs
from the JSR-152 Expert Group.
jasper2/src/share/org/apache/jasper/runtime/JspContextWrapper.java
- Updated to conform to new VariableResolver API
jasper2/src/share/org/apache/jasper/runtime/PageContextImpl.java
- Updat
ImplicitTagLibraryInfo incorrectly returned null from getFunctions().
The spec requires a FunctionInfo[0] instead. Returning null also caused
Generator.generateELFunctionMap to throw a NPE in some circumstances.
Modified files:
*
jasper2/src/share/org/apache/jasper/compiler/ImplicitTagLibrar
Atached is a third patch to move us towards JSP 2.0 PFD
feature-complete. More to come...
File Changed (IN PATCH)
jasper2/src/share/org/apache/jasper/compiler/Generator.java
Summary of changes:
- Removed TryCatchFinally handling for SimpleTag call generation.
TryCatchFin
Attached is a bugfix for bug 11883: Unable to use Dynamic attributes
Files modified:
jasper2/src/share/org/apache/jasper/compiler/Generator.java
--
Mark Roth, Java Software
Co-Specification Lead for JSP 2.0
Sun Microsystems, Inc.
Index: jasper2/src/share/org/apache/jasper/compiler
Attached is a second patch to move us towards JSP 2.0 PFD
feature-complete. More to come in the next few days...
Files Removed (PLEASE REMOVE MANUALLY):
-
jasper2/src/share/org/apache/jasper/runtime/ExpressionEvaluatorManager.java
Files Changed (IN PATCH)
-
jasper2/src/
Attached is a patch to move us towards JSP 2.0 PFD feature-complete.
More to come in the next few days...
- Implemented the value attribute of jsp:doBody for classic
tag handlers.
- Stubbed out JspC with getJspConfig() so it compiles.
- Added null check for addInclude() to han
Couldn't figure out why it sometimes called ctxt.getOptions() and other times
used the field options in which it had saved that value in the constructor.
Replaced all calls outside the constructor with the field, and it still works
for the simple cases I tested. Not a lot of overhead saved, but ev