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

Gregory Chanan commented on SOLR-8178:
--------------------------------------

{code}
+    if(val != null)  return;
+    if(val.startsWith(Password.__OBFUSCATE)) System.setProperty(prop, 
Password.deobfuscate(val));
{code}

Did you mean val == null?

> Solr should support jetty's obfuscated password for ssl truststore
> ------------------------------------------------------------------
>
>                 Key: SOLR-8178
>                 URL: https://issues.apache.org/jira/browse/SOLR-8178
>             Project: Solr
>          Issue Type: Improvement
>            Reporter: Noble Paul
>            Assignee: Noble Paul
>         Attachments: SOLR-8178.patch
>
>
> Jetty supports obfuscating password that used for SSL keystore and 
> truststore. Solr should support that as well



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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

Reply via email to