[Yanel-dev] WARN: Backwards compatibility issue

Michael Wechner michael.wechner at wyona.com
Thu Dec 19 08:55:39 CET 2013


Hi

This is now fixed inside the master branch:

git log
src/webapp/src/java/org/wyona/yanel/servlet/communication/YanelFilter.java
commit 6de6b0eba3872795cfb96fc992f731f2cb56a215
Author: Michael Wechner <michael.wechner at wyona.com>
Date:   Thu Dec 19 08:52:51 2013 +0100

    check whether max size is configured

Thanks

Michael

Am 18.12.13 21:39, schrieb Michael Wechner:
> 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