[ 
https://issues.apache.org/jira/browse/SOLR-4437?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Stefan Matheis (steffkes) updated SOLR-4437:
--------------------------------------------

    Attachment: SOLR-4437.patch

Hm, while a read this the first time .. i thought this might be an easy fix, 
but it's kind of "did you mean recursion?" ;o

Actually, if you go to "/solr" the server redirects you to "/solr/" (because 
it's a directory), the UI is loaded and initially it goes to "/solr/#/" as 
starting-point, where the UI is mounted to. 

So, in fact you're going back (from "/solr/#/" to "/solr/") which will give you 
the 404 right now, because we did not catch this. but if we will .. the UI will 
redirect you back forward (hopefully you got this? *g) to "/solr/#/" .

I already mentioned this on SOLR-4439, what about changing the node's target to 
the same page you're actually on for the other node? so to say 
"http://solr1/#/~cloud"; goes to "http://solr2/#/~cloud"; or (if you're viewing 
the radial graph) from "http://solr1/#/~cloud?view=rgraph"; to 
"http://solr2/#/~cloud?view=rgraph";
                
> Developer Curb Appeal: Cloud Admin UI: no way back to Cloud screen after 
> clicking node
> --------------------------------------------------------------------------------------
>
>                 Key: SOLR-4437
>                 URL: https://issues.apache.org/jira/browse/SOLR-4437
>             Project: Solr
>          Issue Type: Improvement
>          Components: SolrCloud
>    Affects Versions: 4.1
>            Reporter: Mark Bennett
>             Fix For: 4.3
>
>         Attachments: SOLR-4437.patch
>
>
> When you view the graphical tree of nodes and click on one of them, you're 
> taken to that other machine's main config page.
> But you can't use the browser's back button to return.
> Safari, Firefox and Chrome back button pops pup a dialog box and gives the 
> error:
>     "404 Not Found get"
> On all 3 browsers if you then click the OK button to dismiss the dialog, and 
> then try the back button again, it works.

--
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]

Reply via email to