Use Rfc6265CookieProcessor instead of LegacyCookieProcessor
org.openrewrite.java.spring.boot3.UseRfc6265CookieProcessorio.moderne.recipe:rewrite-springReplace the legacy Tomcat LegacyCookieProcessor with the RFC 6265 compliant Rfc6265CookieProcessor, both in Java references and in the <CookieProcessor className="…"/> attribute of Tomcat configuration files such as context.xml and server.xml. Rfc6265CookieProcessor has been the default cookie processor since Tomcat 8.5; LegacyCookieProcessor exists only for backwards compatibility. RFC 6265 parsing is stricter than the legacy behavior, so review applications relying on legacy cookie handling before applying this recipe.
Usage
This recipe has no required configuration options. You’ll need the Moderne CLI configured before running the command below.
mod run . --recipe org.openrewrite.java.spring.boot3.UseRfc6265CookieProcessorIf the recipe isn’t available locally, install it with:
mod config recipes jar install io.moderne.recipe:rewrite-spring:0.39.0Definition
This recipe runs the following recipes in order.
- Change type
org.openrewrite.java.ChangeType - Change XML attribute
org.openrewrite.xml.ChangeTagAttribute
Data tables
Structured output this recipe can produce.
- Source files that had resultsSource files that were modified by the recipe run.
org.openrewrite.table.SourcesFileResults - Source files that had search resultsSearch results that were found during the recipe run.
org.openrewrite.table.SearchResults - Source files that errored on a recipeThe details of all errors produced by a recipe run.
org.openrewrite.table.SourcesFileErrors - Recipe performanceStatistics used in analyzing the performance of recipes.
org.openrewrite.table.RecipeRunStats