Uploaded image for project: 'Application Server 7'
  1. Application Server 7
  2. AS7-5863

simplified dmr format parser doesn't support '\' linebreaks

    XMLWordPrintable

Details

    Description

      The following fails because the simplified format parser doesn't know how to handle '\' linebreaks.

      /subsystem=security/security-domain=DemoAuthRealm/authentication=classic:add( \
      login-modules=[ \

      { \ code=Database, \ flag=required, \ module-options=[ \ unauthenticatedIdentity=guest, \ dsJndiName=java:jboss/jdbc/ApplicationDS, \ principalsQuery=select password from users where username=?, \ rolesQuery = "select name, 'Roles' FROM user_roless ur, roles r, user u WHERE u.username=? and u.id = ur.user_id and ur.role_id = r.id", \ hashAlgorithm = MD5, \ hashEncoding = hex) \ ] \ }

      \
      ] \
      )

      Attachments

        Activity

          People

            olubyans@redhat.com Alexey Loubyansky
            olubyans@redhat.com Alexey Loubyansky
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: