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

Cao Manh Dat updated SOLR-8045:
-------------------------------
    Attachment: SOLR-8045.patch

Initial patch for this issue. This include some changes
- Modify {{jetty.xml}} to deploy Solr in ROOT ( / ) path
- Modify {{SolrDispatchFilter}} and {{HttpSolrCall}} so whenever a call to 
{{/solr/...}} will be handled like {{/...}}. So users do not have change they 
code.
- Move admin ui to {{/ui}}, here are some reason
    -- Lesser number of patterns in excludepatterns. 
    -- Old bookmark to admin ui still work perfectly
    -- All calls to {{/solr/..}} will be handled like {{/...}}, it will be much 
clearer to 
separate old api calls and admin ui.
- API v2 ( SOLR-8029 ) will be deployed at {{/v2}}, all calls to {{/solr/v2}} 
will ends up with 404

> Deploy Solr in ROOT (/) path 
> -----------------------------
>
>                 Key: SOLR-8045
>                 URL: https://issues.apache.org/jira/browse/SOLR-8045
>             Project: Solr
>          Issue Type: Wish
>            Reporter: Noble Paul
>            Assignee: Noble Paul
>             Fix For: 6.0
>
>         Attachments: SOLR-8045.patch
>
>
> This does not mean that the path to access Solr will be changed. All paths 
> will remain as is and would behave exactly the same



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to