Gregor J. Rothfuss wrote:
we are currently getting ParanoidCocoonServlet to work with unexploded
WARs (in order to deploy javaflow on BEA Weblogic). this requires
replacing the getRealPath() calls with getResourcePaths().
unfortunately, that method is only available in servlet 2.3, and
cocoon still ships with 2.2 in lib/core (and 2.3 in lib/optional)
is it planned to move to servlet 2.3?
the presence of the 2.3 lib and the 2.3 doctype in web.xml seem to
indicate it. compiling with servlet 2.3 didn't cause problems for me,
and any reasonably recent servlet container already runs cocoon under
2.3 anyway.
For compatibility, Cocoon 2.1.x will remain at JDK 1.3 and Servlet 2.2.
Cocoon 2.2 will use JDK 1.4 and Servlet 2.3.
HTH
Ralph