Here is another change bundle for the new EL implementation (3)
Changes since last bundle
=============================================================
applicationCreateValueBindingRSETest - No ReferenceSyntaxException
raised when passed a value binding like ${param.host}
INVALID TEST
applicationGetValueBindingNPETest - ReferenceSyntaxException raised
instead of NPE when passed a null String argument.
FIXED
applicationCreateMethodBindingNPETest - ReferenceSyntaxException raised
instead of NPE when passing a null ref.
FIXED
applicationCreateMethodBindingRSETest - ReferenceSyntaxException not
raised when provided an invalid ref (e.g requestScope.attribute - no
expression brackets
is invalid).
FIXED, requires #{...} syntax now
JSP 2.0 COERSION RULES - Complete match except for JSP spec says null to
String type should be "" which caused tests to fail, change bundle will
instead return null in this case
Also, as Ryan submits back issues with the TCK, I've been adding them to
the RI tests. This bundle includes tests for the above changes,
including extensive coersion tests
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_javaserverfaces.dev.java.net
For additional commands, e-mail: dev-help_at_javaserverfaces.dev.java.net