mirror of
https://github.com/Alfresco/SearchServices.git
synced 2026-09-16 18:12:56 +00:00
SEARCH-229: Set needClientAuth default to TRUE
This commit is contained in:
@@ -4,4 +4,6 @@ alfresco.solr.config=# Alfresco configuration. This file is automatically includ
|
||||
${line.separator}SOLR_OPTS="$SOLR_OPTS -Dsolr.jetty.request.header.size=1000000 -Dsolr.jetty.threads.stop.timeout=300000"
|
||||
alfresco.solr.config.win=REM Alfresco configuration. This file is automatically included by solr. You can define your custom settings here\
|
||||
${line.separator}set SOLR_OPTS=%SOLR_OPTS% -Dsolr.jetty.request.header.size=1000000 -Dsolr.jetty.threads.stop.timeout=300000
|
||||
alfresco.solr.ssl.token= <Set name="excludeProtocols">
|
||||
alfresco.solr.ssl.token= <Set name="excludeProtocols">
|
||||
alfresco.solr.ssl.need.token=needClientAuth" default="false"
|
||||
alfresco.solr.ssl.need=needclientauth" default="true"
|
||||
|
||||
@@ -161,7 +161,7 @@
|
||||
<replace token= "${alfresco.solr.ssl.token}" value="${alfresco.solr.ssl}${line.separator} ${alfresco.solr.ssl.token}" dir="target/solr-${solr.version}">
|
||||
<include name="**/server/etc/jetty*.xml"/>
|
||||
</replace>
|
||||
<replace token= "needClientAuth" value="needclientauth" dir="target/solr-${solr.version}">
|
||||
<replace token= "${alfresco.solr.ssl.need.token}" value="${alfresco.solr.ssl.need}" dir="target/solr-${solr.version}">
|
||||
<include name="**/server/etc/jetty-ssl.xml"/>
|
||||
</replace>
|
||||
<replace token= "wantClientAuth" value="wantclientauth" dir="target/solr-${solr.version}">
|
||||
|
||||
Reference in New Issue
Block a user