summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/tickets/protected/application.xml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/FunctionalTests/tickets/protected/application.xml')
-rw-r--r--tests/FunctionalTests/tickets/protected/application.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/FunctionalTests/tickets/protected/application.xml b/tests/FunctionalTests/tickets/protected/application.xml
new file mode 100644
index 00000000..6fea47bf
--- /dev/null
+++ b/tests/FunctionalTests/tickets/protected/application.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<application id="TicketTests" Mode="Debug">
+<modules>
+ <module id="friendly-url" class="System.Web.TUrlMapping">
+ <url ServiceID="testService" ServiceParameter="ticket653" pattern="/ticket653/?" />
+ </module>
+ <module id="request" class="System.Web.THttpRequest" UrlManager="friendly-url"/>
+</modules>
+<services>
+ <!-- Define a new PageService, changing default basePath, and a new MasterClass -->
+ <service id="testService" class="System.Web.Service.TPageService" BasePath="Application.pages.Ticket653">
+ <pages MasterClass="Application.pages.Ticket653.Layout" />
+ </service>
+</services>
+</application>