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

Alan Woodward commented on SOLR-5162:
-------------------------------------

I managed to chop off the 'solr.' prefix of all these substitutions in 
SOLR-4914.  The tricksy part here is that these prefixes are not present in the 
core.properties file, so we need to add them in/strip them out at the 
appropriate times.

The only call where the 'solr.' prefix needs to be present is in the Properties 
object returned by CoreDescriptor.getCoreProperties(), and this method is only 
ever called when creating ResourceLoaders, so we should be able to safely 
isolate the changes here.
                
> Implicit core properties are no longer available
> ------------------------------------------------
>
>                 Key: SOLR-5162
>                 URL: https://issues.apache.org/jira/browse/SOLR-5162
>             Project: Solr
>          Issue Type: Bug
>    Affects Versions: 4.5
>            Reporter: Alan Woodward
>            Assignee: Alan Woodward
>            Priority: Minor
>             Fix For: 4.5
>
>
> As noted by ~elyograg on IRC, implicit property substitution doesn't work any 
> more in 4.5.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to