Rewrite 2.0.8.Final Released – Fixes critical parameterization bug
Bug Fixes
If you experienced problems with rule parameterization in Rewrite 2.0.7.Final, then sorry about that, and this release of [[Rewrite]] is for you: https://github.com/ocpsoft/rewrite/issues/133
Erroneous failures such as the following exception should be fixed by this release:
org.ocpsoft.rewrite.exception.ParameterizationException: The value of required parameter [s] was null. at org.ocpsoft.rewrite.param.RegexParameterizedPatternBuilder.extractBoundValues(RegexParameterizedPatternBuilder.java:262) at org.ocpsoft.rewrite.param.RegexParameterizedPatternBuilder.build(RegexParameterizedPatternBuilder.java:136) at org.ocpsoft.rewrite.servlet.config.Forward.performHttp(Forward.java:85) at org.ocpsoft.rewrite.servlet.config.HttpOperation.perform(HttpOperation.java:42) at org.ocpsoft.rewrite.servlet.config.rule.Join.perform(Join.java:264)
New Features
-
Rewrite will now display version information at application boot time: https://github.com/ocpsoft/rewrite/issues/129
02:37:34,570 INFO [org.ocpsoft.rewrite.servlet.RewriteFilter] (ServerService Thread Pool -- 68) Rewrite 2.0.8.Final initialized.
-
Compilation mode may now be set on JRuby based Transform modules: https://github.com/ocpsoft/rewrite/issues/131