ZIRAKrezovic
ZIRAKrezovic
https://github.com/jdbc-observations/datasource-micrometer/issues/33
Hi @nehaev, I am aware of my bad practice and have already fixed it. I still chose to report the bug in case somebody else runs into it. A simple(st)...
Adding my findings from another bug that I created, missing this one Related: https://github.com/spring-cloud/spring-cloud-netflix/issues/4177 When jeresey-client lib is present on the class path, in my case via spring-boot-starter-jeresey, application startup...
Hi @spencergibb. PR has been available for some time now https://github.com/spring-cloud/spring-cloud-netflix/pull/4163 I am happy to jump in and assist if @NewAgeCZ does not have time at present.
Hi @michael-doubez. I have found https://github.com/jenkinsci/keycloak-plugin/blob/master/src/main/java/org/jenkinsci/plugins/RefreshFilter.java which implements token refresh via filter. Would you accept such solution for this plugin? I would be willing to incorporate refresh token support in...
Security Advisory says: "Spring Cloud Gateway Server **forwards** the X-Forwarded-For and Forwarded headers from untrusted proxies." With emphasis on "forwards". And, it still does - if you do not set...
> Hello everyone, > > We just upgraded and we observe a strange behavior about this feature, and we are asking ourselves if this is related to this issue ?...
Spring Framework provides Forwarded Headers for Servlet and Reactive stacks https://docs.spring.io/spring-framework/reference/web/webmvc/filters.html#filters-forwarded-headers https://docs.spring.io/spring-framework/reference/web/webflux/reactive-spring.html#webflux-forwarded-headers When using Spring Boot, these filters are auto-configured when you pass `server.forwarded-headers-strategy=framework` Web Servers such as Tomcat, Netty,...
Original poster has already outlined the same issues regarding incorrect trusted proxy usage https://github.com/spring-cloud/spring-cloud-gateway/issues/3818#issuecomment-2933029118 and I have outlined the issue of forwarding existing headers not handled by framework or native...
As far as I'm aware, there is something called RememberMeServices that may be used in this regard. We will need to check that.