You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/method/annotation/ModelAndViewMethodReturnValueHandler.java
+7-8
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
/*
2
-
* Copyright 2002-2016 the original author or authors.
2
+
* Copyright 2002-2017 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
@@ -47,20 +47,19 @@ public class ModelAndViewMethodReturnValueHandler implements HandlerMethodReturn
47
47
48
48
49
49
/**
50
-
* Configure one more simple patterns (as described in
51
-
* {@link org.springframework.util.PatternMatchUtils#simpleMatch}) to use in order to recognize
52
-
* custom redirect prefixes in addition to "redirect:".
53
-
* <p>Note that simply configuring this property will not make a custom
54
-
* redirect prefix work. There must be a custom View that recognizes the
55
-
* prefix as well.
50
+
* Configure one more simple patterns (as described in {@link PatternMatchUtils#simpleMatch})
51
+
* to use in order to recognize custom redirect prefixes in addition to "redirect:".
52
+
* <p>Note that simply configuring this property will not make a custom redirect prefix work.
53
+
* There must be a custom {@link View} that recognizes the prefix as well.
0 commit comments