Skip to content

Instantly share code, notes, and snippets.

View sineadmcl13's full-sized avatar

sineadmcl13

  • Belfast, Northern Ireland
View GitHub Profile
@sineadmcl13
sineadmcl13 / Config.java
Last active April 13, 2017 07:54
Spring Redirect Attributes being lost when redirecting to absolute url via a gateway such as Zuul
@Configuration
public class Config extends WebMvcConfigurerAdapter {
@Bean
public FlashMessageHandler flashMapManager(){
return new FlashMessageHandler();
}
}