-
```gradle
dependencies {
implementation("org.springframework.boot:spring-boot-starter-security")
}
```
```yaml
spring.security.user.name: username
spring.security.user.password: passw…
-
I downloaded the Activiti wars from the home page and wrote a simple docker-compose.yml file to stand up tomcat:latest with the wars folder on the host mounted as webapps inside the container. The en…
-
[Rob Winch](https://jira.spring.io/secure/ViewProfile.jspa?name=rwinch) (Migrated from [SEC-1955](https://jira.spring.io/browse/SEC-1955?redirect=false)) said:
There are a number of references to InM…
-
Getting message in logs:
`November 11th 2017, 15:02:33.961 /var/log/tomcat7/specieslist-webapp.log 2017-11-11 15:02:33.282 WARN --- [.au-startStop-1] n.s.ehcache.config.ConfigurationFactory…
-
**Describe the bug**
When https post login request gateway is forwarded to security processing by http protocol, csrf detects error 302 The location of forward points to http protocol
I use spring…
-
I got remember-me functionality working with Stormpath and Spring Boot. Here are the details of how I did it - and then the details of how it would be nice to do it :smile:
First I customized the de…
-
### Expected Behavior
java.lang.IllegalArgumentException: java.io.NotSerializableException: org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor
at org.spring…
-
请在[issues](https://gitee.com/y_project/RuoYi-Vue/issues)里提问,方便统一处理。
-
UserController里面的更新用户信息功能看起来好像有点问题,你这边好像用从Security上下文获取的当前登录信息覆盖掉了原本用户输入的信息,貌似好像更改不能生效
-
**Describe the bug**
I'm not sure if this is the intended behavior where `SecurityContextHolder` is not populated or accessible within `@BeforeAll/PostConstruct`. I searched the repository and foun…