Uploaded image for project: 'Derby'
  1. Derby
  2. DERBY-3159

SYSCS_SET_USER_ACCESS fails if the user name contains characters not allowed in regular identifiers.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 10.3.1.4, 10.4.1.3
    • 10.3.2.1, 10.4.1.3
    • SQL
    • None
    • Security

    Description

      The procedure uses the passed in user name correctly as a normalized name but incorrectly validates it as though it was a SQL identifier.

      E.g. if the CURRENT_USER is fred@derby.com then this call fails:

      CALL SYSCS_UTIL.SYSCS_SET_USER_ACCESS(CURRENT_USER, 'FULLACCESS')

      Attachments

        Activity

          People

            djd Daniel John Debrunner
            djd Daniel John Debrunner
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: