Merge branch '5.1.x'
This commit is contained in:
commit
8d86a861a1
|
|
@ -162,6 +162,11 @@ public class ResourceUrlEncodingFilter extends GenericFilterBean {
|
|||
}
|
||||
|
||||
|
||||
/**
|
||||
* Runtime exception to get far enough (to ResourceUrlProviderExposingInterceptor)
|
||||
* where it can be re-thrown as ServletRequestBindingException to result in
|
||||
* a 400 response.
|
||||
*/
|
||||
@SuppressWarnings("serial")
|
||||
static class LookupPathIndexException extends IllegalArgumentException {
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue