Challenged tests
- ee.jakarta.tck.pages.spec.core_syntax.scripting.el.URLClientIT#elRelationalOperators1Test
TCK Version
Jakarta Pages 4.0.0
Description
The ElRelationalOperators1Test.jsp has the EL expression ${float1 <= doubl1} but doubl1 is undefined. The page defines double1 instead.
Additional context
WebLogic Server correctly reports this error: jakarta.el.PropertyNotFoundException: ELResolver cannot handle a null base Object with identifier 'doubl1'
Challenged tests
TCK Version
Jakarta Pages 4.0.0
Description
The
ElRelationalOperators1Test.jsphas the EL expression${float1 <= doubl1}butdoubl1is undefined. The page definesdouble1instead.Additional context
WebLogic Server correctly reports this error:
jakarta.el.PropertyNotFoundException: ELResolver cannot handle a null base Object with identifier 'doubl1'