Skip to content
Discussion options

You must be logged in to vote

@ckosmowski it's not clear to me what is your use case, but so far it seems to me like you try to access the RoutingContext in an augmentor and it is not there, correct? Please try the Quarkus 3.7.1 and try https://quarkus.io/guides/security-customization#security-identity-customization RoutingContext routingContext = HttpSecurityUtils.getRoutingContextAttribute(attributes); (last example) because then you can do MultiMap res = routingContext.request().formAttributes();

Replies: 1 comment 8 replies

Comment options

You must be logged in to vote
8 replies
@sberyozkin
Comment options

@ckosmowski
Comment options

@sberyozkin
Comment options

@michalvavrik
Comment options

Answer selected by ckosmowski
@sberyozkin
Comment options

@ckosmowski
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants