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

Wrong path matching for http whiteboard service

    XMLWordPrintableJSON

Details

    Description

      It seems we have some bugs in the path matching which result from different handling between the http service and the servlet spec.
      For the http service, an alias like "/foo" matches "/foo" and "/foo/*" - while for the servlet spec "/foo" only matches "/foo" - exact match.
      Right now, in both cases "/foo/*" matches.
      For the servlet spec a pattern like "/foo/*" matches "/foo/something" but also "/foo". Right now we don't handle the second case.

      Attachments

        Activity

          People

            cziegeler Carsten Ziegeler
            cziegeler Carsten Ziegeler
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: