Uploaded image for project: 'OpenEJB'
  1. OpenEJB
  2. OPENEJB-2101

"+" in path to login.config leads to configuration error

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Duplicate
    • 4.7.0
    • None
    • configuration
    • None

    Description

      The login.config file is usually auto-detected by scanning the applications classpath via the ClassLoader. If the login.config files happens to be in a directory hierarchy that has a "" somewhere, the configuration fails because the file path gets broken. "" is a special character in URLs that is a surrogate for a space. Somewhere in the configuration detection process the "+" gets replaced by a space and then the file cannot be found any more. E.g. "/home/user/one+two/login.config" will get "/home/user/one two/login.config".

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              sithmein Thorsten Meinl
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: