I have a spring application that uses jetty server. i need to change the max size of the header in order to send large size headers.
i added jetty to my dependencies like this:
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-jetty</artifactId>
</dependency>
can i add a bean that will configure this?
Aucun commentaire:
Enregistrer un commentaire