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

ASF subversion and git services commented on SOLR-16274:
--------------------------------------------------------

Commit 86ee9089e58e596d802b204ce5ff989084d7ef4e in lucene-solr's branch 
refs/heads/branch_8_11 from Kevin Risden
[ https://gitbox.apache.org/repos/asf?p=lucene-solr.git;h=86ee9089e58 ]

SOLR-16274: HEAD request for managed resource returns 500 Server Error (#1140)


> HEAD request for managed resource returns 500 Server Error
> ----------------------------------------------------------
>
>                 Key: SOLR-16274
>                 URL: https://issues.apache.org/jira/browse/SOLR-16274
>             Project: Solr
>          Issue Type: Bug
>      Security Level: Public(Default Security Level. Issues are Public) 
>          Components: Schema and Analysis
>    Affects Versions: 9.0, 8.11.2, 9.1
>            Reporter: Thomas Corthals
>            Assignee: Kevin Risden
>            Priority: Major
>              Labels: ManagedStopwordFilterFactory, 
> ManagedSynonymFilterFactory, REST, Solr
>             Fix For: main (10.0), 8.11.3, 9.2
>
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> {{HEAD}} requests for managed stopwords/synonyms fail with 500 Server Error. 
> This is true for both stopword lists/synonym maps and their child resources.
> {code:bash}
> $ curl -sI 
> "http://localhost:8983/solr/techproducts/schema/analysis/synonyms/english"; | 
> head -n 1
> HTTP/1.1 500 Server Error
> $ curl -sI 
> "http://localhost:8983/solr/techproducts/schema/analysis/synonyms/english/happy";
>  | head -n 1
> HTTP/1.1 500 Server Error
> {code}
> A request for a non-existent word in a list/map does return the correct 404 
> response.
> {code:bash}
> $ curl -sI 
> "http://localhost:8983/solr/techproducts/schema/analysis/synonyms/english/unhappy";
>  | head -n 1
> HTTP/1.1 404 Not Found
> {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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

Reply via email to