Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wimdeblauwe/spring-boot-issue-5071
Spring Boot project that triggers the issue 5071
https://github.com/wimdeblauwe/spring-boot-issue-5071
Last synced: about 1 month ago
JSON representation
Spring Boot project that triggers the issue 5071
- Host: GitHub
- URL: https://github.com/wimdeblauwe/spring-boot-issue-5071
- Owner: wimdeblauwe
- Created: 2016-02-11T07:41:59.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-11T07:52:14.000Z (almost 9 years ago)
- Last Synced: 2023-08-17T08:08:30.798Z (over 1 year ago)
- Language: Java
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# spring-boot-issue-5071
This repo is to help the Spring Boot devs debug issue [5071](https://github.com/spring-projects/spring-boot/issues/5071).
**To reproduce the issue:**
First request an OAuth2 access token (`POST` on http://localhost:8080/oauth/token), using:
* username: `user`
* password: `user`
* grant_type: `password`
* client_id: `clientapp`
* client_secret: `123456`Then, using the `access_token` as `Authorization` header, do a `GET` to http://localhost:8080/api/user/
You will get an exeption like this:
com.spring.test.SpringSecurityCustomUser@40b750d9 is not assignable to class com.spring.test.CustomUser