eclipse / jifa

🔬 Online Heap Dump, GC Log, Thread Dump & JFR File Analyzer.
https://eclipse.github.io/jifa/
Eclipse Public License 2.0
524 stars 95 forks source link

feat: add support to disable spring security web filters #278

Closed jasonk000 closed 4 months ago

jasonk000 commented 4 months ago

this allows a user to provide their own web filters by setting jifa.security-filters-enabled: false

the default is to have security filters enabled (ie: true)

jasonk000 commented 4 months ago

i think i made a typo in this, let me recheck

jasonk000 commented 4 months ago

resumed in #279