https://bz.apache.org/bugzilla/show_bug.cgi?id=60281

            Bug ID: 60281
           Summary: Pathname of uploaded WAR file should not be contained
                    in contextpath.
           Product: Tomcat 8
           Version: 8.0.37
          Hardware: PC
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Manager
          Assignee: dev@tomcat.apache.org
          Reporter: masahiroyamada....@gmail.com

Steps to reprocuce

1. Enable "Include local directory path when uploading files to a server" in
"Internet Options"
2. Upload C:\myapps_war_upload\myapp.war to manager. and deploy it.
3. See result

Expected result:
  Context path of application should be /myapp

Actual Result:
  Context path of application is /C:myapps_war_uploadmyapp

FYI:
 When uploading WAR file to manager app,
 IE may send full path name of war file.
 (Denpends on "Include local directory path when uploading files to a server"
in "Internet Options")

 See also
http://commons.apache.org/proper/commons-fileupload/faq.html#whole-path-from-IE

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to