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 ax...@ws.apache.org on 2004/10/05 16:32:32 UTC

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

Message:

   The following issue has been closed.

   Resolver: Davanum Srinivas
       Date: Tue, 5 Oct 2004 7:31 AM

Applied fix from Jaya
---------------------------------------------------------------------
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: Closed
   Priority: Minor
 Resolution: FIXED

    Project: Axis
 Components: 
             Basic Architecture
   Versions:
             1.2 Beta

   Assignee: 
   Reporter: Peter MH

    Created: Wed, 9 Jun 2004 2:41 AM
    Updated: Tue, 5 Oct 2004 7:31 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