You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-commits@lucene.apache.org by sh...@apache.org on 2009/02/07 20:32:57 UTC

svn commit: r741940 - in /lucene/solr/trunk/src/webapp/web/admin: index.jsp replication/index.jsp

Author: shalin
Date: Sat Feb  7 19:32:57 2009
New Revision: 741940

URL: http://svn.apache.org/viewvc?rev=741940&view=rev
Log:
SOLR-1011 -- Links to Replication page and other cores are 404s

Modified:
    lucene/solr/trunk/src/webapp/web/admin/index.jsp
    lucene/solr/trunk/src/webapp/web/admin/replication/index.jsp

Modified: lucene/solr/trunk/src/webapp/web/admin/index.jsp
URL: http://svn.apache.org/viewvc/lucene/solr/trunk/src/webapp/web/admin/index.jsp?rev=741940&r1=741939&r2=741940&view=diff
==============================================================================
--- lucene/solr/trunk/src/webapp/web/admin/index.jsp (original)
+++ lucene/solr/trunk/src/webapp/web/admin/index.jsp Sat Feb  7 19:32:57 2009
@@ -44,7 +44,7 @@
     [<a href="file/?file=<%=core.getConfigResource()%>">Config</a>]
     <% } %>
     [<a href="analysis.jsp?highlight=on">Analysis</a>]
-    [<a href="schema.jsp">Schema Browser</a>] <%if(replicationhandler != null ){%>[<a href="replication">Replication</a>]<%}%>
+    [<a href="schema.jsp">Schema Browser</a>] <%if(replicationhandler != null ){%>[<a href="replication/index.jsp">Replication</a>]<%}%>
     <br>
     [<a href="stats.jsp">Statistics</a>]
     [<a href="registry.jsp">Info</a>]

Modified: lucene/solr/trunk/src/webapp/web/admin/replication/index.jsp
URL: http://svn.apache.org/viewvc/lucene/solr/trunk/src/webapp/web/admin/replication/index.jsp?rev=741940&r1=741939&r2=741940&view=diff
==============================================================================
--- lucene/solr/trunk/src/webapp/web/admin/replication/index.jsp (original)
+++ lucene/solr/trunk/src/webapp/web/admin/replication/index.jsp Sat Feb  7 19:32:57 2009
@@ -333,7 +333,7 @@
   <td><strong>Cores:</strong><br></td>
   <td><%
     for (String name : names) {
-  %>[<a href="../../<%=name%>/admin/"><%=name%>
+  %>[<a href="../../../<%=name%>/admin/index.jsp"><%=name%>
   </a>]<%
     }%></td>
 </tr>