Skip to content

Commit 5999308

Browse files
authored
Merge pull request #10 from evshvarov/master
Introduced /forms REST application creation with module installation
2 parents 3eb62ba + c43ac5c commit 5999308

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

module.xml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,22 @@
33
<Document name="restforms2.ZPM">
44
<Module>
55
<Name>restforms2</Name>
6-
<Version>1.0.1</Version>
6+
<Version>1.0.3</Version>
77
<Packaging>module</Packaging>
88
<SourcesRoot>src</SourcesRoot>
99
<Resource Name="Form.PKG"/>
1010
<Resource Name="Form.inc"/>
11+
<CSPApplication
12+
Url="/forms"
13+
Recurse="1"
14+
MatchRoles=":{$dbrole}"
15+
PasswordAuthEnabled="1"
16+
UnauthenticatedEnabled="0"
17+
DispatchClass="Form.REST.Main"
18+
ServeFiles="1"
19+
CookiePath="/forms"
20+
UseCookies="2"
21+
/>
1122
</Module>
1223
</Document>
1324
</Export>

0 commit comments

Comments
 (0)