https://github.com/bootcamptoprod/spring-boot-tomcat-error-customizer
A simple Spring Boot application that focuses on enhancing user experience by customizing 404 error handling specifically for invalid URLs without the context path
https://github.com/bootcamptoprod/spring-boot-tomcat-error-customizer
spring-boot-404 spring-boot-404-customization spring-boot-404-customize spring-boot-404-error spring-boot-tomcat-customize spring-boot-tomcat-customizer
Last synced: 3 months ago
JSON representation
A simple Spring Boot application that focuses on enhancing user experience by customizing 404 error handling specifically for invalid URLs without the context path
- Host: GitHub
- URL: https://github.com/bootcamptoprod/spring-boot-tomcat-error-customizer
- Owner: BootcampToProd
- Created: 2024-04-28T12:18:18.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-28T18:14:39.000Z (about 1 year ago)
- Last Synced: 2025-01-07T14:46:17.694Z (5 months ago)
- Topics: spring-boot-404, spring-boot-404-customization, spring-boot-404-customize, spring-boot-404-error, spring-boot-tomcat-customize, spring-boot-tomcat-customizer
- Language: Java
- Homepage: https://bootcamptoprod.com/customize-404-error-responses-for-pre-context-path-urls/
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Spring Boot: Customize 404 Error Responses for Pre-Context Path URLs
For complete understanding on how we can customize the 404 error response using custom tomcat error report valve you can checkout our blog.
**Blog Link:** [Spring Boot: Customize 404 Error Responses for Pre-Context Path URLs](https://bootcamptoprod.com/customize-404-error-responses-for-pre-context-path-urls/)# spring-boot-tomcat-error-customizer
A simple Spring Boot application that focuses on enhancing user experience by customizing 404 error handling specifically for invalid URLs without the context path## App Overview
This is a simple app where we’ve configured the context path as /greetings. Additionally, we have one endpoint, /hello, which sends a simple “Hello, World!” message to the user.