Project

General

Profile

Actions

Feature #7163

closed

implement a route service

Added by Reynaud Sylvain almost 10 years ago. Updated about 9 years ago.

Status:
Resolved
Priority:
Urgent
Assigned To:
Category:
Service
Target version:
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.

Actions

Also available in: Atom PDF