Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0011794
TypeCategorySeverityReproducibilityDate SubmittedLast Update
feature request[Openbravo ERP] 01. General setupminoralways2009-12-15 19:062009-12-16 10:46
ReporterelopioView Statuspublic 
Assigned Toiciordia 
PrioritynormalResolutionopenFixed in Version
StatusnewFix in branchFixed in SCM revision
ProjectionnoneETAnoneTarget Version
OSLinux 32 bitDatabasePostgreSQLJava version
OS VersionUbuntu 9.10Database versionAnt version
Product VersionpiSCM revision 
Review Assigned To
Web browser
ModulesCore
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0011794: instance acativation fails if there are newlines in system key

DescriptionWhen the system activation key has a newline at the end, the activation gives an invalid public key error.
Steps To ReproduceGo 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 SolutionReplace newlinces by empty strings before sending the key to the server.
systemKey = systemKey.replaceAll("\n", "");
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]

-  Notes
There are no notes attached to this issue.

- 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-16 10:46 rafaroda Assigned To rafaroda => iciordia


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker