Telamon-m
Telamon-m
The very useful endpoint http://httpbin.org/anything has an issue: When you have a trailing slash, i. e. http://httpbin.org/anything/ it gives you a 404. Instead it should serve the same as with...
I'm using Spring boot within a Docker image on Azure (App Service). After upgrading from Spring Boot 2.7.7 to 2.7.8 no request reaches the spring container any more, Tomcat responds...
### Motivation By default, OAuth2 Proxy does not serve a favicon. This can be observed/reproduced through: ```bash docker run -p 4180:4180 -it -e OAUTH2_PROXY_COOKIE_SECRET='extremely-secret' -e OAUTH2_PROXY_CLIENT_ID='test' -e OAUTH2_PROXY_CLIENT_SECRET='extremely-secret' -e OAUTH2_PROXY_EMAIL_DOMAINS='example.com'...