[
https://issues.jboss.org/browse/AS7-3331?page=com.atlassian.jira.plugin.s...
]
Brian Stansberry commented on AS7-3331:
---------------------------------------
Thanks Dimitris.
I think this is fundamentally a scheduling issue. Whatever we ship in 7.1.0.Final will be
what we use forever. If we change to using a list of strings or something, it needs to be
done and reflected in the console in time for 7.1. That is, really really soon.
AIUI, the way this would be done would be to convert these attributes to lists (xs:list in
the xml, ModelType.LIST in DMR). The elements in the DMR list would have a restricted set
of allowed values. The operations handlers for adding the resource or write-attribute
would do the bit manipulation.
A list is not particularly CLI friendly at the moment as we don't have great support
for list manipulation operations. So changing this will make things a bit harder for users
of 7.1.
Bottom line, I don't think this is going to make it in in time and if it won't, it
shouldn't be done later. And its not critical IMHO.
JacORB SSL config parameters should use enumeration instead of values
encoded in integers
-----------------------------------------------------------------------------------------
Key: AS7-3331
URL:
https://issues.jboss.org/browse/AS7-3331
Project: Application Server 7
Issue Type: Task
Components: IIOP, Server
Affects Versions: 7.1.0.CR1b
Reporter: David Bosschaert
Assignee: Stefan Guilhen
The JacORB SSL settings use a fairly cryptic way to express something that would be
better represented as a string with 4 allowed values.
From the description:
{noformat}client-supports: Value that indicates the client SSL supported parameters
(EstablishTrustInTarget=20,EstablishTrustInClient=40,MutualAuth=60).
client-requires: Value that indicates the client SSL required parameters
(EstablishTrustInTarget=20,EstablishTrustInClient=40,MutualAuth=60).
server-supports: Value that indicates the server SSL supported parameters
(EstablishTrustInTarget=20,EstablishTrustInClient=40,MutualAuth=60).
server-requires: Value that indicates the server SSL required parameters
(EstablishTrustInTarget=20,EstablishTrustInClient=40,MutualAuth=60).{noformat}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira