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
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.