You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Robert Lazarski (Jira)" <ji...@apache.org> on 2022/09/01 14:44:00 UTC

[jira] [Updated] (AXIS2-6043) StackOverflowError in org.apache.axis2.client.Options.getSoapVersionURI()

     [ https://issues.apache.org/jira/browse/AXIS2-6043?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Robert Lazarski updated AXIS2-6043:
-----------------------------------
    Fix Version/s: 1.8.3

> StackOverflowError in  org.apache.axis2.client.Options.getSoapVersionURI()
> --------------------------------------------------------------------------
>
>                 Key: AXIS2-6043
>                 URL: https://issues.apache.org/jira/browse/AXIS2-6043
>             Project: Axis2
>          Issue Type: Bug
>          Components: kernel
>    Affects Versions: 1.7.8
>            Reporter: Ralf Hauser
>            Priority: Major
>             Fix For: 1.8.3
>
>
> The problem still persists on line 489 of 
>  
> [https://github.com/apache/axis-axis2-java-core/blob/master/modules/kernel/src/org/apache/axis2/client/Options.java]
>  
> currently:
>  
>     if (soapVersionURI == null && parent != null) {
>  
> better:
>  
>      if (null == soapVersionURI && null != parent && this != parent) {
>  
>  
> see also AXIS2-3441



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org