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

Mark Thomas <ma...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID

--- Comment #29 from Mark Thomas <ma...@apache.org> ---
That JAR file has no place in a web application as it includes a copy of the
Jasper, the JSP compiler that is part of Apache Tomcat. That conflicts with the
version included with Tomcat and JSP compilation breaks.

Tomcat is protected from things like this iff the security manager is enabled.

A quick look at Vaadin's web site suggests this JAR is not intended for server
side user anyway. The name vaadin-client-compiler-7.0.7.jar is also a broad
hint it is not intended for server-side use.

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