Antoine Duprat created JAMES-1599:
-------------------------------------
Summary: HBase rewrite table implementation is not compatible
Key: JAMES-1599
URL: https://issues.apache.org/jira/browse/JAMES-1599
Project: James Server
Issue Type: Bug
Affects Versions: Trunk
Reporter: Antoine Duprat
Fix For: Trunk
HBase rewrite table implementation is not compatible, as _getAllMappings_ does
not return correct values.
For example, when having the following mapping:
- regex mapping for user "_user_" at domain "_localhost_": "_(.*)@localhost_"
_getAllMappings_ method returns:
{code}
{test@localhost=[test@localhost]}
{code}
as *JPA* & *JDBC* implementations returns:
{code}
{test@localhost=[regex:(.*)@localhost]}
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]