Viewing Issue Advanced Details
[ Jump to Notes ]
|
[ View Simple ]
[ Issue History ]
[ Print ]
|
ID |
Category |
Severity |
Reproducibility |
Date Submitted |
Last Update |
0003489 |
[Resin] |
minor |
always |
05-08-09 18:20 |
05-27-09 15:34 |
|
Reporter |
voodude |
View Status |
public |
|
Assigned To |
ferg |
Priority |
normal |
Resolution |
fixed |
Platform |
|
Status |
closed |
|
OS |
|
Projection |
none |
|
OS Version |
|
ETA |
none |
Fixed in Version |
4.0.1 |
Product Version |
4.0.0 |
|
Product Build |
|
|
Summary |
0003489: NullPointerException in AbstractHttpRequest with custom Login objects |
Description |
There is an evil code block generating NPEs in AbstractHttpRequest, starting line 1901:
Login login = app == null ? null : app.getLogin();
boolean inRole = login.isUserInRole(user, role);
|
Steps To Reproduce |
|
Additional Information |
|
|
Attached Files |
|
|