v2.0.0RC1
v2.0.0RC1
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
#application
|
||||
application.title=MaxKey
|
||||
application.name=MaxKey
|
||||
application.formatted-version=v1.5.0 GA
|
||||
application.formatted-version=v2.0.0 RC1
|
||||
#server config
|
||||
#spring.profiles.active=dev
|
||||
#server port
|
||||
|
||||
@@ -193,9 +193,10 @@
|
||||
<mvc:mapping path="/authz/tokenbased/*"/>
|
||||
<mvc:mapping path="/authz/saml20/idpinit/*"/>
|
||||
<mvc:mapping path="/authz/saml20/assertion"/>
|
||||
<mvc:mapping path="/authz/cas/login"/>
|
||||
<mvc:mapping path="/authz/cas/granting"/>
|
||||
<mvc:mapping path="/oauth/v20/authorize"/>
|
||||
<mvc:mapping path="/authz/cas/*"/>
|
||||
<mvc:mapping path="/authz/cas/*/*"/>
|
||||
<mvc:mapping path="/authz/cas/granting/*"/>
|
||||
<mvc:mapping path="/oauth/v20/authorize/*"/>
|
||||
|
||||
<bean class="org.maxkey.web.interceptor.PermissionAdapter" />
|
||||
</mvc:interceptor>
|
||||
|
||||
Reference in New Issue
Block a user