-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Named arguments do not work in jetty-openid.xml #7545
Labels
Bug
For general bugs on Jetty side
Comments
lachlan-roberts
added a commit
that referenced
this issue
Feb 8, 2022
…est XML Signed-off-by: Lachlan Roberts <[email protected]>
lachlan-roberts
added a commit
that referenced
this issue
Feb 8, 2022
…nstructor Signed-off-by: Lachlan Roberts <[email protected]>
lachlan-roberts
added a commit
that referenced
this issue
Feb 8, 2022
Signed-off-by: Lachlan Roberts <[email protected]>
22 tasks
joakime
pushed a commit
that referenced
this issue
Feb 25, 2022
…est XML Signed-off-by: Lachlan Roberts <[email protected]> (cherry picked from commit 58c230e)
joakime
pushed a commit
that referenced
this issue
Feb 25, 2022
…nstructor Signed-off-by: Lachlan Roberts <[email protected]> (cherry picked from commit e1d149f)
joakime
pushed a commit
that referenced
this issue
Feb 25, 2022
Signed-off-by: Lachlan Roberts <[email protected]> (cherry picked from commit 5fe999c)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Jetty version(s)
10.0.8 & 11.0.8
Description
In
jetty-openid.xml
theOpenIdConfiguration
is constructed using named arguments:These do not have corresponding annotations in the
OpenIdConfiguration
constructor, so this XML file fails with an error that it cannot find the constructor.The text was updated successfully, but these errors were encountered: