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 2015/12/19 10:50:21 UTC

[Bug 58754] WARNING: A context path must either be an empty string or start with a '/' and do not end with a '/'. The path [/] does not meet these criteria and has been changed to []

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

--- Comment #1 from gavenkoa <ga...@gmail.com> ---
Hm... Seems I am wrong.

Further investigation shown that my web.xml file have:

  <web-app version="2.5">

After changing to:

  <web-app version="3.0">

I am no longer have such warning.

***I may suggest to update warning text by pointing to current Servlet API
level***

That would help troubleshoot a lot.

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

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