jdaugherty commented on code in PR #15557:
URL: https://github.com/apache/grails-core/pull/15557#discussion_r3178555867
##########
grails-gsp/plugin/src/main/groovy/org/grails/plugins/web/taglib/UrlMappingTagLib.groovy:
##########
@@ -184,14 +184,14 @@ class UrlMappingTagLib implements TagLibrary {
// display previous link when not on firststep unless omitPrev is true
if (currentstep > firststep && !attrs.boolean('omitPrev')) {
linkParams.offset = offset - max
- writer << callLink(appendClass((Map) linkTagAttrs.clone(),
'prevLink')) {
+ writer << callLink(appendClass(new LinkedHashMap(linkTagAttrs),
'prevLink')) {
Review Comment:
@paulk-asert did Groovy intend to break clone? This seems like a larger
issue to me.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]