You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2001/10/13 00:50:37 UTC

DO NOT REPLY [Bug 4134] New: - WarpConnector.java: appbase -> appBase

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=4134>.
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=4134

WarpConnector.java: appbase -> appBase

           Summary: WarpConnector.java: appbase -> appBase
           Product: Tomcat 4
           Version: Nightly Build
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Connectors
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: janekdb@yahoo.co.uk


WarpConnector.java v 1.17 from jakarta-tomcat-4.0 cvs

  public void setAppBase(String appbase) {
    this.appBase = appBase;

should be

  public void setAppBase(String appBase) {
    this.appBase = appBase;