Actions
Feature #7163
closedimplement a route service
Start date:
05/15/2014
Due date:
% Done:
90%
Estimated time:
Description
End of paths and unspecified query fields are implicitly forwarded.
URL are redirected by browser, paths are routed by server.
EXAMPLE:
# ignored route /favicon.ico = # views routes /lavoisier/externalView = http://cclavoisier.in2p3.fr:8080/lavoisier/externalView /lavoisier/{view}.{extension} = {view}?accept={extension} /lavoisier/{view} = {view} /lavoisier = index?accept=html # for OAuth2Authenticator plugin /oauth?state = $state # user routes /vo/{voName}/roc/{roc} = myView/root/vo[@id='{voName}']?roc={roc} # default routes (do not remove) /{other} = unknown_route/{other} / = index?accept=html
See class RoutingConnector.
Updated by Reynaud Sylvain over 10 years ago
- Description updated (diff)
- Category changed from Service to Engine
Updated by Reynaud Sylvain almost 10 years ago
- Priority changed from Low to High
Updated by Reynaud Sylvain almost 10 years ago
- Priority changed from High to Urgent
Updated by Reynaud Sylvain over 9 years ago
- Category changed from Engine to Service
- Status changed from New to Resolved
- Assigned To set to Reynaud Sylvain
- Target version changed from later to 2.1.2
- % Done changed from 0 to 90
Actions