[
https://issues.apache.org/jira/browse/NUTCH-2902?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17445869#comment-17445869
]
Hudson commented on NUTCH-2902:
-------------------------------
SUCCESS: Integrated in Jenkins build Nutch ยป Nutch-trunk #48 (See
[https://ci-builds.apache.org/job/Nutch/job/Nutch-trunk/48/])
NUTCH-2902 Jexl parsing error on statements (snagel:
[https://github.com/apache/nutch/commit/7fb201c03318a3137df0c353a022d8a13acc6143])
* (edit)
src/plugin/exchange-jexl/src/java/org/apache/nutch/exchange/jexl/JexlExchange.java
* (edit) src/java/org/apache/nutch/crawl/Generator.java
* (edit) src/java/org/apache/nutch/crawl/CrawlDbReader.java
* (edit) src/java/org/apache/nutch/crawl/CrawlDatum.java
* (edit) src/java/org/apache/nutch/hostdb/ReadHostDb.java
* (edit) src/java/org/apache/nutch/util/JexlUtil.java
* (edit)
src/plugin/index-jexl-filter/src/java/org/apache/nutch/indexer/jexl/JexlIndexingFilter.java
> Jexl parsing error on statements
> --------------------------------
>
> Key: NUTCH-2902
> URL: https://issues.apache.org/jira/browse/NUTCH-2902
> Project: Nutch
> Issue Type: Bug
> Components: generator
> Affects Versions: 1.18
> Reporter: Sebastian Nagel
> Priority: Major
> Fix For: 1.19
>
> Attachments: jexl.patch
>
>
> (reported by [~maxockner] on the [user mailing
> list|https://lists.apache.org/thread/py6gf7njr3xyx0wm1wnv58vgp7fx0j30])
> [Jexl
> 3.0|https://commons.apache.org/proper/commons-jexl/changes-report.html#a3.0]
> enforced that a JexlExpression does not contains statements. However,
> NUTCH-2368 intended that a JexlScript is allowed. Need to switch from
> JexlExpression to JexlScript in Generator.
> But should also verify whether to fix other components where Jexl is used:
> - JexlExchange
> - JexlIndexingFilter
> - CrawlDbReader
--
This message was sent by Atlassian Jira
(v8.20.1#820001)