diff --git a/src/docs/guide/1. Introduction.gdoc b/src/docs/guide/1. Introduction.gdoc index 5788fab..6de90a3 100644 --- a/src/docs/guide/1. Introduction.gdoc +++ b/src/docs/guide/1. Introduction.gdoc @@ -8,8 +8,8 @@ The plugin depends on the "EhCache":http://ehcache.org/ and "EhCache-Web":http:/ h3. Contact -The plugin code is hosted on [GitHub|http://github.com/robfletcher/grails-springcache]. Please feel free to fork the plugin and contribute patches. +The plugin code is hosted on [GitHub|https://github.com/gpc/grails-springcache]. Please feel free to fork the plugin and contribute patches. -Please raise defects or enhancements against the Grails Springcache plugin component on the [Codehaus JIRA|http://jira.codehaus.org/browse/GRAILSPLUGINS/component/14010]. +Please raise defects or enhancements against the Grails Springcache plugin component on the [Codehaus JIRA|http://jira.grails.org/browse/GPSPRINGCACHE]. Questions, comments? [rob@energizedwork.com|mailto:rob@energizedwork.com] or better still contact me via the [Grails User mailing list|http://grails.org/Mailing+lists]. diff --git a/src/docs/guide/1.1. Known Issues.gdoc b/src/docs/guide/1.1. Known Issues.gdoc index 08b27fc..7875d16 100644 --- a/src/docs/guide/1.1. Known Issues.gdoc +++ b/src/docs/guide/1.1. Known Issues.gdoc @@ -1,2 +1,2 @@ - * "GRAILSPLUGINS-2553":http://jira.codehaus.org/browse/GRAILSPLUGINS-2553 Cached methods with default arguments are not intercepted unless all the arguments are specified. Therefore the cache is completely bypassed (neither hit or missed). - * "GRAILSPLUGINS-2544":http://jira.codehaus.org/browse/GRAILSPLUGINS-2544 Due to a bug with Grails itself query string parameters are not included in the generated cache key. This can be a serious issue if you are using pagination for example as query string parameters such as @offset@ will be ignored resulting in the same cached content being served for every page. This *only* affects Grails version 1.3.4. + * "GPSPRINGCACHE-11":http://jira.grails.org/browse/GPSPRINGCACHE-11 Cached methods with default arguments are not intercepted unless all the arguments are specified. Therefore the cache is completely bypassed (neither hit or missed). + * "GPSPRINGCACHE-14G":http://jira.grails.org/browse/GPSPRINGCACHE-14 Due to a bug with Grails itself query string parameters are not included in the generated cache key. This can be a serious issue if you are using pagination for example as query string parameters such as @offset@ will be ignored resulting in the same cached content being served for every page. This *only* affects Grails version 1.3.4.