You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: grails-doc/src/en/guide/upgrading/upgrading60x.adoc
+106Lines changed: 106 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -754,3 +754,109 @@ grails:
754
754
* **8.0**: `SimpleEnumMarshaller` will become the default
755
755
756
756
The legacy `org.grails.web.converters.marshaller.json.EnumMarshaller` and `org.grails.web.converters.marshaller.xml.EnumMarshaller` classes are marked as `@Deprecated(forRemoval = true, since = "7.0.2")` and will be removed in Grails 8.0.
757
+
758
+
===== 12.27 Greedy Extension Parameter Matching in URL Mappings
759
+
760
+
Grails 7.1 introduces a new greedy extension parameter marker (`+`) for URL mappings that provides more intuitive handling of file extensions in URLs with multiple dots.
761
+
762
+
====== The Problem with Default Behavior
763
+
764
+
By default, Grails URL mappings with optional extensions split at the **first** dot in the path:
0 commit comments