Uploaded image for project: 'Felix'
  1. Felix
  2. FELIX-4440

dots in pathinfo's are removed for include requests

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • http-2.3.0
    • HTTP Service
    • None

    Description

      the pathinfo of a included request does not contain any dots. this is a regression of FELIX-2774 and a bug in org.apache.felix.http.base.internal.util.UriUtils#removeDotSegments

      the following test fails:

              assertEquals("/test.jsp", removeDotSegments("/test.jsp"));
      

      as it also removes the '.'. according to RFC-3986 section 5.2.4, it should only remove the path segments '/./' and '/../'.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              tripod Tobias Bocanegra
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: