This repository was archived by the owner on Jun 30, 2023. It is now read-only.
Commit 8b4e6c7
committed
fix NPE caused by missing credentials
This case was broken by the refactoring to allow User subclass
injection, since it checks the User object's class for
assignability. This check is now skipped if the value is null.1 parent 3d25a19 commit 8b4e6c7
1 file changed
Lines changed: 1 addition & 1 deletion
File tree
- endpoints-framework/src/main/java/com/google/api/server/spi/request
endpoints-framework/src/main/java/com/google/api/server/spi/request/ServletRequestParamReader.java
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
134 | 134 | | |
135 | 135 | | |
136 | 136 | | |
137 | | - | |
| 137 | + | |
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
| |||
0 commit comments