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 #1

Updated by Reynaud Sylvain almost 10 years ago

  • Description updated (diff)
Actions #2

Updated by Reynaud Sylvain almost 10 years ago

  • Description updated (diff)
  • Category changed from Service to Engine
Actions #3

Updated by Reynaud Sylvain almost 10 years ago

  • Description updated (diff)
Actions #4

Updated by Reynaud Sylvain about 9 years ago

  • Priority changed from Low to High
Actions #5

Updated by Reynaud Sylvain about 9 years ago

  • Priority changed from High to Urgent
Actions #6

Updated by Reynaud Sylvain about 9 years ago

  • Description updated (diff)
Actions #7

Updated by Reynaud Sylvain about 9 years ago

  • Description updated (diff)
Actions #8

Updated by Reynaud Sylvain about 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

Also available in: Atom PDF