janhoy commented on a change in pull request #1078: SOLR-14071: Untrusted configsets shouldn't be allowed to use <lib> URL: https://github.com/apache/lucene-solr/pull/1078#discussion_r357030555
########## File path: solr/solr-ref-guide/src/configsets-api.adoc ########## @@ -89,7 +89,7 @@ A configset is uploaded in a "trusted" mode if authentication is enabled and the * If specified in the configset, the DataImportHandler's ScriptTransformer will not initialize. * The XSLT transformer (`tr` parameter) cannot be used at request processing time. * If specified in the configset, the StatelessScriptUpdateProcessor will not initialize. -* Collections won't initialize if <lib> directives are used in the configset. If you need to include libraries, please add them to the Solr's classpath. +* Collections won't initialize if <lib> directives are used in the configset. (Note: Libraries added to Solr's classpath don't need the <lib> directive) Review comment: Could we add a link here to the new docs that @dsmiley is about to add? The one where it lists the places you can put libs. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
