You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying out the rest api calls to /api/secure and /oauth/logout, but met the following error (error log appended below). Any clues as why this happening, and how to fix this?
Thanks.
2015-12-19 15:05:31.848 INFO 7710 --- [nio-9191-exec-1] o.s.s.o.p.token.store.JdbcTokenStore : Failed to find access token for token 91660e2a-63e0-4da7-8b24-0eecbc651d6d
Hibernate: select user0_.username as username1_1_, user0_.activated as activate2_1_, user0_.activationkey as activati3_1_, user0_.email as email4_1_, user0_.password as password5_1_, user0_.resetpasswordkey as resetpas6_1_ from user user0_ where lower(user0_.username)=lower(?)
Hibernate: select authoritie0_.username as username1_1_0_, authoritie0_.authority as authorit2_2_0_, authority1_.name as name1_0_1_ from user_authority authoritie0_ inner join authority authority1_ on authoritie0_.authority=authority1_.name where authoritie0_.username=?
The text was updated successfully, but these errors were encountered:
I did some debugging, and I think it is because the first letter of the HEADER_AUTHORIZATION constant was not capitalized. It really should be "Authorization".
Thanks for all the good work, which helps me a lot. It might be also interesting to know how the user registration works. 👍
Hello,
I was trying out the rest api calls to /api/secure and /oauth/logout, but met the following error (error log appended below). Any clues as why this happening, and how to fix this?
Thanks.
2015-12-19 15:05:31.848 INFO 7710 --- [nio-9191-exec-1] o.s.s.o.p.token.store.JdbcTokenStore : Failed to find access token for token 91660e2a-63e0-4da7-8b24-0eecbc651d6d
Hibernate: select user0_.username as username1_1_, user0_.activated as activate2_1_, user0_.activationkey as activati3_1_, user0_.email as email4_1_, user0_.password as password5_1_, user0_.resetpasswordkey as resetpas6_1_ from user user0_ where lower(user0_.username)=lower(?)
Hibernate: select authoritie0_.username as username1_1_0_, authoritie0_.authority as authorit2_2_0_, authority1_.name as name1_0_1_ from user_authority authoritie0_ inner join authority authority1_ on authoritie0_.authority=authority1_.name where authoritie0_.username=?
The text was updated successfully, but these errors were encountered: