Rob Winch

Results 236 comments of Rob Winch

@mojavelinux Thanks for the tip. Two follow up questions: - I'm curious why I need to do that since the other adoc files start with `_`. It seems that generally...

I'll set this up shortly. I created an account that will only have access to asciidoctor-gradle examples so that the access token used for the build cannot be used to...

@pajoma Thanks for the submission! I'm not quite clear if this is a request to add the original sample or if it is asking for help with the second sample?

@evgeniycheban Thank you for the volunteering. This is going to be a pretty tricky issue with quite a bit of design necessary. For that reason, I'm not sure if it...

Thanks @Daniel69! The issue is yours :smile: This will likely be a larger issue and a bit tricky since a lot of the architecture relies on the assumption that the...

I mean that right now the [AccessDecisionManager](https://github.com/spring-projects/spring-security/blob/5.1.2.RELEASE/core/src/main/java/org/springframework/security/access/AccessDecisionManager.java#L46) takes the `Authentication` as an input. To invoke the decide method, we need to resolve the `Authentication` which means we must access the...

Thanks for the report mkrasuki. Would you be interested in submitting a pull request? If not, could you at least put together a complete minimal example demonstrating the problem?

I think this can be removed for 6.0.x since CAS has been removed. It's important to note that the CAS code probably should have had a custom Authentication type rather...

Thank you for the report. Can you please provide a complete sample on how to reproduce?

Sorry for being unclear. What I'm looking for is: A link to a GitHub repository with a [minimal, reproducible sample](https://stackoverflow.com/help/minimal-reproducible-example). As outlined in the issue template you filled out. I...