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/07 15:46:51 UTC

[jira] Updated: (AXIS-1386) Service access through baseUrl possible although a special endpointUrl is defined

The following issue has been updated:

    Updater: Jayachandra Sekhara Rao Sunkara (mailto:jayachandra@gmail.com)
       Date: Thu, 7 Oct 2004 6:46 AM
    Comment:
I tested the invocation of services from browser. Those services which are deployed at special <endpointURL> are not visible through baseURL (more precisely, are visible through exactly that special location url only).
@Dims
The patch is just a few tens of lines, but becuase of additional 'if' wrapping or things like that indentation changed and diff -u shows too many deletions and additions. If you look closely
the 
while (i.hasNext() == true) {
...
}
block of code is not touched except for indentation. That is mainly the reason for too many changes as reported by diff
    Changes:
             Attachment changed to 1386Patch.txt
    ---------------------------------------------------------------------
For a full history of the issue, see:

  http://issues.apache.org/jira/browse/AXIS-1386?page=history

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

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: AXIS-1386
    Summary: Service access through baseUrl possible although a special endpointUrl is defined
       Type: Bug

     Status: Unassigned
   Priority: Major

    Project: Axis
 Components: 
             Basic Architecture
   Versions:
             1.2 Beta

   Assignee: 
   Reporter: Peter MH

    Created: Wed, 9 Jun 2004 2:57 AM
    Updated: Thu, 7 Oct 2004 6:46 AM
Environment: java full version "1.4.1_05-b01", Tomcat 5.0.25

Description:
I have a service deployed using the <endpointUrl> Tag to use a different URL (/axis/protected) to the standard Axis baseUrl (/axis/services). To get this working I added the following servlet mapping to the web.xml
<servlet-mapping>
   <servlet-name>AxisServlet</servlet-name>
   <url-pattern>/protected/*</url-pattern>
</servlet-mapping>
Now I can access the service on both URLs.
I asumed that Axis will analyze the endpointUrl tag and provide this service only at this url.



---------------------------------------------------------------------
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