Skip to content

Commit

Permalink
Merge pull request #4806 from joewiz/cleanup-controller-config
Browse files Browse the repository at this point in the history
Clean up controller-config to remove legacy paths
  • Loading branch information
adamretter committed Mar 18, 2023
2 parents 3c4c1b4 + bcca5d6 commit 629a4db
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@
<!-- XMLRPC servlet -->
<forward pattern="/xmlrpc" servlet="org.exist.xmlrpc.RpcServlet"/>

<!-- betterFORM resource-servlet -->
<forward pattern=".*bfResources/" servlet="ResourceServlet"/>

<!-- REST interface -->
<forward pattern="/(rest|servlet)/" servlet="EXistServlet"/>

Expand All @@ -39,13 +36,8 @@
++ Default configuration: main web application is served from the
++ webapp directory.
-->
<root pattern="/apps/library" path="xmldb:exist:///db/apps/tamboti"/>
<root pattern="/apps/tamboti" path="xmldb:exist:///db/apps/tamboti"/>

<root pattern="/apps" path="xmldb:exist:///db/apps"/>

<root pattern="/solutions" path="xmldb:exist:///db/solutions/"/>

<!--
++ To redirect requests based on the server name (i.e. www.example.com)
++ to a specific collection within the database, comment out the following
Expand Down

0 comments on commit 629a4db

Please sign in to comment.