You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
749 B
19 lines
749 B
3 years ago
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?><plugin>
|
||
|
<id>com.fr.plugin.nd.login</id>
|
||
|
<name><![CDATA[单点登录]]></name>
|
||
|
<active>yes</active>
|
||
|
<version>1.0.2</version>
|
||
|
<env-version>10.0</env-version>
|
||
|
<jartime>2020-07-31</jartime>
|
||
|
<vendor>fr.open</vendor>
|
||
|
<description><![CDATA[单点登录]]></description>
|
||
|
<change-notes><![CDATA[
|
||
|
]]></change-notes>
|
||
|
<extra-decision>
|
||
|
<!--这个是真实的-->
|
||
|
<GlobalRequestFilterProvider class="com.fr.plugin.NDXloginFilter"/>
|
||
|
<!--这个是代理-->
|
||
|
<GlobalRequestFilterProvider class="com.fr.plugin.XGlobalRequestFilterPlaceHolder"/>
|
||
|
</extra-decision>
|
||
|
<function-recorder class="com.fr.plugin.NDXloginFilter"/>
|
||
|
</plugin>
|