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 st...@apache.org on 2002/11/12 07:04:11 UTC

cvs commit: xml-axis/java/src/org/apache/axis/transport/http AxisServletBase.java

stevel      2002/11/11 22:04:11

  Modified:    java/src/org/apache/axis/transport/http AxisServletBase.java
  Log:
  doc correct
  
  Revision  Changes    Path
  1.20      +1 -1      xml-axis/java/src/org/apache/axis/transport/http/AxisServletBase.java
  
  Index: AxisServletBase.java
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/src/org/apache/axis/transport/http/AxisServletBase.java,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- AxisServletBase.java	22 Oct 2002 06:52:46 -0000	1.19
  +++ AxisServletBase.java	12 Nov 2002 06:04:10 -0000	1.20
  @@ -347,7 +347,7 @@
        * extract the base of our webapp from an inbound request
        *
        * @param request request containing http://foobar/axis/services/something
  -     * @return http://foobar/axis/services/
  +     * @return some URL like http://foobar:8080/axis/
        */
       protected String getWebappBase(HttpServletRequest request) {
           StringBuffer baseURL=new StringBuffer(128);