Skip to content

Commit 5f7f4df

Browse files
committed
Relocate UrlMappingsErrorPageCustomizer
1 parent 6ff146e commit 5f7f4df

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

grace-plugin-url-mappings/build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,8 @@ dependencies {
1414
api libs.spring.boot.autoconfigure
1515
annotationProcessor libs.spring.boot.autoconfigureProcessor
1616
annotationProcessor libs.spring.boot.configurationProcessor
17+
18+
testImplementation libs.jakarta.servlet
19+
testImplementation libs.spring.test
20+
testImplementation project(":grace-test")
1721
}

grace-web-url-mappings/src/main/groovy/org/grails/web/mapping/servlet/UrlMappingsErrorPageCustomizer.groovy renamed to grace-plugin-url-mappings/src/main/groovy/org/grails/web/mapping/servlet/UrlMappingsErrorPageCustomizer.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2015-2023 the original author or authors.
2+
* Copyright 2015-2025 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)