We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49858a0 commit b519edaCopy full SHA for b519eda
spring-boot/src/main/java/org/springframework/boot/context/web/ErrorPageFilter.java
@@ -56,8 +56,8 @@
56
*/
57
@Component
58
@Order(Ordered.HIGHEST_PRECEDENCE)
59
-class ErrorPageFilter extends AbstractConfigurableEmbeddedServletContainer implements
60
- Filter, NonEmbeddedServletContainerFactory {
+public class ErrorPageFilter extends AbstractConfigurableEmbeddedServletContainer
+ implements Filter, NonEmbeddedServletContainerFactory {
61
62
private static Log logger = LogFactory.getLog(ErrorPageFilter.class);
63
0 commit comments