[
https://issues.apache.org/jira/browse/SOLR-8058?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14790942#comment-14790942
]
ASF subversion and git services commented on SOLR-8058:
-------------------------------------------------------
Commit 1703445 from [~anshumg] in branch 'dev/branches/branch_5x'
[ https://svn.apache.org/r1703445 ]
SOLR-8058: Fix the exclusion filter so that collections that start with js,
css, img, tpl can be accessed.(merge from trunk)
> Collections that start with css*, js*, img*, and tpl* can't be accessed as
> they match the exclusion filter
> ----------------------------------------------------------------------------------------------------------
>
> Key: SOLR-8058
> URL: https://issues.apache.org/jira/browse/SOLR-8058
> Project: Solr
> Issue Type: Bug
> Affects Versions: 5.2, 5.2.1, 5.3, 5.3.1
> Reporter: Anshum Gupta
> Assignee: Anshum Gupta
> Priority: Blocker
> Attachments: SOLR-8058.patch, SOLR-8058.patch, SOLR-8058.patch
>
>
> Collections that match css*, js*, img*, and tpl* can't be reached as the SDF
> short circuits paths that match those regular expressions.
> It should have only short circuited exact matches for those directories i.e.
> \css/*,/js/*,/img/*,/tpl/* but that doesn't seem to be the case.
> Need to fix this regular expression so that the collection can be reached.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]