-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Response head already sent Exception #19621
Comments
/cc @sberyozkin |
geoand
added a commit
to geoand/quarkus
that referenced
this issue
Aug 26, 2021
stuartwdouglas
added a commit
to stuartwdouglas/quarkus
that referenced
this issue
Aug 27, 2021
stuartwdouglas
added a commit
to stuartwdouglas/quarkus
that referenced
this issue
Aug 27, 2021
stuartwdouglas
added a commit
to stuartwdouglas/quarkus
that referenced
this issue
Aug 30, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
When using lazy JWT authentication with http permissions observing below exceptions if JWT token in the request is expired.
Quarkus Extensions used: cdi, security, smallrye-context-propagation, smallrye-jwt, smallrye-openapi, swagger-ui, vertx, vertx-web
Config used:
Expected behavior
No Runtime exceptions
Actual behavior
Observing below exception
Observed below exception as well though not able to reproduce it always
How to Reproduce?
https://github.com/MM87037/routing-error
Start the service and run below command
or
Run maven build
Output of
uname -a
orver
Windows 10 Git Bash or Linux ids-slpdf-service-117-qd7hx 3.10.0-1160.36.2.el7.x86_64 #1 SMP Thu Jul 8 02:53:40 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
Output of
java -version
openjdk version "11.0.12" 2021-07-20
GraalVM version (if different from Java)
No response
Quarkus version or git rev
2.0 and above
Build tool (ie. output of
mvnw --version
orgradlew --version
)maven 3.8.1
Additional information
No response
The text was updated successfully, but these errors were encountered: