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

Hoss Man commented on SOLR-493:
-------------------------------


bq. It also builds the "hidden" list as the inverse of the "gettable" list.

would it be simpler/better to add a "gettable" option to ShowFileRequestHandler 
? (such that you can use it, or use "hidden" but not both)

It didn't really occur to me that ShowFileRequestHandler worked that way until 
you mentioned it.

> /admin/file links don't work with legacy configs
> ------------------------------------------------
>
>                 Key: SOLR-493
>                 URL: https://issues.apache.org/jira/browse/SOLR-493
>             Project: Solr
>          Issue Type: Bug
>          Components: web gui
>            Reporter: Hoss Man
>            Assignee: Ryan McKinley
>            Priority: Minor
>             Fix For: 1.3
>
>         Attachments: SOLR-493-OldAdminFile.patch
>
>
> admin screen in trunk currently links to /admin/file/?file=schema.xml and 
> /admin/file/?file=solrconfig.xml by defualt and expects the config to map 
> /admin/file to ShowFileRequestHandler ... this isn't backwards compatible for 
> Solr 1.2 users.
> we should put some extra logic in SolrCore.init to automaticly register an 
> instance of ShowFileRequestHandler if there is a <gettableFiles> section in 
> solrconfig.xml and no instnces of ShowFileRequestHandler are already 
> registered (with a warning logged about <gettableFiles> being deprecated)
> http://www.nabble.com/Get-Config---Schema%2C-1.3-dev-Broken--to15360280.html#a15360280

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to