Charis Koutsouridis
Charis Koutsouridis
Created ticket and updated the title as well
response.getBytesWritten(false); returns 0 when no bytes are written, like in a regular 304 response status. I had to add that last check so that when no bytes are written, the...
those attributes are used by tomcat's DefaultServlet when 1) serving static resources 2) send file is enabled (default is enabled) 3) file content is more that the configured one (default...
i think this would be a great feature given that endpoints propagation and pod deletion happens asynchronously. + not all base images have a shell in order to run sleep...
in our case, we created a an extra application listener and registered it under: `META-INF/spring.factories` ``` org.springframework.context.ApplicationListener=\ com.OurListener ``` the content of the listener was something along: ``` private void...