hi;
i am using myfaces 1.1.1 over
jsf RI 1.1 & tomcat 5.5.9.
i am trying to use the
uploadFile component.
everything is fine when i upload
files under the max size defined in the MyFacesExtensionsFilter
but when trying to upload files
over the limit the upload never ends - it just hangs (no exception, the browser
is just stuck trying to move the the next page).
i tried 1.1.3 and got the same
results.
of course, the 1.1.1. myfaces
examples do work but it looks like i am doing the same and still when
passing the limit it just hangs (somewhere in the filter because the code in the
backing bean is not invoked)
any suggestions here would be
great!.
thanks in
advance.

