Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix for GPRESOURCES-262: do extra check only when resourceLocatorEnab…
…led is disabled
- Loading branch information
d11c37c
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When grailsResourceLocator is used in development mode (resourceLocatorEnabled=true by default in dev.mode) , the check failed and therefore I disabled it.
Example of debugging grails-website project:
urlAsString never ends with uri in this case.