[
https://issues.jboss.org/browse/RF-13648?page=com.atlassian.jira.plugin.s...
]
Tony Cramer updated RF-13648:
-----------------------------
Summary: Graph Validator + Tomcat 8.0.8: interpret empty strings as null is
ignored (was: Graph Validator - interpret empty strings as null is ignored)
Description:
Issue is caused by Tomcat 8.0.8 (jasper-el.jar) which I updated recently from 8.0.5.
javax.faces.INTERPRET_EMPTY_STRING_SUBMITTED_VALUES_AS_NULL is ignored during Graph
validating.
Some debugging info:
Object being validated ({{value}} argument) in method
{{org.richfaces.validator.BeanValidatorServiceImpl.validateObject}} contains empty strings
("").
Expected behavior: There should be nulls in properties, because interpreting empty strings
as null is enabled.
This causes validation to not pass.
was:
javax.faces.INTERPRET_EMPTY_STRING_SUBMITTED_VALUES_AS_NULL is ignored during Graph
validating.
Some debugging info:
Object being validated ({{value}} argument) in method
{{org.richfaces.validator.BeanValidatorServiceImpl.validateObject}} contains empty strings
("").
Expected behavior: There should be nulls in properties, because interpreting empty strings
as null is enabled.
This causes validation to not pass.
Graph Validator + Tomcat 8.0.8: interpret empty strings as null is
ignored
--------------------------------------------------------------------------
Key: RF-13648
URL:
https://issues.jboss.org/browse/RF-13648
Project: RichFaces
Issue Type: Bug
Security Level: Public(Everyone can see)
Affects Versions: 4.3.7
Environment: Tomcat 8.0.8, OpenJDK 7, OpenSuse 13.1 x64
Reporter: Tony Cramer
Issue is caused by Tomcat 8.0.8 (jasper-el.jar) which I updated recently from 8.0.5.
javax.faces.INTERPRET_EMPTY_STRING_SUBMITTED_VALUES_AS_NULL is ignored during Graph
validating.
Some debugging info:
Object being validated ({{value}} argument) in method
{{org.richfaces.validator.BeanValidatorServiceImpl.validateObject}} contains empty strings
("").
Expected behavior: There should be nulls in properties, because interpreting empty
strings as null is enabled.
This causes validation to not pass.
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)