[jira] Commented: (SOLR-513) Links to core admin pages are broken in default admin page

2008-03-27 Thread Lars Kotthoff (JIRA)

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

Lars Kotthoff commented on SOLR-513:


Yes, that's exactly the problem. I didn't see any obvious/nice way to check 
whether the "main" screen is generated though. Maybe appending pathPrefix to 
the context path would be a general solution?

> Links to core admin pages are broken in default admin page
> --
>
> Key: SOLR-513
> URL: https://issues.apache.org/jira/browse/SOLR-513
> Project: Solr
>  Issue Type: Bug
>  Components: web gui
>Affects Versions: 1.3
>Reporter: Lars Kotthoff
>Priority: Trivial
> Attachments: solr-admin-links.patch
>
>
> The index.jsp page builds the link to the admin pages for cores in a 
> multicore configuration by appending the name of the core to ../../. This 
> works on the admin pages for individual cores, but not on the default admin 
> page -- http://localhost:8080/solr/admin/. The links point to 
> http://localhost:8080/core0/admin etc.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (SOLR-513) Links to core admin pages are broken in default admin page

2008-03-27 Thread Hoss Man (JIRA)

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

Hoss Man commented on SOLR-513:
---

minor note: i don't think building off of the context path will work if 
pathPrefix has been configured for the DispatchFilter (in cases where people 
are embedding all of Solr's stuff into a larger webapp)

assuming i understand the problem: it should probably just check to see if it's 
generating the "main" admin screen and if so leave out a set of "../"

> Links to core admin pages are broken in default admin page
> --
>
> Key: SOLR-513
> URL: https://issues.apache.org/jira/browse/SOLR-513
> Project: Solr
>  Issue Type: Bug
>  Components: web gui
>Affects Versions: 1.3
>Reporter: Lars Kotthoff
>Priority: Trivial
> Attachments: solr-admin-links.patch
>
>
> The index.jsp page builds the link to the admin pages for cores in a 
> multicore configuration by appending the name of the core to ../../. This 
> works on the admin pages for individual cores, but not on the default admin 
> page -- http://localhost:8080/solr/admin/. The links point to 
> http://localhost:8080/core0/admin etc.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.