[jboss-jira] [JBoss JIRA] (WFLY-11260) Appache httpcomponents.core cannot see required Commons codec classes
Yeray Borges (Jira)
issues at jboss.org
Wed Oct 31 05:41:00 EDT 2018
[ https://issues.jboss.org/browse/WFLY-11260?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Yeray Borges resolved WFLY-11260.
---------------------------------
Resolution: Duplicate Issue
Radoslav, thank you for reporting this issue, it is already fixed for wildfly 15: https://issues.jboss.org/browse/WFCORE-4083
> Appache httpcomponents.core cannot see required Commons codec classes
> ---------------------------------------------------------------------
>
> Key: WFLY-11260
> URL: https://issues.jboss.org/browse/WFLY-11260
> Project: WildFly
> Issue Type: Bug
> Components: Web (Undertow)
> Affects Versions: 14.0.0.Final
> Reporter: Radoslav Ivanov
> Assignee: Yeray Borges
> Priority: Major
>
> Appache httpcomponents.core cannot see required Commons codec classes
> {code:java}
> java.lang.NoClassDefFoundError: org/apache/commons/codec/binary/Base64
> at org.apache.httpcomponents.core//org.apache.http.impl.auth.BasicScheme.authenticate(BasicScheme.java:168)
> at org.apache.httpcomponents.core//org.apache.http.impl.auth.HttpAuthenticator.doAuth(HttpAuthenticator.java:239)
> at org.apache.httpcomponents.core//org.apache.http.impl.auth.HttpAuthenticator.generateAuthResponse(HttpAuthenticator.java:218)
> at org.apache.httpcomponents.core//org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:262)
> at org.apache.httpcomponents.core//org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:184)
> at org.apache.httpcomponents.core//org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:88)
> at org.apache.httpcomponents.core//org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
> at org.apache.httpcomponents.core//org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:184)
> at org.apache.httpcomponents.core//org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:71)
> {code}
> The fix is to add a module dependency to "org.apache.commons.codec" in the "org.apache.httpcomponents.core" module.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
More information about the jboss-jira
mailing list