Re: MP JWT filter eating exceptions

2018-09-19 Thread Romain Manni-Bucau
Hi Thiago The block was fine to handle jwt errors and convert them in 4xx but it was missing a final "else" to rethrow the original exception. Side note: since other mp spec are Geronimo ones, maybe this one should be migrated too to G impl? Le jeu. 20 sept. 2018 00:22, Thiago Veronezi a écrit

MP JWT filter eating exceptions

2018-09-19 Thread Thiago Veronezi
Guys (probably Jean-Louis or Roberto), Can you guys check this PR? https://github.com/apache/tomee/pull/169/ I'm trying to use JWT in this project, and got bitten by this catch block hiding a problem with my code. Is this the right way? Maybe I didn't quite get what the original comment tries to