FEBS-Shiro icon indicating copy to clipboard operation
FEBS-Shiro copied to clipboard

Spring Boot 2.4.2,Shiro1.6.0 & Layui 2.5.6 权限管理系统。

Results 10 FEBS-Shiro issues
Sort by recently updated
recently updated
newest added

### 问题描述 个人登录后,修改密码时,填写正确的原密码、两次新密码后点确定,提示:原密码不正确

Bumps shiro-spring from 1.7.0 to 1.7.1. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.shiro:shiro-spring&package-manager=maven&previous-version=1.7.0&new-version=1.7.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

比如进度条,可折叠面板之类的组件,默认似乎是不支持,能否通过添加modules之类的方法去实现

### 问题描述 简单描述下遇到的问题 ### 复现步骤 简单描述下问题复现的步骤 ### 相关截图 提供相关截图,以协助问题分析 > issue模板,by MrBird.

Bumps [jsoup](https://github.com/jhy/jsoup) from 1.12.1 to 1.14.2. Release notes Sourced from jsoup's releases. jsoup 1.14.2 Caught by the fuzz! jsoup 1.14.2 is out now, and includes a set of parser bug...

dependencies

var queryIndex = url.indexOf('?'); if (queryIndex !== -1) url = url.slice(0, queryIndex); self.loadHtml代码,去掉url的传参是考虑到什么呢?

### 问题描述 1.退出登录,然后重新登录,操作包含权限控制的接口报错 ### 复现步骤 1.登录成功后,操作一个有权限控制的接口。 2.退出登录,再重新登录。 3.再次操作这个接口,后台报错There is no session with id [xxxxxxxxxxxx] ### 相关截图 提供相关截图,以协助问题分析 ![image](https://user-images.githubusercontent.com/39457528/101567237-6a747380-3a0b-11eb-8e0f-642363c3319e.png) > issue模板,by MrBird.

### 问题描述 在数据库日志中我们发现了如下SQL语句 ``` SELECT COUNT(1) FROM ( SELECT r.* GROUP_CONCAT(rm.menu_id) menuIds FROM t_role r LEFT JOIN t_role_menu rm ON (r.role_id = rm.role_id) WHERE 1 = 1 GROUP BY r.role_id...

Uncaught TypeError: Cannot read properties of null (reading 'match') at _0x12a78f (:1:15511) at _0x5683a6 (:1:16629) I try to add href="javascript:;" to a tag,it's useless.

Bumps [jsoup](https://github.com/jhy/jsoup) from 1.12.1 to 1.15.3. Release notes Sourced from jsoup's releases. jsoup 1.15.3 jsoup 1.15.3 is out now, and includes a security fix for potential XSS attacks, along with...

dependencies