diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt index 4c37a3f77c5..9feb6ba1a52 100644 --- a/solr/CHANGES.txt +++ b/solr/CHANGES.txt @@ -453,6 +453,9 @@ Upgrading from Solr 3.5 HTMLStripCharFilter in Solr version 3.5 and earlier: the old implementation (bugs and all) is preserved as LegacyHTMLStripCharFilter. +* SOLR-3040: The DIH's admin UI (dataimport.jsp) now requires DIH request handlers to start with + a '/'. (dsmiley) + New Features ---------------------- * SOLR-2904: BinaryUpdateRequestHandler should be able to accept multiple update requests from diff --git a/solr/contrib/dataimporthandler/src/webapp/admin/dataimport.jsp b/solr/contrib/dataimporthandler/src/webapp/admin/dataimport.jsp index 574ef67509e..667f8947d54 100644 --- a/solr/contrib/dataimporthandler/src/webapp/admin/dataimport.jsp +++ b/solr/contrib/dataimporthandler/src/webapp/admin/dataimport.jsp @@ -47,7 +47,7 @@ Select handler: - + <% } %> diff --git a/solr/contrib/dataimporthandler/src/webapp/admin/debug.jsp b/solr/contrib/dataimporthandler/src/webapp/admin/debug.jsp index b24ae83fc9f..2c76ce728c8 100644 --- a/solr/contrib/dataimporthandler/src/webapp/admin/debug.jsp +++ b/solr/contrib/dataimporthandler/src/webapp/admin/debug.jsp @@ -30,9 +30,8 @@ <% String handler = request.getParameter("handler"); // must be specified %> -
+ - @@ -69,17 +68,16 @@
Handler:
-
+ - @@ -92,8 +90,7 @@
-
- +