[Engine-devel] servlet api version

6 Jan
2012
6 Jan
'12
12:58 p.m.
Hi, What is the agreement on the servlet api version? I ran into some problems this week and looked around in the code. I have found that the root pom.xml defines servlet 2.3. The backend is ok with this, but then the frontend uses it's own dependency. It actually uses gwt's library instead of the javax.servlet:servlet-api artifact and it is a servlet 2.4 api. It also builds on the setCharacterEncoding(String) (see http://tomcat.apache.org/tomcat-5.5-doc/servletapi/javax/servlet/ServletResp...) ) method introduced in servlet 2.4. Therefore oVirt is not going to run with servlet 2.3 in runtime either. my patch: http://gerrit.ovirt.org/#change,877 Laszlo
4966
Age (days ago)
4966
Last active (days ago)
0 comments
1 participants
participants (1)
-
Laszlo Hornyak