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 "Dennis Kieselhorst (JIRA)" <ji...@apache.org> on 2008/07/24 10:29:31 UTC

[jira] Created: (AXIS2-3940) Allow https in AxisServlet.getEPRsForService

Allow https in AxisServlet.getEPRsForService 
---------------------------------------------

                 Key: AXIS2-3940
                 URL: https://issues.apache.org/jira/browse/AXIS2-3940
             Project: Axis 2.0 (Axis2)
          Issue Type: Bug
          Components: transports
            Reporter: Dennis Kieselhorst


We have a service which is only accessible via https. Unfortunately the auto generated wsdl contains http in the soap:address tag for the endpoint location. This is a problem for clients that don't overwrite the target url.

I found out that http:// is hard coded in AxisServlet.getEPRsForService.

I would appreciate to differentiate between http and https. ServletRequest.isSecure() can be used to determine if the request is secure.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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


[jira] Updated: (AXIS2-3940) Allow https in AxisServlet.getEPRsForService

Posted by "Andreas Veithen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-3940?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andreas Veithen updated AXIS2-3940:
-----------------------------------

    Fix Version/s: 1.6

> Allow https in AxisServlet.getEPRsForService 
> ---------------------------------------------
>
>                 Key: AXIS2-3940
>                 URL: https://issues.apache.org/jira/browse/AXIS2-3940
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: transports
>            Reporter: Dennis Kieselhorst
>             Fix For: 1.6
>
>
> We have a service which is only accessible via https. Unfortunately the auto generated wsdl contains http in the soap:address tag for the endpoint location. This is a problem for clients that don't overwrite the target url.
> I found out that http:// is hard coded in AxisServlet.getEPRsForService.
> I would appreciate to differentiate between http and https. ServletRequest.isSecure() can be used to determine if the request is secure.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (AXIS2-3940) Allow https in AxisServlet.getEPRsForService

Posted by "Andreas Veithen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-3940?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andreas Veithen resolved AXIS2-3940.
------------------------------------

    Resolution: Fixed

This should be fixed by the changes in AXIS2-4465.

> Allow https in AxisServlet.getEPRsForService 
> ---------------------------------------------
>
>                 Key: AXIS2-3940
>                 URL: https://issues.apache.org/jira/browse/AXIS2-3940
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: transports
>            Reporter: Dennis Kieselhorst
>
> We have a service which is only accessible via https. Unfortunately the auto generated wsdl contains http in the soap:address tag for the endpoint location. This is a problem for clients that don't overwrite the target url.
> I found out that http:// is hard coded in AxisServlet.getEPRsForService.
> I would appreciate to differentiate between http and https. ServletRequest.isSecure() can be used to determine if the request is secure.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.