Project:
| View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||||||
| ID | ||||||||||||
| 0011794 | ||||||||||||
| Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||||||
| feature request | [Openbravo ERP] 01. General setup | minor | always | 2009-12-15 19:06 | 2009-12-16 10:46 | |||||||
| Reporter | elopio | View Status | public | |||||||||
| Assigned To | iciordia | |||||||||||
| Priority | normal | Resolution | open | Fixed in Version | ||||||||
| Status | new | Fix in branch | Fixed in SCM revision | |||||||||
| Projection | none | ETA | none | Target Version | ||||||||
| OS | Linux 32 bit | Database | PostgreSQL | Java version | ||||||||
| OS Version | Ubuntu 9.10 | Database version | Ant version | |||||||||
| Product Version | pi | SCM revision | ||||||||||
| 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", ""); | |||||||||||
| Tags | No tags attached. | |||||||||||
| Attached Files | ||||||||||||
Relationships [ Relation Graph ]
[ Dependency Graph ]
|
|
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 |
| Copyright © 2000 - 2009 MantisBT Group |