Uploaded image for project: 'Nuxeo Platform'
  1. Nuxeo Platform
  2. NXP-6533

Illegal characters in URL with ajp13

    XMLWordPrintable

    Details

    • Type: Bug
    • Status: Resolved
    • Priority: Major
    • Resolution: Fixed
    • Affects Version/s: 5.4
    • Fix Version/s: 5.4.2
    • Component/s: None

      Description

      When using mod_jk (ajp13) to reverse proxy /nuxeo characters such as spaces, (, ), ... in the URL are considered illegal.

      JkMount /nuxeo ajp13
      JkMount /nuxeo/* ajp13

      Reverse-Proxying through rewrite engine works fine though:

      RewriteRule /nuxeo(.*) http://localhost:8080/nuxeo$1 [P,L]

      To reproduce, go to workspaces and create a document with a space in the title

        Attachments

          Activity

            People

            • Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: