Uploaded image for project: 'Sling'
  1. Sling
  2. SLING-9088

Wrong require capability makes bundle unusable

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Closed
    • Major
    • Resolution: Fixed
    • Security 1.1.18
    • Security 1.1.20
    • General
    • None

    Description

      The require capability for http is currently wrong in bnd.bnd, it says:
      osgi.implementation;filter:="(&(osgi.implementation=osgi.http)(version>=1.0)(!(version<=2.0)))"
      As version 1.0 is higher 1.0 but not lower than 2.0, this does not match, same for any other 1.x version
      It needs to read:
      osgi.implementation;filter:="(&(osgi.implementation=osgi.http)(version>=1.0)(!(version>=2.0)))"

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: