Sebastien Richard created ANY23-133:
---------------------------------------
Summary: Some microdata are rejected even if we ignore errors
Key: ANY23-133
URL: https://issues.apache.org/jira/browse/ANY23-133
Project: Apache Any23
Issue Type: Bug
Components: core
Reporter: Sebastien Richard
Proposed patch:
core/src/main/java/org/apache/any23/extractor/microdata/MicrodataParser.java
417,422c394
< try {
< itemPropValue = getPropertyValue(itemPropNode);
< } catch(IllegalArgumentException e) {
< throw new MicrodataParserException("Illegal prop
content " + e.getMessage(), itemPropNode);
< }
---
> itemPropValue = getPropertyValue(itemPropNode);
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira