Uploaded image for project: 'James Server'
  1. James Server
  2. JAMES-1599

HBase rewrite table implementation is not compatible

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • Trunk
    • Trunk
    • None

    Description

      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:

      {test@localhost=[test@localhost]}
      

      as JPA & JDBC implementations returns:

      {test@localhost=[regex:(.*)@localhost]}
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            aduprat Antoine Duprat
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: