Index: ssts-web/src/main/resources/spring/applicationContext-common-authorization.xml =================================================================== diff -u -r12331 -r12335 --- ssts-web/src/main/resources/spring/applicationContext-common-authorization.xml (.../applicationContext-common-authorization.xml) (revision 12331) +++ ssts-web/src/main/resources/spring/applicationContext-common-authorization.xml (.../applicationContext-common-authorization.xml) (revision 12335) @@ -1,8 +1,12 @@ + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xmlns:context="http://www.springframework.org/schema/context" + xsi:schemaLocation="http://www.springframework.org/schema/beans + http://www.springframework.org/schema/beans/spring-beans.xsd + http://www.springframework.org/schema/context + http://www.springframework.org/schema/context/spring-context.xsd" + default-autowire="byName"> @@ -19,278 +23,5 @@ org.springframework.security.acls.domain.BasePermission.DELETE - - - - - - - - - - - - ACL_PUBLICINFORMATION_READ - - - - - - - - - - - - - - - - - - ACL_PUBLICINFORMATION_DELETE - - - - - - - - com.forgon.oa.po.publicinformation.PublicInformation - - - - - - - - ACL_WORKFLOWFORM_DELETE - - - - - - - - com.forgon.workflow.form.WorkflowForm - - - - - - - - - ACL_PUBLICINFORMATION_ADMIN - - - - - - - - - - - - - - - ACL_TREENODE_READ - - - - - - - - - - - - - - - - - - ACL_TREENODE_DELETE - - - - - - - - - - - - - - - - - ACL_TREENODE_ADMIN - - - - - - - - - - - - false - - - - - - - - - - - - - - - - - - - - - - - - aclCache - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - com.forgon.oa.po.publicinformation.PublicInformation - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - com.forgon.treenode.model.TreeNodeObject.getChildren=ROLE_USER,AFTER_ACL_COLLECTION_READ - - - - - - - - - - - - - - - - - - - - - com.forgon.workflow.util.WorkflowUtilInterface.deleteWorkflowForm=ACL_WORKFLOWFORM_DELETE - - - +