2
0
Эх сурвалжийг харах

Correct typo in error message.

Luke Taylor 17 жил өмнө
parent
commit
d5ee89bb7c

+ 1 - 1
core/src/main/java/org/springframework/security/config/FilterChainProxyPostProcessor.java

@@ -66,7 +66,7 @@ public class FilterChainProxyPostProcessor implements BeanPostProcessor, BeanFac
                             unwrapFilter(previous) + "' have the same 'order' value. When using custom filters, " +
                             		"please make sure the positions do not conflict with default filters. " +
                             		"Alternatively you can disable the default filters by removing the corresponding " +
-                            		"child elements from <http> and not avoiding the use of <http auto-config='true'>.");
+                            		"child elements from <http> and avoiding the use of <http auto-config='true'>.");
                 }
             }
         }