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

--- Comment #5 from devali <4700...@qq.com> ---

if (!allowLinking||!crossContext)
{
  normalizing...
}


or

private Boolean disallowOutSite;

public void setDisallowOutSite(Boolean disallowOutSite){
 this.disallowOutSite=disallowOutSite;
}

if (disallowOutSite)
{
  normalizing...
}

-- 
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