[
https://issues.apache.org/jira/browse/SOLR-5839?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13946120#comment-13946120
]
ASF subversion and git services commented on SOLR-5839:
-------------------------------------------------------
Commit 1581216 from [~steve_rowe] in branch 'dev/branches/branch_4x'
[ https://svn.apache.org/r1581216 ]
SOLR-5839: move CHANGES.txt entry to 4.7.1 section (merged trunk r1581215)
> ZookeeperInfoServlet Does Not Trim Path Properly
> ------------------------------------------------
>
> Key: SOLR-5839
> URL: https://issues.apache.org/jira/browse/SOLR-5839
> Project: Solr
> Issue Type: Bug
> Affects Versions: 4.6.1, 4.7
> Reporter: Furkan KAMACI
> Assignee: Mark Miller
> Priority: Minor
> Fix For: 4.8, 5.0
>
> Attachments: SOLR-5839.patch
>
>
> This part has a bug:
> {code}
> // normalize path
> if (path == null) {
> path = "/";
> } else {
> path.trim();
> if (path.length() == 0) {
> path = "/";
> }
> }
> {code}
--
This message was sent by Atlassian JIRA
(v6.2#6252)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]