/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
Priority: Minor
Fix For: 1.3
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.