Bug 1027301 - A few typos in Security domain validation error messages
Summary: A few typos in Security domain validation error messages
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: JBoss Enterprise Application Platform 6
Classification: JBoss
Component: Installer
Version: 6.2.0
Hardware: Unspecified
OS: Unspecified
unspecified
low
Target Milestone: CR1
: EAP 6.2.0
Assignee: Francisco Canas
QA Contact: Petr Kremensky
Russell Dickenson
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-11-06 13:59 UTC by Petr Kremensky
Modified: 2014-09-03 04:57 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-12-15 16:22:57 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Petr Kremensky 2013-11-06 13:59:48 UTC
Description of problem:
 There are some (5) typos in validation error messages during creating a new security domain via installer.

Version-Release number of selected component (if applicable):
 EAP 6.2.0.ER7

Actual results:
<str id="securitydomain.authopts.error" txt="The AUTHENTICAION option entry must have the format name=value and contain no spaces, additional options should be SEPERATED by commas (name1=val1,name2=val2)."/>
<str id="securitydomain.authoropts.error" txt="The authorization options entry must have the format name=value and contain no spaces, ADDTIONAL options should be SEPERATED by commas (name1=val1,name2=val2)."/>
<str id="securitydomain.mappingopts.error" txt="The mapping option entry must have the format name=value and contain no spaces, additional options should be SEPERATED by commas (name1=val1,name2=val2)."/>

Expected results:
<str id="securitydomain.authopts.error" txt="The authentication option entry must have the format name=value and contain no spaces, additional options should be separated by commas (name1=val1,name2=val2)."/>
<str id="securitydomain.authoropts.error" txt="The authorization options entry must have the format name=value and contain no spaces, additional options should be separated by commas (name1=val1,name2=val2)."/>
<str id="securitydomain.mappingopts.error" txt="The mapping option entry must have the format name=value and contain no spaces, additional options should be separated by commas (name1=val1,name2=val2)."/>

Comment 2 Petr Kremensky 2013-11-14 15:47:33 UTC
Verified on EAP 6.2.0.CR1 installer.


Note You need to log in before you can comment on or make changes to this bug.