Openbravo Issue Tracking System - Openbravo ERP | |||||
| View Issue Details | |||||
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0011794 | Openbravo ERP | 01. General setup | public | 2009-12-15 19:06 | 2009-12-16 10:46 |
| Reporter | elopio | ||||
| Assigned To | iciordia | ||||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | new | Resolution | open | ||
| Platform | OS | 20 | OS Version | Ubuntu 9.10 | |
| Product Version | pi | ||||
| Target Version | Fixed in Version | ||||
| Merge Request Status | |||||
| Review Assigned To | |||||
| OBNetwork customer | No | ||||
| Web browser | |||||
| Modules | Core | ||||
| Support ticket | |||||
| Regression level | |||||
| Regression date | |||||
| Regression introduced in release | |||||
| Regression introduced by commit | |||||
| Triggers an Emergency Pack | No | ||||
| Summary | 0011794: instance acativation fails if there are newlines in system key | ||||
| Description | When the system activation key has a newline at the end, the activation gives an invalid public key error. | ||||
| Steps To Reproduce | Go to General Setup || Application || Instance Activation || Instance Activation Click "Activate online" button. Enter a valid system key. Put the cursor at the end of the key text. Press enter. Click the ok button. | ||||
| Proposed Solution | Replace newlinces by empty strings before sending the key to the server. systemKey = systemKey.replaceAll("\n", ""); | ||||
| Additional Information | |||||
| Tags | No tags attached. | ||||
| Relationships | |||||
| Attached Files | |||||
| Issue History | |||||
| Date Modified | Username | Field | Change | ||
| 2009-12-15 19:06 | elopio | New Issue | |||
| 2009-12-15 19:06 | elopio | Assigned To | => rafaroda | ||
| 2009-12-15 19:06 | elopio | OBNetwork customer | => No | ||
| 2009-12-16 10:46 | rafaroda | Assigned To | rafaroda => iciordia | ||
| There are no notes attached to this issue. |