Skip to content

Commit

Permalink
removed error handler for dev environment
Browse files Browse the repository at this point in the history
  • Loading branch information
peterstadler committed Jun 5, 2014
1 parent 15e70b1 commit 702ab5b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions controller.xql
Original file line number Diff line number Diff line change
Expand Up @@ -595,9 +595,6 @@ else if (matches($exist:path, '^/schema/v\d+\.\d+\.\d+/')) then
else if($config:isDevelopment and starts-with($exist:path, '/dev/')) then
<dispatch xmlns="http://exist.sourceforge.net/NS/exist">
<forward url="{concat($exist:controller, '/modules/dev/', $exist:resource)}"/>
<error-handler>
{$error404/exist:forward}
</error-handler>
</dispatch>

(: Tools :)
Expand Down

0 comments on commit 702ab5b

Please sign in to comment.