mkrasuski
mkrasuski
while having in code something like ``` import { useState } from 'preact/hooks' ``` brunch finds and merges `node_modules/preact/hooks/dist/hooks.js` to `vendor.js` but at runtime we've: ``` vendor.js:62 Uncaught Error: Cannot...
**Describe the bug** Using `@EnableGlobalMethodSecurity(securedEnabled = true)` does not work with injected `RoleHierarchy` For `@Secured` based version of interceptor the only Voters configured in `AffirmativeBased` are `RoleVoter` and `AuthenticatedVoter`. Injected...
### Steps to Reproduce in development mode 1. call somewhere on existing page without creating _newTemplate.gsp 2. run code - 'Template not found' will arise 3. create relevant _newTemplate.gsp 4....
Altering `src/main/templates/scaffolding/Controller.groovy` does not work. After moving this to web profile `install-templates` does not create dynamic scaffolding controller template, and even manually created file does not affect generated controller
Unlike rest of application and regular gsp pages dynamic scaffolding (default templates, installed or not) generates html response with HTTP header: ``` Content-Type:text/html;charset=ISO-8859-1 ```
### Steps to Reproduce in development mode 1. call somewhere on existing page without creating _newTemplate.gsp 2. run code - 'Template not found' will arise 3. create relevant _newTemplate.gsp 4....
Unlike rest of application and regular gsp pages dynamic scaffolding (default templates, installed or not) generates html response with HTTP header: ``` Content-Type:text/html;charset=ISO-8859-1 ```