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 bu...@apache.org on 2003/07/30 23:58:16 UTC

DO NOT REPLY [Bug 22003] New: - Ability to disable default AxisServlet list behavior

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22003>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22003

Ability to disable default AxisServlet list behavior

           Summary: Ability to disable default AxisServlet list behavior
           Product: Axis
           Version: 1.1
          Platform: All
        OS/Version: Other
            Status: NEW
          Severity: Enhancement
          Priority: Other
         Component: Basic Architecture
        AssignedTo: axis-dev@ws.apache.org
        ReportedBy: cwilkerson@travelnow.com


I've recently hacked Axis to disable the default list behavior by specifying a 
servlet init-param in the AxisServlet definition and adding code (see attached) 
in org\apache\axis\transport\http\AxisServlet in/around line 260 prior to the 
call to reportAvailableServices.

Very simple change that can be quite useful.