Commit 3ad5328e by lyhuang

remove the access of cc/callback

parent 886823e1
Showing with 1 additions and 0 deletions
......@@ -16,6 +16,7 @@
<sec:http pattern="/adminUser/*" security="none" />
<sec:http pattern="/favicon.ico" security="none" />
<sec:http pattern="/cc/*" security="none" />
<sec:http access-decision-manager-ref="" auto-config="true" access-denied-page="/you-will-not-want-to-be-here">
<sec:intercept-url pattern="/order/orderList/list_refund" access="ROLE_CTRIP_PAY,ROLE_OP,ROLE_DEV,ROLE_PROD,ROLE_RISK,ROLE_ASSIST" />
......
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