From c81acb5265a6a281d2757710f36e2e6e2e48986e Mon Sep 17 00:00:00 2001 From: davor Date: Tue, 15 Nov 2011 14:04:05 +0100 Subject: Added support for PORT --- aa-server.yaml | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) (limited to 'aa-server.yaml') 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,\/,_\-]*$/ -- cgit v1.2.3