Skip to content

Commit

Permalink
新增退出功能,删除多余代码
Browse files Browse the repository at this point in the history
  • Loading branch information
kawhii committed Oct 15, 2017
1 parent 51ec494 commit c8e6847
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
import org.apache.shiro.spring.web.config.AbstractShiroWebFilterConfiguration;
import org.apache.shiro.spring.web.config.DefaultShiroFilterChainDefinition;
import org.apache.shiro.spring.web.config.ShiroFilterChainDefinition;
import org.apache.shiro.spring.web.config.ShiroWebFilterConfiguration;
import org.pac4j.cas.client.CasClient;
import org.pac4j.cas.client.rest.CasRestFormClient;
import org.pac4j.cas.config.CasConfiguration;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,7 @@ <h1>当前是shiro 客户端</h1>
</tr>
</table>
<a th:href="@{/user/detail}">用户信息(json)</a>
<p>若通过其他客户端突出,当前客户端不会退出,因为目前buji还不会处理通知</p>
<a th:href="@{/logout}">退出</a>
</body>
</html>

0 comments on commit c8e6847

Please sign in to comment.