You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by "Tellier Benoit (JIRA)" <se...@james.apache.org> on 2019/07/31 06:48:00 UTC

[jira] [Resolved] (JAMES-2818) [Webadmin] corresponding routes for JMX LISTMAPPINGS command

     [ https://issues.apache.org/jira/browse/JAMES-2818?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tellier Benoit resolved JAMES-2818.
-----------------------------------
       Resolution: Fixed
    Fix Version/s: 3.4.0

https://github.com/linagora/james-project/pull/2512 contributed this

> [Webadmin] corresponding routes for JMX LISTMAPPINGS command
> ------------------------------------------------------------
>
>                 Key: JAMES-2818
>                 URL: https://issues.apache.org/jira/browse/JAMES-2818
>             Project: James Server
>          Issue Type: Improvement
>            Reporter: Trần Tiến Đức
>            Priority: Major
>             Fix For: 3.4.0
>
>
> You have to create a new route called MappingRoutes, define an API for list all existing mappings
> Request:
> HTTP GET /mappings
> Response:
> in case of no error, return 200 status code with body:
> {code:java}
> {
>  "source1@address.domain": ["destination11@address.domain1", "destination12@address1.domain"],
>  "source2@address.otherDomain": ["destination1@address.otherDomain", "destination12@address1.otherDomain1"],
>  ...
> }{code}
> write test MappingRoutesTest for the route



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org