Commit 6f89cfd5 by unknown

add the security of callcenter

parent b48586a7
Showing with 1 additions and 1 deletions
......@@ -17,7 +17,6 @@
<sec:http pattern="/favicon.ico" security="none" />
<sec:http pattern="/cc/*" security="none" />
<sec:http pattern="/callcenter/**" security="none" />
<sec:http pattern="/websocket/**" security="none" />
<sec:http access-decision-manager-ref="" auto-config="true" access-denied-page="/you-will-not-want-to-be-here">
......@@ -64,6 +63,7 @@
<sec:intercept-url pattern="/file/**" access="ROLE_OP,ROLE_DEV,ROLE_PROD,ROLE_RISK,ROLE_ASSIST,ROLE_COMMUNE" />
<sec:intercept-url pattern="/ingegral/**" access="ROLE_DEV,ROLE_USERINFO_MODIFY" />
<sec:intercept-url pattern="/**" access="ROLE_DEV" />
<sec:intercept-url pattern="/callcenter/**" access="ROLE_TEL,ROLE_ASSIST,ROLE_PROMOTION" />
<sec:form-login login-page="/adminUser/adminLoginGet" authentication-failure-url="/adminUser/adminLoginError" default-target-url="/marketing/campaign/create" />
</sec:http>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment