Bladeren bron

Fix failing tests keeping old behaviour.

Carlos Sanchez 19 jaren geleden
bovenliggende
commit
00b73e8331

+ 1 - 1
core/src/main/java/org/acegisecurity/intercept/web/FilterInvocationDefinitionSourceEditor.java

@@ -170,6 +170,6 @@ public class FilterInvocationDefinitionSourceEditor extends PropertyEditorSuppor
             source.setMappings(mappings);
         }
 
-        setValue(source);
+        setValue(source.getDecorated());
     }
 }