summaryrefslogtreecommitdiff
path: root/aa-server.yaml
diff options
context:
space:
mode:
authordavor <vorgrimmlerdavid@gmx.de>2011-11-15 14:04:05 +0100
committerdavor <vorgrimmlerdavid@gmx.de>2011-11-15 14:05:10 +0100
commitc81acb5265a6a281d2757710f36e2e6e2e48986e (patch)
treeabefb05b9c0db20397b99af688bfa51f1cb2a76a /aa-server.yaml
parenta6c10ced1118e9b6513a1a24456c5bf35dda7b4b (diff)
Added support for PORT
Diffstat (limited to 'aa-server.yaml')
-rw-r--r--aa-server.yaml30
1 files changed, 15 insertions, 15 deletions
diff --git a/aa-server.yaml b/aa-server.yaml
index 260c72e..5ca2b72 100644
--- a/aa-server.yaml
+++ b/aa-server.yaml
@@ -15,25 +15,25 @@
# Exceptions:
:free_uris: #request-method for uri not controlled by A&A
? - :GET
- : - !ruby/regexp /http:\/\/ESCAPEDSERVER\/algorithm/
- - "http://SERVERNAME/model"
- - "http://SERVERNAME/dataset"
- - "http://SERVERNAME/validation"
- - !ruby/regexp /http:\/\/ESCAPEDSERVER\/validation\/resources/
- - !ruby/regexp /http:\/\/ESCAPEDSERVER\/validation\/[a-z,A-Z,\/,_\-]*$/
+ : - !ruby/regexp /http:\/\/ESCAPEDSERVERPORT\/algorithm/
+ - "http://SERVERNAMEPORT/model"
+ - "http://SERVERNAMEPORT/dataset"
+ - "http://SERVERNAMEPORT/validation"
+ - !ruby/regexp /http:\/\/ESCAPEDSERVERPORT\/validation\/resources/
+ - !ruby/regexp /http:\/\/ESCAPEDSERVERPORT\/validation\/[a-z,A-Z,\/,_\-]*$/
? - :GET
- :POST
- : - !ruby/regexp /http:\/\/ESCAPEDSERVER\/toxcreate\/[a-z,A-Z,\/,_\-]*$/
- - !ruby/regexp /http:\/\/ESCAPEDSERVER\/task/
- - !ruby/regexp /http:\/\/ESCAPEDSERVER\/compound/
+ : - !ruby/regexp /http:\/\/ESCAPEDSERVERPORT\/toxcreate\/[a-z,A-Z,\/,_\-]*$/
+ - !ruby/regexp /http:\/\/ESCAPEDSERVERPORT\/task/
+ - !ruby/regexp /http:\/\/ESCAPEDSERVERPORT\/compound/
- !ruby/regexp /sign_(in|out)$/
? - :PUT
- : - !ruby/regexp /http:\/\/ESCAPEDSERVER\/task/
+ : - !ruby/regexp /http:\/\/ESCAPEDSERVERPORT\/task/
:authorize_exceptions: #request-method for uri only authenticated, no authorization
? - :POST
- : - !ruby/regexp /http:\/\/ESCAPEDSERVER\/algorithm/
- - "http://SERVERNAME/dataset"
- - "http://SERVERNAME/model"
- - "http://SERVERNAME/validation"
- - !ruby/regexp /http\:\/\/ESCAPEDSERVER\/validation\/[a-z,A-Z,\/,_\-]*$/
+ : - !ruby/regexp /http:\/\/ESCAPEDSERVERPORT\/algorithm/
+ - "http://SERVERNAMEPORT/dataset"
+ - "http://SERVERNAMEPORT/model"
+ - "http://SERVERNAMEPORT/validation"
+ - !ruby/regexp /http\:\/\/ESCAPEDSERVERPORT\/validation\/[a-z,A-Z,\/,_\-]*$/