Daniel Hopper
Daniel Hopper
Currently it seems to properly access model attributes when using the PermissionEvaluator you have to explicitly do it like so. `sec:authorize="hasPermission(#request.getAttribute('organization'), 'update:contacts')"` I would have thought something like `sec:authorize="hasPermission(#organization, 'update:contacts')"`...
We would like to be able to disable the automatic transitive dependency download that way dependencies are explicit in the Puppetfile. We use Puppet Enterprise in a multi-tenant fashion and...
I would like to have the HTML file written out even when devServer is running similar to a production build. The use case is that I'm using a Java/Spring application...