-
Notifications
You must be signed in to change notification settings - Fork 78
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
UpdateRequestCache
fails to switch from the HttpSessionRequestCache
to the NullRequestCache
#524
Comments
@tkupka, would you be able to to provide more of the stacktrace? There should be at least be one level of |
|
This is printed before:
import org.springframework.security.web.authentication.logout.LogoutFilter;
|
I have updated the |
Ok, this looks related to be an issue with this recipe: More specifically, here, where it is attempting to switch from the Additionally, the recipe does appear to be attempting to skip if the |
UpdateRequestCache
fails to switch from the HttpSessionRequestCache
to the NullRequestCache
What version of OpenRewrite are you using?
I am using
How are you running OpenRewrite?
I'm using Gradle (7.6.4) to run openrewrite. I have multi-module project and when I run
gradle :module-XYZ:rewriteDryRun
it fails with exception - see bellowGradle configuration
What is the smallest, simplest way to reproduce the problem?
What is the full stack trace of any errors you encountered?
The text was updated successfully, but these errors were encountered: