Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0021584 | Openbravo ERP | A. Platform | public | 2012-09-10 09:44 | 2012-09-26 17:18 |
|
Reporter | iperdomo | |
Assigned To | AugustoMauch | |
Priority | urgent | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 30 | OS Version | 3.5.3-1-ARCH |
Product Version | | |
Target Version | | Fixed in Version | pi | |
Merge Request Status | |
Review Assigned To | migueldejuana |
OBNetwork customer | No |
Web browser | Google Chrome |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0021584: NPE when trying to login with a Google Account and has not been associated with any user |
Description | When a user is already login in Google and tries to login using the 'G' button in the login page without associating the account to an Openbravo user, you get a NPE |
Steps To Reproduce | * Login into Google
* Don't associated your google account to any Openbravo user
* Click the 'G' login button in the login page |
Proposed Solution | Log an error stating that the user has not been associated to any Openbravo user |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | issue21584.diff (2,334) 2012-09-10 09:56 https://issues.openbravo.com/file_download.php?file_id=5559&type=bug |
|
Issue History |
Date Modified | Username | Field | Change |
2012-09-10 09:44 | iperdomo | New Issue | |
2012-09-10 09:44 | iperdomo | Assigned To | => iperdomo |
2012-09-10 09:44 | iperdomo | Web browser | => Google Chrome |
2012-09-10 09:44 | iperdomo | Modules | => Core |
2012-09-10 09:44 | iperdomo | OBNetwork customer | => No |
2012-09-10 09:56 | iperdomo | File Added: issue21584.diff | |
2012-09-10 09:57 | iperdomo | Status | new => scheduled |
2012-09-10 09:57 | iperdomo | Assigned To | iperdomo => AugustoMauch |
2012-09-10 09:57 | iperdomo | fix_in_branch | => pi |
2012-09-10 11:09 | iperdomo | Note Added: 0051954 | |
2012-09-10 13:47 | AugustoMauch | Closed by | => migueldejuana |
2012-09-10 13:47 | AugustoMauch | Web browser | Google Chrome => Google Chrome |
2012-09-10 13:47 | AugustoMauch | fix_in_branch | pi => |
2012-09-10 13:48 | hgbot | Checkin | |
2012-09-10 13:48 | hgbot | Note Added: 0051961 | |
2012-09-10 13:48 | hgbot | Status | scheduled => resolved |
2012-09-10 13:48 | hgbot | Resolution | open => fixed |
2012-09-10 13:48 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/44b875f6246558064fa663a4b3d6ad18ef011b09 [^] |
2012-09-25 09:35 | migueldejuana | Note Added: 0052532 | |
2012-09-25 09:35 | migueldejuana | Status | resolved => closed |
2012-09-25 09:35 | migueldejuana | Fixed in Version | => pi |
2012-09-26 17:18 | hudsonbot | Checkin | |
2012-09-26 17:18 | hudsonbot | Note Added: 0052723 | |
Notes |
|
|
|
|
(0051961)
|
hgbot
|
2012-09-10 13:48
|
|
Repository: erp/devel/pi
Changeset: 44b875f6246558064fa663a4b3d6ad18ef011b09
Author: Augusto Mauch <augusto.mauch <at> openbravo.com>
Date: Mon Sep 10 13:46:20 2012 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/44b875f6246558064fa663a4b3d6ad18ef011b09 [^]
Fixes bug 21584: NPE not thrown when login with an unassociated google account
Now the NPE does not happen, and a warning message is shown to the user.
---
M modules/org.openbravo.service.integration.google/src/org/openbravo/service/integration/google/GoogleAuthServlet.java
M modules/org.openbravo.service.integration.openid/src/org/openbravo/service/integration/openid/OpenIDManager.java
---
|
|
|
|
Tested and reviewed in pi@6e892b588e49 |
|
|
|
|