dependabot[bot] on maven
dependabot[bot] on maven
Bump xstream in /pippo-content-… (compare)
dependabot[bot] on maven
Bump jetty.version in /pippo-se… (compare)
getContextPath
, getApplicationPath
, getPath
getContextPath
, uriFor
, getApplicationPath
Another question: The default extension for Freemarker template is "ftl", but I think it should be "ftlh"; Because the default configuration for Freemarker enables html-escaping for "ftlh" ( https://freemarker.apache.org/docs/dgui_quickstart_template.html#dgui_quickstart_template_autoescaping ). What do you think?
I use Pebble in my projects. If you use Freemarker in your projects, please create a PR with this modification (eventually update freemarker version if you think that is valuable). You can switch very easy the extension for the Freemarker templates in your project if you want (TemplateEngine.setFileExtension).
Another question: The default extension for Freemarker template is "ftl", but I think it should be "ftlh"; Because the default configuration for Freemarker enables html-escaping for "ftlh" ( https://freemarker.apache.org/docs/dgui_quickstart_template.html#dgui_quickstart_template_autoescaping ). What do you think?
I use Pebble in my projects. If you use Freemarker in your projects, please create a PR with this modification (eventually update freemarker version if you think that is valuable). You can switch very easy the extension for the Freemarker templates in your project if you want (TemplateEngine.setFileExtension).
This is what I did now, but I was thinking it might be a better solution to enable auto-escaping by default.
On the filters: (http://www.pippo.ro/doc/filters.html)
Note: If you want to add a filter for all routes you MUST use /. and NOT /:
Can you explain when "/*" does make sense?
pippo
in the-benchmarker/web-frameworks#1373 (a benchmarking project)Hi @decebals ! I ended up making a mistake in the message of this commit: pippo-java/pippo@f6a2993
Sorry! It would be nice if it didn't have the prefix "Issue # 537 -"
Do we leave it like this or can you adjust it?
Can anyone tell me if it is possible for me to reference in my pom.xml the version of Google Guice defined here?
I don't think that is possible. It's not very clear for me what you try to achieve
pippo-guice
then Guice (the version specified in the pom.xml
of pippo-guice
module) will be available in your project
pippo-guice
we use only a tiny part of Guice
pippo-guice
pippo-guice
. In the meantime I will continue to do as I currently do: I set the google.guice.version
property in my pom.xml
equal to the version of the guice brought by the pippo-guice
. So when I update Pippo I have to remember to update, if applicable, that property.