https://issues.apache.org/bugzilla/show_bug.cgi?id=45484


Eric Dalquist <[EMAIL PROTECTED]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[EMAIL PROTECTED]




--- Comment #2 from Eric Dalquist <[EMAIL PROTECTED]>  2008-07-25 10:40:58 PST 
---
Changing:
if (files[i].equals("ROOT"))
    contextPath = "";

To:
if (files[i].equals("ROOT"))
    contextPath = "/";

In HostConfig does resolve the problem with getContextPath and getContext,
cross-context dispatching to and from the root context all work. There still
may be other issues that I don't know about as I'm not that familiar with the
Tomcat code but hopefully a Tomcat developer can comment on that.


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to