Skip to content

Commit

Permalink
AS7-4631 key-alias attribute should support expressions
Browse files Browse the repository at this point in the history
  • Loading branch information
ctomc authored and bstansberry committed Apr 30, 2012
1 parent 7d82e57 commit 1a5d97b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/src/main/java/org/jboss/as/web/WebSSLDefinition.java
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ public class WebSSLDefinition extends AbstractAliasedResourceDefinition {
.setValidator(new StringLengthValidator(1, true))
.setFlags(AttributeAccess.Flag.RESTART_ALL_SERVICES)
.setDefaultValue(new ModelNode("jboss"))
.setAllowExpression(true)
.build();

protected static final SimpleAttributeDefinition PASSWORD =
Expand Down

0 comments on commit 1a5d97b

Please sign in to comment.