[JBoss JIRA] (WFWIP-288) JWT signed by 1024 bit long key is rejected
by Jan Kasik (Jira)
Jan Kasik created WFWIP-288:
-------------------------------
Summary: JWT signed by 1024 bit long key is rejected
Key: WFWIP-288
URL: https://issues.redhat.com/browse/WFWIP-288
Project: WildFly WIP
Issue Type: Bug
Components: MP JWT
Reporter: Jan Kasik
Assignee: Darran Lofthouse
According to MP-JWT 1.1 specification, 1024 and 2048 bit key sizes should be supported. Though when there is JWT signed by 1024 bit long key presented to the server, it is rejected and client receives "Unauthorized" (code 401) message.
See chapter 9.2. Supported Public Key Formats:
{quote}
Support for RSA Public Keys of 1024 or 2048 bits in length is required. Other key sizes are allowed, but should be considered vendor-specific.
{quote}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 5 months
[JBoss JIRA] (WFLY-12893) Error when running Arquillian tests in managed-executor-service QS
by Eduardo Martins (Jira)
[ https://issues.redhat.com/browse/WFLY-12893?page=com.atlassian.jira.plugi... ]
Eduardo Martins moved JBEAP-18351 to WFLY-12893:
------------------------------------------------
Project: WildFly (was: JBoss Enterprise Application Platform)
Key: WFLY-12893 (was: JBEAP-18351)
Workflow: GIT Pull Request workflow (was: CDW with loose statuses v1)
Component/s: Quickstarts
(was: Quickstarts)
Affects Version/s: 18.0.1.Final
(was: 7.3.0.GA.CR1)
> Error when running Arquillian tests in managed-executor-service QS
> ------------------------------------------------------------------
>
> Key: WFLY-12893
> URL: https://issues.redhat.com/browse/WFLY-12893
> Project: WildFly
> Issue Type: Bug
> Components: Quickstarts
> Affects Versions: 18.0.1.Final
> Reporter: Eduardo Martins
> Assignee: Eduardo Martins
> Priority: Blocker
>
> There's an error when running the tests according to {{Run the Arquillian Tests}} section of readme in managed-executor-service QS:
> {code}
> [INFO] -------------------------------------------------------
> [INFO] T E S T S
> [INFO] -------------------------------------------------------
> [INFO] Running org.jboss.as.quickstarts.managedexecutorservice.test.ProductsRestClientIT
> Dec 13, 2019 4:20:01 PM org.jboss.threads.Version <clinit>
> INFO: JBoss Threads version 2.3.3.Final-redhat-00001
> Dec 13, 2019 4:20:01 PM org.jboss.remoting3.EndpointImpl <clinit>
> INFO: JBoss Remoting version 5.0.16.Final-redhat-00001
> Dec 13, 2019 4:20:01 PM org.xnio.Xnio <clinit>
> INFO: XNIO version 3.7.7.Final-redhat-00001
> Dec 13, 2019 4:20:01 PM org.xnio.nio.NioXnio <clinit>
> INFO: XNIO NIO Implementation Version 3.7.7.Final-redhat-00001
> Dec 13, 2019 4:20:01 PM org.wildfly.security.Version <clinit>
> INFO: ELY00001: WildFly Elytron version 1.10.4.Final-redhat-00001
> Dec 13, 2019 4:20:06 PM org.jboss.as.quickstarts.managedexecutorservice.test.ProductsRestClientIT testRestResources
> INFO: creating a new product
> [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 5.473 s <<< FAILURE! - in org.jboss.as.quickstarts.managedexecutorservice.test.ProductsRestClientIT
> [ERROR] testRestResources(org.jboss.as.quickstarts.managedexecutorservice.test.ProductsRestClientIT) Time elapsed: 0.206 s <<< ERROR!
> java.lang.NoClassDefFoundError: org/apache/commons/logging/LogFactory
> at org.jboss.as.quickstarts.managedexecutorservice.test.ProductsRestClientIT.testRestResources(ProductsRestClientIT.java:84)
> Caused by: java.lang.ClassNotFoundException: org.apache.commons.logging.LogFactory
> at org.jboss.as.quickstarts.managedexecutorservice.test.ProductsRestClientIT.testRestResources(ProductsRestClientIT.java:84)
> [INFO]
> [INFO] Results:
> [INFO]
> [ERROR] Errors:
> [ERROR] ProductsRestClientIT.testRestResources:84 » NoClassDefFound org/apache/commons...
> [INFO]
> [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0
> [INFO]
> [INFO]
> [INFO] --- maven-failsafe-plugin:2.22.0:verify (default) @ managed-executor-service ---
> [ERROR] There are test failures.
> {code}
> Setting priority to blocker since instructions in QS Readme do not work and also it is a regression against 7.2.0.GA.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 5 months