[JBoss JIRA] (WFCORE-70) Revisit redirect tests in HTTPSManagementInterfaceTestCase
by Darran Lofthouse (JIRA)
[ https://issues.jboss.org/browse/WFCORE-70?page=com.atlassian.jira.plugin.... ]
Darran Lofthouse commented on WFCORE-70:
----------------------------------------
On a related point I want us to validate the expiry dates of any keys in keystores used within the testsuite, I would suggest a minimum expiration of 10 years to allow branches to continue to be buildable in the future. Alternatively on demand creation may be even better.
> Revisit redirect tests in HTTPSManagementInterfaceTestCase
> ----------------------------------------------------------
>
> Key: WFCORE-70
> URL: https://issues.jboss.org/browse/WFCORE-70
> Project: WildFly Core
> Issue Type: Task
> Security Level: Public(Everyone can see)
> Components: Domain Management, Test Suite
> Reporter: Brian Stansberry
>
> See discussion at https://github.com/wildfly/wildfly-core/pull/120
> HTTPSManagementInterfaceTestCase includes tests of how http/https redirects are handled by the http interface logic. But it seems that every time some variant of SSLException is thrown, which largely defeats the point of the tests.
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 2 months
[JBoss JIRA] (WFLY-3777) Upgrade mod_cluster to 1.3.1.Alpha1
by Radoslav Husar (JIRA)
Radoslav Husar created WFLY-3777:
------------------------------------
Summary: Upgrade mod_cluster to 1.3.1.Alpha1
Key: WFLY-3777
URL: https://issues.jboss.org/browse/WFLY-3777
Project: WildFly
Issue Type: Component Upgrade
Security Level: Public (Everyone can see)
Components: Clustering
Reporter: Radoslav Husar
Assignee: Radoslav Husar
Fix For: 9.0.0.Beta1
We should get the upgrades going so that we integrate and find bugs quickly.
This will also need to integrate the last piece of WFLY-457.
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 2 months
[JBoss JIRA] (WFCORE-25) Windows PowerShell scripts in bin
by Brian Stansberry (JIRA)
[ https://issues.jboss.org/browse/WFCORE-25?page=com.atlassian.jira.plugin.... ]
Brian Stansberry updated WFCORE-25:
-----------------------------------
Fix Version/s: 1.0.0.Alpha6
(was: 1.0.0.Alpha5)
> Windows PowerShell scripts in bin
> ---------------------------------
>
> Key: WFCORE-25
> URL: https://issues.jboss.org/browse/WFCORE-25
> Project: WildFly Core
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Scripts
> Reporter: Brian Stansberry
> Assignee: Tomaz Cerar
> Fix For: 1.0.0.Alpha6
>
>
> Add .psh scripts that match the functionality of our .sh scripts. Leave the .bat scripts in their current limited-functionality form for people still on XP, but use PowerShell as the recommended Windows scripting language.
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 2 months
[JBoss JIRA] (WFCORE-69) NullPointerException adding KeyStore to realm with {allow-resource-service-restart=true}
by Brian Stansberry (JIRA)
[ https://issues.jboss.org/browse/WFCORE-69?page=com.atlassian.jira.plugin.... ]
Brian Stansberry updated WFCORE-69:
-----------------------------------
Fix Version/s: 1.0.0.Alpha6
(was: 1.0.0.Alpha5)
> NullPointerException adding KeyStore to realm with {allow-resource-service-restart=true}
> ----------------------------------------------------------------------------------------
>
> Key: WFCORE-69
> URL: https://issues.jboss.org/browse/WFCORE-69
> Project: WildFly Core
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Domain Management
> Affects Versions: 1.0.0.Alpha4
> Reporter: Darran Lofthouse
> Assignee: Darran Lofthouse
> Fix For: 1.0.0.Alpha6
>
>
> Executing the following CLI commands: -
> {code:title=CLI Commands}
> ./core-service=management/security-realm=SSLRealm:add
> ./core-service=management/security-realm=SSLRealm/server-identity=ssl:add(keystore-password=keystore_password, keystore-relative-to=jboss.server.config.dir, keystore-path=server.keystore){allow-resource-service-restart=true}
> {code}
> Results in the following NullPointerException being recorded: -
> {noformat}
> 15:23:28,074 ERROR [org.jboss.as.controller.management-operation] (management-handler-thread - 6) WFLYCTL0013: Operation ("add") failed - address: ([
> ("core-service" => "management"),
> ("security-realm" => "SSLRealm"),
> ("server-identity" => "ssl")
> ]): java.lang.NullPointerException
> at org.jboss.as.domain.management.security.SecurityRealmAddHandler.addSSLServices(SecurityRealmAddHandler.java:596) [wildfly-domain-management-1.0.0.Alpha6-SNAPSHOT.jar:1.0.0.Alpha6-SNAPSHOT]
> at org.jboss.as.domain.management.security.SecurityRealmAddHandler.installServices(SecurityRealmAddHandler.java:188) [wildfly-domain-management-1.0.0.Alpha6-SNAPSHOT.jar:1.0.0.Alpha6-SNAPSHOT]
> at org.jboss.as.domain.management.security.SecurityRealmParentRestartHandler.recreateParentService(SecurityRealmParentRestartHandler.java:66) [wildfly-domain-management-1.0.0.Alpha6-SNAPSHOT.jar:1.0.0.Alpha6-SNAPSHOT]
> at org.jboss.as.controller.RestartParentResourceHandlerBase$1.execute(RestartParentResourceHandlerBase.java:74) [wildfly-controller-1.0.0.Alpha6-SNAPSHOT.jar:1.0.0.Alpha6-SNAPSHOT]
> at org.jboss.as.controller.AbstractOperationContext.executeStep(AbstractOperationContext.java:664) [wildfly-controller-1.0.0.Alpha6-SNAPSHOT.jar:1.0.0.Alpha6-SNAPSHOT]
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 2 months
[JBoss JIRA] (WFCORE-42) Add a ServerXml Parser which extends CommonXml
by Brian Stansberry (JIRA)
[ https://issues.jboss.org/browse/WFCORE-42?page=com.atlassian.jira.plugin.... ]
Brian Stansberry updated WFCORE-42:
-----------------------------------
Fix Version/s: 1.0.0.Alpha6
(was: 1.0.0.Alpha5)
> Add a ServerXml Parser which extends CommonXml
> ----------------------------------------------
>
> Key: WFCORE-42
> URL: https://issues.jboss.org/browse/WFCORE-42
> Project: WildFly Core
> Issue Type: Task
> Security Level: Public(Everyone can see)
> Components: Domain Management
> Reporter: Darran Lofthouse
> Assignee: Darran Lofthouse
> Fix For: 1.0.0.Alpha6
>
>
> Both StandaloneXml and AppclientXml parse XML starting from the server element.
> This duplication has always been problematic as AppclientXml is completely separate from the remaining domain config parsing, however with the core split this is even worse.
> This change is to introduce a ServerXml that can be the common base for both StandaloneXml and AppclientXml - except in extreme cases it will then be safe to ignore AppclientXml for further schema updates.
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 2 months
[JBoss JIRA] (WFCORE-71) ProtocolLogger is used outside org.jboss.as.protocol module but isn't available
by Brian Stansberry (JIRA)
Brian Stansberry created WFCORE-71:
--------------------------------------
Summary: ProtocolLogger is used outside org.jboss.as.protocol module but isn't available
Key: WFCORE-71
URL: https://issues.jboss.org/browse/WFCORE-71
Project: WildFly Core
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Domain Management
Affects Versions: 1.0.0.Alpha5
Reporter: Brian Stansberry
Assignee: Brian Stansberry
The ProtocolLogger class is used in a few places in host-controller and server, but the module.xml for the org.jboss.as.protocol module specifically excludes it from being exported.
The uses aren't complex enough to justify exporting the class, so I'll just change them.
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 2 months
[JBoss JIRA] (WFLY-3776) ClassNotFound exception when running Arquillian test
by xiaodong xie (JIRA)
xiaodong xie created WFLY-3776:
----------------------------------
Summary: ClassNotFound exception when running Arquillian test
Key: WFLY-3776
URL: https://issues.jboss.org/browse/WFLY-3776
Project: WildFly
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Server
Affects Versions: 8.1.0.Final
Environment: Mac
Reporter: xiaodong xie
Assignee: Jason Greene
org.jboss.as.embedded.EmbeddedStandAloneServerFactory uses org.jboss.as.protocol.StreamUtils, which belongs to "org.jboss.as.protocol" module. This module is not imported in "org.jboss.as.embedded" module.
Adding the import fix the issue.
Thanks.
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 2 months