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

Kevin Risden commented on SOLR-14039:
-------------------------------------

Ok so yea it was the whitespace apparently. 


{code:java}
<Set name="name">Content-Security-Policy</Set>
            <Set name="value">
              default-src 'none';
              base-uri 'none';
              connect-src 'self';
              form-action 'self';
              font-src 'self';
              frame-ancestors 'none';
              img-src 'self';
              media-src 'self';
              style-src 'self' 'unsafe-inline';
              script-src 'self';
              worker-src 'self';
            </Set>
{code}

vs 

{code:java}
             <Set name="name">Content-Security-Policy</Set>
            <Set name="value">default-src 'none'; base-uri 'none'; connect-src 
'self'; form-action 'self'; font-src 'self'; frame-ancestors 'none'; img-src 
'self'; media-src 'self'; style-src 'self' 'unsafe-inline'; script-src 'self'; 
worker-src 'self';</Set>{code}

Thats what I get for ease of editing vs valid XML. Sigh. Not sure why it works 
in single node mode. I'll make sure to get this committed shortly.

> SOLR-13987 may have broken  /select handler?
> --------------------------------------------
>
>                 Key: SOLR-14039
>                 URL: https://issues.apache.org/jira/browse/SOLR-14039
>             Project: Solr
>          Issue Type: Bug
>      Security Level: Public(Default Security Level. Issues are Public) 
>          Components: Admin UI
>            Reporter: Kevin Risden
>            Assignee: Kevin Risden
>            Priority: Major
>
> [~ab] reported that the /select handler is broken on Slack. 
> https://the-asf.slack.com/archives/CEKUCUNE9/p1575920964278300
> git bisect says SOLR-13987, but we aren't sure how since its a server side 
> error. 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to