Skip to content

Commit fba8c14

Browse files
committed
Copy edits
1 parent a7ddc06 commit fba8c14

File tree

7 files changed

+289
-226
lines changed

7 files changed

+289
-226
lines changed

src/main/xar-resources/data/urlrewrite/listings/listing-1.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
xquery version "3.1";
22

3-
declare namespace exist = "http://exist.sourceforge.net/NS/exist";
3+
declare namespace exist="http://exist.sourceforge.net/NS/exist";
44

55
declare variable $exist:path external;
66
declare variable $exist:resource external;

src/main/xar-resources/data/urlrewrite/listings/listing-11.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
if (starts-with($path, "/sandbox/execute"))
1+
if (starts-with($path, "/eXide/execute"))
22
then
33
let $query := request:get-parameter("qu", ())
44
let $startTime := util:system-time()
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<clear-attribute name="xxx">
1+
<clear-attribute name="xxx"/>

src/main/xar-resources/data/urlrewrite/listings/listing-2.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
xquery version "3.1";
22

3-
declare namespace exist = "http://exist.sourceforge.net/NS/exist";
3+
declare namespace exist="http://exist.sourceforge.net/NS/exist";
44

55
declare variable $exist:path external;
66
declare variable $exist:resource external;
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<dispatch xmlns="http://exist.sourceforge.net/NS/exist">
2+
<redirect url="..."/>
3+
</dispatch>
Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
<!--
2-
Default configuration: main web application is served from the
3-
webapp directory.
1+
<!-- HTTP requests to /apps are mapped onto the database path /db/apps -->
2+
<root pattern="/apps" path="xmldb:exist:///db/apps"/>
3+
4+
<!--
5+
++ The default fallback web application is served from the
6+
++ /etc/webapp directory on the filesystem.
47
-->
5-
<root pattern="/tools" path="xmldb:exist:///db/www"/>
68
<root pattern=".*" path="/"/>

src/main/xar-resources/data/urlrewrite/urlrewrite.xml

Lines changed: 276 additions & 218 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)