-
-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
289 additions
and
226 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
<clear-attribute name="xxx"> | ||
<clear-attribute name="xxx"/> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 3 additions & 0 deletions
3
src/main/xar-resources/data/urlrewrite/listings/listing-22.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
<dispatch xmlns="http://exist.sourceforge.net/NS/exist"> | ||
<redirect url="..."/> | ||
</dispatch> |
10 changes: 6 additions & 4 deletions
10
src/main/xar-resources/data/urlrewrite/listings/listing-7.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,8 @@ | ||
<!-- | ||
Default configuration: main web application is served from the | ||
webapp directory. | ||
<!-- HTTP requests to /apps are mapped onto the database path /db/apps --> | ||
<root pattern="/apps" path="xmldb:exist:///db/apps"/> | ||
|
||
<!-- | ||
++ The default fallback web application is served from the | ||
++ /etc/webapp directory on the filesystem. | ||
--> | ||
<root pattern="/tools" path="xmldb:exist:///db/www"/> | ||
<root pattern=".*" path="/"/> |
494 changes: 276 additions & 218 deletions
494
src/main/xar-resources/data/urlrewrite/urlrewrite.xml
Large diffs are not rendered by default.
Oops, something went wrong.