Commit Graph

23 Commits

Author SHA1 Message Date
Jan Høydahl 69b2af33fb SOLR-10984: Clean up web.xml, removing old redirects and outdated comments 2018-08-13 10:39:21 +02:00
Varun Thacker bbc368d0ef SOLR-11228: Exclude static html files in the partials directory from authentication and authorization checks 2017-08-11 12:08:43 -07:00
Jan Høydahl 21384b5b21 SOLR-10042: Delete old deprecated Admin UI 2017-05-18 14:12:59 +02:00
Ishan Chattopadhyaya 65c695b025 SOLR-9516: Fix: Admin UI (angular) didn't work with Kerberos 2017-03-15 17:25:06 +05:30
Jan Høydahl 2ef34e9e24 SOLR-8186: Solr start scripts, only log to console when running in foreground 2016-09-22 01:18:27 +02:00
Upayavira 8de8349b3d SOLR-7858 Add web.xml changes
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1710333 13f79535-47bb-0310-9956-ffa450edef68
2015-10-24 11:40:07 +00:00
Noble Paul a72c536a2a SOLR-8083: convert the ZookeeperInfoServlet to a request handler at /admin/zookeeper
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1705662 13f79535-47bb-0310-9956-ffa450edef68
2015-09-28 12:10:39 +00:00
Upayavira b48c4ca85a SOLR-7666 Revert web.xml as old UI loading against new URL
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1704195 13f79535-47bb-0310-9956-ffa450edef68
2015-09-20 20:56:12 +00:00
Upayavira 484f4b600d SOLR-7666 - query pane and index.html serving tweaks
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1703798 13f79535-47bb-0310-9956-ffa450edef68
2015-09-18 10:22:33 +00:00
Anshum Gupta 9e0061e157 SOLR-8058: Fix the exclusion filter so that collections that start with js, css, img, tpl can be accessed.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1703441 13f79535-47bb-0310-9956-ffa450edef68
2015-09-16 18:16:58 +00:00
Anshum Gupta d0251d9b10 SOLR-7547: Short circuit SolrDispatchFilter for static content request. Right now it creates a new HttpSolrCall object and tries to process it.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1679493 13f79535-47bb-0310-9956-ffa450edef68
2015-05-15 05:50:54 +00:00
Noble Paul 62353b343e SOLR-6476 reference to a deleted servlet cleaned up
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1642705 13f79535-47bb-0310-9956-ffa450edef68
2014-12-01 16:18:36 +00:00
Noble Paul 56d7da62ba SOLR-6476 removing othe vestiges of config REST APIs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1642660 13f79535-47bb-0310-9956-ffa450edef68
2014-12-01 09:59:15 +00:00
Steven Rowe 979230aca4 SOLR-5653: Create a RestManager to provide REST API endpoints for reconfigurable plugins
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1576939 13f79535-47bb-0310-9956-ffa450edef68
2014-03-12 21:52:49 +00:00
Steven Rowe 5c7ca6aa48 SOLR-4623: Provide REST API read access to all elements of the live schema. Add a REST API request to return the entire live schema, in JSON, XML, and schema.xml formats. Move REST API methods from package org.apache.solr.rest to org.apache.solr.rest.schema, and rename base functionality REST API classes to remove the current schema focus, to prepare for other non-schema REST APIs. Change output path for copyFields and dynamicFields from "copyfields" and "dynamicfields" (all lowercase) to "copyFields" and "dynamicFields", respectively, to align with all other schema REST API outputs, which use camelCase.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1460519 13f79535-47bb-0310-9956-ffa450edef68
2013-03-25 04:29:33 +00:00
Steven Rowe 4618a5a0fe SOLR-4503: Add REST API methods to get schema information: fields, dynamicFields, fieldTypes, and copyFields. Restlet 2.1.1 is integrated and is used to service these requests.
Also fixes bugs in dynamic copyField logic described in SOLR-3798.
Also fixes a bug with proxied SolrCloud requests (SOLR-4210) when using the GET method.

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1453161 13f79535-47bb-0310-9956-ffa450edef68
2013-03-06 04:50:33 +00:00
James Dyer c24efa0a9b SOLR-3309: Change <web-app /> to use "javaee" namespace instead of "j2ee"
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1341897 13f79535-47bb-0310-9956-ffa450edef68
2012-05-23 15:30:07 +00:00
Chris M. Hostetter e2507ce54c SOLR-3309: web.xml now specifies metadata-complete=true (which requires Servlet 2.5) to prevent servlet containers from scanning class annotations on startup
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1331529 13f79535-47bb-0310-9956-ffa450edef68
2012-04-27 18:13:39 +00:00
Ryan McKinley 10fc3fe21a SOLR-3337: redirect old UI locations to new UI
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1311363 13f79535-47bb-0310-9956-ffa450edef68
2012-04-09 18:22:31 +00:00
Ryan McKinley 58e3736862 SOLR-3202: remove JSP support and the old admin UI
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1297578 13f79535-47bb-0310-9956-ffa450edef68
2012-03-06 17:04:19 +00:00
Ryan McKinley 7568962777 SOLR-3151: moving zookeeper.jsp to a servlet, this is a direct copy nothing new yet
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1292429 13f79535-47bb-0310-9956-ffa450edef68
2012-02-22 18:06:40 +00:00
Chris M. Hostetter b6de525da5 SOLR-2676: default welcome-file-list in solr.war
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1152024 13f79535-47bb-0310-9956-ffa450edef68
2011-07-28 22:30:09 +00:00
Dawid Weiss db22b4d1f7 Applied folder moves and renames before merge in SVN r1144174. 2016-01-23 01:17:07 +01:00