casid / jte

Secure and speedy templates for Java and Kotlin.
https://jte.gg
Apache License 2.0
844 stars 63 forks source link

Spring MVC model not forwarded #378 #383

Closed blaluc closed 1 month ago

blaluc commented 1 month ago

In order to avoid altering the current behavior, a new configuration parameter has been added:

Example:

gg.jte.exposeRequestAttributes=true

the default value is false

This change has been implemented in both jte-spring-boot-starter-2 and jte-spring-boot-starter-3.

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 91.33%. Comparing base (bdd2fcc) to head (269cdcb). Report is 4 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #383 +/- ## ============================================ - Coverage 91.39% 91.33% -0.07% + Complexity 1216 1215 -1 ============================================ Files 76 76 Lines 3161 3161 Branches 489 489 ============================================ - Hits 2889 2887 -2 - Misses 163 164 +1 - Partials 109 110 +1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.