[
https://issues.apache.org/jira/browse/SOLR-4431?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13599250#comment-13599250
]
Mark Bennett commented on SOLR-4431:
------------------------------------
Adding links to mailing list thread
http://mail-archives.apache.org/mod_mbox/lucene-dev/201303.mbox/%[email protected]%3e
or on OSDir
http://osdir.com/ml/general/2013-03/msg14144.html
The gist is that:
* Stuff after pound sign # is the only part of the URL that can be easily
changed without forcing a round trip to the server
* The tilde/tilda (~) distinguishes between generic pages, vs URLs specific to
a core (which won't have them)
* /solr is to support having more than one app inside a web container, though
works from root (/) and in theory example could use that
My take:
* There's good technical reasons for the # and ~, so of course they will stay.
* However, could we maybe have shortcut URLs that redirect to those longer
ones. (posted to Stefan on the list)
> Developer Curb Appeal: easier URL to get to Cloud UI
> ----------------------------------------------------
>
> Key: SOLR-4431
> URL: https://issues.apache.org/jira/browse/SOLR-4431
> Project: Solr
> Issue Type: Improvement
> Components: SolrCloud
> Affects Versions: 4.1
> Reporter: Mark Bennett
> Fix For: 4.2
>
>
> Currently the URL to get the cloud UI is
> http://172.16.10.236:8983/solr/#/~cloud
> The path and anchor portion is very strange: "/solr/#/~cloud"
> Ideally it would just be "/cloud"
> Or even just "/", and if it's in "cloud mode", take the admin to the right
> place.
> If there's some internal important structural reason for "/solr", "#" and
> "~cloud" sections, perhaps each would need to be addressed.
> Another option would be to possibly put something the default Jetty xml file
> to handle this as some type of redirect or registered handle.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]