Davy Steegen

Results 8 comments of Davy Steegen
trafficstars

@spencergibb Is this issue still being discussed in the team? We are experiencing the same problem when having an authorization server behind a Spring Cloud Gateway server. If CSRF protection...

@SmithJosh FYI: I was able to fix this by creating a filter that caches the incoming request in case it contains form data. ``` @Component @RequiredArgsConstructor public class CacheFormDataFilter implements...

I encountered the same issue. Please check my conversation with Dave on Gitter today (27/03) where I briefly describe how to work around this problem. In the meantime, I opened...

@softsimon I created the following PR: https://github.com/softsimon/ngx-bootstrap-multiselect/pull/485 This should make the library compatible with Angular 15. I hope you have time to have a look at it.

@softsimon Kind reminder to check my previous comment. If you do not maintain this library anymore, we will have to migrate to a fork of your library (https://github.com/fast-facts/ngx-bootstrap-multiselect) which is...

@softsimon thank you merging my PR already :D I didn't expect that you would approve it so fast! May I assume that you will also release a new version to...

We are facing the same issue with Liquibase 4.26.0. In our usecase, we recreate the database schema between end-to-end tests. Since the server is not restarted, the in memory HashMap...

I can confirm that the provided work around fixes the problem!