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 ji...@apache.org on 2004/06/09 13:14:10 UTC

[jira] Commented: (AXIS-1385) Defined endpointUrl will not be used inlist of deployed services

The following comment has been added to this issue:

     Author: Davanum Srinivas
    Created: Wed, 9 Jun 2004 4:12 AM
       Body:
can you please submit a patch? you can setup a servlet parameter that can signal how the path is to be constructed.

-- dims
---------------------------------------------------------------------
View this comment:
  http://issues.apache.org/jira/browse/AXIS-1385?page=comments#action_35995

---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/AXIS-1385

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: AXIS-1385
    Summary: Defined endpointUrl will not be used inlist of deployed services
       Type: Bug

     Status: Unassigned
   Priority: Minor

    Project: Axis
 Components: 
             Basic Architecture
   Versions:
             1.2 Beta

   Assignee: 
   Reporter: Peter MH

    Created: Wed, 9 Jun 2004 2:41 AM
    Updated: Wed, 9 Jun 2004 4:12 AM
Environment: java full version "1.4.1_05-b01", Tomcat 5.0.25

Description:
I have a service where I define in deploy.wsdd a special endpointUrl (http://..../axis/protected/...). In the list of deployed services my service appears but with the Axis standard baseUrl (../axis/services). This is because in AxisServlet.repoprtAvailableServices() in line 455
        String baseURL = getWebappBase(request)+"/services/";
the baseUrl will be assumed to be valid for all services. The configuration of the services will not be checked.


---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira