Merge branch '5.2.x'

# Conflicts:
#	build.gradle
This commit is contained in:
Juergen Hoeller
2020-08-07 16:05:14 +02:00

View File

@@ -103,6 +103,7 @@ public class HandlerExecutionChain {
/**
* Add the given interceptor at the specified index of this chain.
* @since 5.2
*/
public void addInterceptor(int index, HandlerInterceptor interceptor) {
this.interceptorList.add(index, interceptor);