|
|
@@ -59,7 +59,7 @@ public class XssSecurityConfig implements InitializingBean { |
|
|
|
|
|
|
|
@Override |
|
|
|
public void afterPropertiesSet() throws Exception { |
|
|
|
if (regex == null || regex.size() == 0) { |
|
|
|
if (!initSuccess()) { |
|
|
|
return; |
|
|
|
} |
|
|
|
StringBuffer tempStr = new StringBuffer("^"); |
|
|
|