From 957518dbff6a80bab1d4bbadde55cbb474a27e6e Mon Sep 17 00:00:00 2001 From: mguetlein Date: Wed, 25 May 2011 14:18:56 +0200 Subject: modify aa-exceptions: add validation resources and sign-in/out form to free-uris --- aa-local.yaml | 3 ++- aa-server.yaml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/aa-local.yaml b/aa-local.yaml index c01c1ed..7c3bbce 100644 --- a/aa-local.yaml +++ b/aa-local.yaml @@ -18,13 +18,14 @@ : - !ruby/regexp /http:\/\/ESCAPEDSERVER\/algorithm/ - "http://SERVERNAME/model" - "http://SERVERNAME/validation" + - !ruby/regexp /http:\/\/ESCAPEDSERVER\/validation\/resources/ - !ruby/regexp /http:\/\/ESCAPEDSERVER\/validation\/[a-z,A-Z,\/,_\-]*$/ ? - :GET - :POST : - !ruby/regexp /http:\/\/ESCAPEDSERVER\/toxcreate/ - !ruby/regexp /http:\/\/ESCAPEDSERVER\/task/ - !ruby/regexp /http:\/\/ESCAPEDSERVER\/compound/ - + - !ruby/regexp /sign_(in|out)$/ ? - :PUT : - !ruby/regexp /http:\/\/ESCAPEDSERVER\/task/ diff --git a/aa-server.yaml b/aa-server.yaml index c01c1ed..7c3bbce 100644 --- a/aa-server.yaml +++ b/aa-server.yaml @@ -18,13 +18,14 @@ : - !ruby/regexp /http:\/\/ESCAPEDSERVER\/algorithm/ - "http://SERVERNAME/model" - "http://SERVERNAME/validation" + - !ruby/regexp /http:\/\/ESCAPEDSERVER\/validation\/resources/ - !ruby/regexp /http:\/\/ESCAPEDSERVER\/validation\/[a-z,A-Z,\/,_\-]*$/ ? - :GET - :POST : - !ruby/regexp /http:\/\/ESCAPEDSERVER\/toxcreate/ - !ruby/regexp /http:\/\/ESCAPEDSERVER\/task/ - !ruby/regexp /http:\/\/ESCAPEDSERVER\/compound/ - + - !ruby/regexp /sign_(in|out)$/ ? - :PUT : - !ruby/regexp /http:\/\/ESCAPEDSERVER\/task/ -- cgit v1.2.3