Uploaded image for project: 'Apache Oltu'
  1. Apache Oltu
  2. OLTU-208

use of outdated + broken version of org.apache.oltu.commons.encodedtoken

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • JWT
    • None

    Description

      The most recent artifact for org.apache.oltu.oauth2.jwt published in maven central repository

      <dependency>
          <groupId>org.apache.oltu.oauth2</groupId>
          <artifactId>org.apache.oltu.oauth2.jwt</artifactId>
          <version>1.0.3</version>
      </dependency>
      

      uses version 1.0.0 of org.apache.oltu.commons.encodedtoken, see https://mvnrepository.com/artifact/org.apache.oltu.oauth2/org.apache.oltu.oauth2.jwt/1.0.3

      There is already a newer Version 1.0.1 available, which includes a fix for a bug that currently hits us: A wrong regexp pattern for base64url encoded strings makes

      org.apache.oltu.commons.encodedtoken.TokenReader

      rejecting valid Tokens we receive from a third party software.

      Could you please update the dependencies for org.apache.oltu.oauth2.jwt to use Version 1.0.1 instead of 1.0.0 of org.apache.oltu.commons.encodedtoken?

      Attachments

        Activity

          People

            asanso Antonio Sanso
            rriedel Ralf Riedel
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: