I've tried the solution from: Primefaces FileUpload with PrettyFaces and JSF 2.2.3
But it doesn't work for a few files (tested under tomcat 7.0.50).
One of the files is: http://ftp.carnet.hr/misc/apache//xerces/j/source/Xerces-J-src.2.11.0-xml-schema-1.1-beta.zip
Has someone a better solution for this problem (other than removing the urlmapping)?
EDIT: There is no error/exception thrown! File is shown in the PrimeFaces FileUpload, but the listener is not fired! JSF2.2 inputFile doesn't work, too!