[Yanel-dev] WARN: Backwards compatibility issue

Michael Wechner michael.wechner at wyona.com
Wed Dec 18 21:39:18 CET 2013


Hi

The current master git version is requiring the following init-param
inside web.xml
 
 <filter>
    <filter-name>YanelFilter</filter-name>
   
<filter-class>org.wyona.yanel.servlet.communication.YanelFilter</filter-class>
    <init-param>
      <param-name>max-file-size</param-name> <!-- in bytes -->
      <param-value>-1</param-value> <!-- value '-1' means that there is
no limit -->
<!--
      <param-value>3000000</param-value>
-->
    </init-param>
  </filter>

otherwise Tomcat will not start up (see catalina.out), which means it's
not backwards compatible.

I will try to fix this by tomorrow.

Please apologize any inconvenience.

Thanks

Michael


More information about the Yanel-development mailing list