endre87 / spring-learn

0 stars 0 forks source link

AuthenticationPrincipal is null #4

Closed endre87 closed 2 years ago

endre87 commented 2 years ago

After submitting design orderForm is not displayed because user is null.

java.lang.NullPointerException at tacos.web.OrderController.orderForm(OrderController.java:46)

endre87 commented 2 years ago

Fixed with commit https://github.com/endre87/spring-learn/commit/d1d82812942d9411402944e6572f50ed07f3bf7f by using Principal instead of @AuthenticationPrincipal.