You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2016/02/08 23:36:40 UTC

[jira] [Commented] (SOLR-8058) Collections that start with css*, js*, img*, and tpl* can't be accessed as they match the exclusion filter

    [ https://issues.apache.org/jira/browse/SOLR-8058?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15137881#comment-15137881 ] 

ASF subversion and git services commented on SOLR-8058:
-------------------------------------------------------

Commit d83223a564f0c4e2b09af22f8dcf139cc415ce5c in lucene-solr's branch refs/heads/branch_5_4 from [~jpountz]
[ https://git-wip-us.apache.org/repos/asf?p=lucene-solr.git;h=d83223a ]

SOLR-8058, SOLR-8059: Fix CHANGES entries.


git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene_solr_5_4@1724263 13f79535-47bb-0310-9956-ffa450edef68


> 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
>             Fix For: 5.3.1, 5.4
>
>         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: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org