James Kleeh
James Kleeh
@adrnola I'm not convinced its feasible to implement claims validation at the framework level because there is no sensible default on how to verify the value of the claim is...
@luckyswede The URI_TEMPLATE is set before the filter, however the issue is that no route matches the OPTIONS request, therefore the uri template is not set because there is no...
Transferred this to micrometer because I don't think we can do anything about this in core. Perhaps a config option or something can be added to ignore OPTIONS
@patope Can you upload a sample project which displays incorrect behavior?
You can create your own https://micronaut-projects.github.io/micronaut-views/latest/api/io/micronaut/views/model/ViewModelProcessor.html to add a token to the model then just use it in your view.
I don't think this behavior should be removed or changed, however the documentation should instead show as an example the more common use case of `classpath:x`. I see the relative...
>Wouldn’t it be nice if both prefixes work the same way? I'm not sure what you mean here. There are 2 prefixes, `file` and `classpath` and they are consistent in...
There is no configuration, thus no configuration reference.
@kortov I'll try to update the build to take that into account
@kortov Note that if you're willing to help out you can start working on this in your fork. I should have the build figured out relatively soon