Robert Oschwald
Robert Oschwald
#8 In case you use many different Grails versions for different projects, you might not be able to use a fixed GRAILS_HOME env var, as this can lead to clashes...
Setting GRAILS_HOME as the fallback env var does not work if using more than one Grails versions. Especially Spring-Loaded Classes for Grails 3 can lead to all sort of Problems...
In commit b86a078, wrapper usage was generalized, but is commented out, which causes the wrapper not to be used at all, see Line [60](https://github.com/deluan/grails.sh/blob/master/grails#L60) Any reason why wrapper support was...
- fixes #11795
Very often, you got more than one phone# in an address book contact (mobile, fax, home, etc.). Currently, Telephone only shows the phone# in the search result, but not the...
- Fixed german wording
Get this error if I try to update the TOC. Tested on 2 VSC 1.19.2 installations on OSX 10.13.2. ``` messageService.ts:126 command 'extension.updateMarkdownToc' not found e.doShow @ messageService.ts:126 e.show @...
Applications using Spring-Session for session handling are displayed with 0 Sessions in Psi–Probe currently. Maybe detection of springSessionRepositoryFilter in the Application and using the spring-session repository in this case could...
In Grails 3.3.x, isFullyAuthenticated() / IS_FULLY_AUTHENTICATED rule does not work as expected. When accessing a resource secured by isFullyAuthenticated() using remember-me, a redirect to LoginController.full() is expected, but a redirect...
It would be handy to also support (+) on JOINED_FILTERS, e.g. for BasicAuth on a url-pattern, otherwise you need to state the whole default filter chain, or need to add...