Hi! There is at least one new test method in TCK callEchoAgedToken() and added a new feature 'mp.jwt.verify.token.age'. This method failed, because it should return with HttpURLConnection.HTTP_UNAUTHORIZED instead of HttpURLConnection.HTTP_OK. Am I right that this property should be checked in org.apache.tomee.microprofile.jwt.MPJWTFilter?
Thanks: Zoltán On Thu, Oct 27, 2022 at 7:09 PM Zoltán Tichov <[email protected]> wrote: > Hi! > > Ok, I'll take a look and let you know what I've managed to solve. > > Thanks: > Zoltán > > On Wed, Oct 26, 2022 at 11:19 PM David Blevins <[email protected]> > wrote: > >> > On Oct 26, 2022, at 2:16 PM, David Blevins <[email protected]> >> wrote: >> > >> > If you want to upgrade us to the MP JWT 2.1 RC6 TCK and get that last >> failing test to pass, that'd be pretty cool. Basically there's a new >> property we have to implement. >> >> To be clear, the last 2.1 TCK I ran was just before the RC6 -- there was >> one failure then. I assume there's still just one, but haven't actually >> ran RC6 myself. >> >> >> -David >> >>
