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

Amrit Sarkar edited comment on SOLR-9516 at 3/14/17 7:18 PM:
-------------------------------------------------------------

Ishan, sorry I didn't respond earlier, didn't notice the mention.

http://host:port/solr/libs was inaccessible as it was not listed in exclusion 
pattern for SolrDispatchFilter, hence it required authentication and UI failed 
to fetch the content from that path from webapp folder. Thank you [~ctargett] 
for pin-pointing the above and suggesting the changes.

We faced similar Kerberos 34 _Request is a Replay_ error for MBeans Request 
Handler:
{code}http://localhost:8983/solr/[collection_name]/admin/mbeans?cat=CACHE{code}
and the changes listed below rectified that, not sure why it was broken and 
thus how it got fixed.

SOLR-9516.patch uploaded with one line change in web.xml in webapp.


was (Author: sarkaramr...@gmail.com):
Ishan, sorry I didn't respond earlier, didn't notice the mention.

http://host:port/solr/libs was inaccessible as it was not listed in exclusion 
pattern for SolrDispatchFilter, hence it required authentication and UI failed 
to fetch the content from that path from webapp folder.

SOLR-9516.patch uploaded with one line change in web.xml in webapp.

> New UI doesn't work when Kerberos is enabled
> --------------------------------------------
>
>                 Key: SOLR-9516
>                 URL: https://issues.apache.org/jira/browse/SOLR-9516
>             Project: Solr
>          Issue Type: Bug
>      Security Level: Public(Default Security Level. Issues are Public) 
>          Components: Admin UI
>            Reporter: Ishan Chattopadhyaya
>              Labels: javascript, newdev, security
>         Attachments: QQ20161012-0.png, Screenshot from 2016-09-15 
> 07-36-29.png, SOLR-9516.patch
>
>
> It seems resources like http://solr1:8983/solr/libs/chosen.jquery.js 
> encounter 403 error:
> {code}
> 2016-09-15 02:01:45.272 WARN  (qtp611437735-18) [   ] 
> o.a.h.s.a.s.AuthenticationFilter Authentication exception: GSSException: 
> Failure unspecified at GSS-API level (Mechanism level: Request is a replay 
> (34))
> {code}
> The old UI is fine.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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

Reply via email to