[
https://issues.apache.org/jira/browse/SOLR-1504?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Koji Sekiguchi updated SOLR-1504:
---------------------------------
Attachment: SOLR-1504.patch
A patch for the fix. Will commit soon.
> empty char mapping can cause ArrayIndexOutOfBoundsException in analysis.jsp
> and co.
> -----------------------------------------------------------------------------------
>
> Key: SOLR-1504
> URL: https://issues.apache.org/jira/browse/SOLR-1504
> Project: Solr
> Issue Type: Bug
> Components: Analysis
> Affects Versions: 1.4
> Reporter: Koji Sekiguchi
> Assignee: Koji Sekiguchi
> Priority: Minor
> Fix For: 1.4
>
> Attachments: SOLR-1504.patch
>
>
> If you have the following mapping rule in mapping.txt:
> {code}
> # destination can be empty
> "NULL" => ""
> {code}
> you can get AIOOBE by specifying NULL for either index or query data in the
> input form of analysis.jsp (and co. i.e. DocumentAnalysisRequestHandler and
> FieldAnalysisRequestHandler).
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.