Uploaded image for project: 'JBoss Admin Console'
  1. JBoss Admin Console
  2. JBADMCON-175

backslash not escaped when specifying a JDBC connection url

    XMLWordPrintable

    Details

      Description

      "\" is commonly used in connection URLs but not escaped via the console.

      Workaround: use the backslash to escape itself... not sure if this is the actual preference here.

      Start with a clean instance.

      http://localhost:9990/console/App.html#datasources
      disable ExampleDS
      Connection tab -> edit connection url.
      change from:
      jdbc:h2:mem:test;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=FALSE;

      to:
      jdbc:h2:mem:test;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=FALSE;PROP=thing\thing

      see the result:
      jdbc:h2:mem:test;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=FALSE;PROP=thing hing

        Gliffy Diagrams

          Attachments

            Activity

              People

              • Assignee:
                Unassigned
                Reporter:
                jolee Johnathon Lee
              • Votes:
                0 Vote for this issue
                Watchers:
                2 Start watching this issue

                Dates

                • Created:
                  Updated: