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

Stefan Matheis (steffkes) commented on SOLR-2459:
-------------------------------------------------

bq. Well, Solr doesn't distinguish between GET and POST in its handlers as far 
as I can see, so either would work.
Ah okay .. good to know!

bq. If by POST you mean that you would post some XML or JSON to it, and it 
would use that, that could be done (don't know how hard it is to accept JSON, 
but could look into it).
No, not really - just POSTing the Params and don't append them to the url; 
because some older browser has low restrictions to the length of an url -- and 
while using POST the size/amount of data does not matter. i think there is no 
need to support xml/json here, the data is plain key/value .. it's enough :>

> LogLevelSelection Servlet outputs plain HTML
> --------------------------------------------
>
>                 Key: SOLR-2459
>                 URL: https://issues.apache.org/jira/browse/SOLR-2459
>             Project: Solr
>          Issue Type: Wish
>          Components: web gui
>            Reporter: Stefan Matheis (steffkes)
>            Priority: Trivial
>
> The current available Output of the LogLevelSelection Servlet is plain HTML, 
> which made it unpossible, to integrate the Logging-Information in the new 
> Admin-UI. Format-Agnostic Output (like every [?] other Servlet offers) would 
> be really nice!
> Just as an Idea for a future structure, the new admin-ui is [actually based 
> on that 
> json-structure|https://github.com/steffkes/solr-admin/blob/master/logging.json]
>  :)

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

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

Reply via email to