Uploaded image for project: 'mod_cluster'
  1. mod_cluster
  2. MODCLUSTER-443

mod_cluster doesn't recognize ; as a proper context delimiter causing 404s on requests with URL jsessionids

    XMLWordPrintable

Details

    Description

      This is similar to MODCLUSTER-328, but in regards to ; instead of ?.

      mod_cluster does not recognize ; as a delimiter when checking the request context. Thus with no trailing slash on index page requests, it treats ;jsessionid as part of the request context and tries to check the balancer for a deployed context of /helloworld;jsessionid=..., which doesn't exist and 404s. Adding the trailing slash, mod_cluster can properly delimit this and then sees the context (so /helloworld/;jsessionid=... works just fine).

      Attachments

        Activity

          People

            rhn-engineering-jclere Jean-Frederic Clere
            rhn-support-aogburn Aaron Ogburn
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: