setAllowSemicolon metodu
URL içinde noktalı virgül olsun.
URL içinde noktalı virgül olsun.
mockMvc.perform(get("/someparam;key=value"))
Şöyle yaparız.@Bean
public HttpFirewall allowUrlEncodedSlashHttpFirewall() {
StrictHttpFirewall firewall = new StrictHttpFirewall();
firewall.setAllowUrlEncodedSlash(true);
firewall.setAllowSemicolon(true);
return firewall;
}
Hiç yorum yok:
Yorum Gönder