[jbossws-issues] [JBoss JIRA] (JBWS-3851) WSDL publisher incorrectly attempt to publish external HTTPS schema import

Alessio Soldano (JIRA) issues at jboss.org
Thu Nov 6 11:37:32 EST 2014


     [ https://issues.jboss.org/browse/JBWS-3851?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alessio Soldano updated JBWS-3851:
----------------------------------
    Fix Version/s: jbossws-cxf-5.0.0.Beta2
                       (was: jbossws-cxf-5.0)


> WSDL publisher incorrectly attempt to publish external HTTPS schema import
> --------------------------------------------------------------------------
>
>                 Key: JBWS-3851
>                 URL: https://issues.jboss.org/browse/JBWS-3851
>             Project: JBoss Web Services
>          Issue Type: Bug
>          Components: jbossws-cxf
>    Affects Versions: jbossws-cxf-4.3
>            Reporter: R Searls
>            Assignee: R Searls
>             Fix For: jbossws-cxf-5.0.0.Beta2
>
>
> WSDL publisher incorrectly attempt to publish external HTTPS schema import
> See lone 210 in src/main/java/org/jboss/ws/common/utils/AbstractWSDLFilePublisher.java
> repo  https://svn.jboss.org/repos/jbossws/common/trunk
> 210  if (schemaLocation.length() > 0 && schemaLocation.startsWith("http://")
> This should be
> 210 if (schemaLocation.length() > 0 && schemaLocation.startsWith("http://") == false && schemaLocation.startsWith("https://") == false)
> This is related to https://issues.jboss.org/browse/JBWS-3827



--
This message was sent by Atlassian JIRA
(v6.3.8#6338)


More information about the jbossws-issues mailing list