BPCatalog file-upload component bug
Hi!
I think that found a bug:
If for the BPCatalog uploading example (bp-file-upload.war) you change in web.xml a Faces Servlet mapping from "/faces/*" to "*.jsf" - component doesn't work when index.jsf is opening (progress bar didn't see and uploading didn't any action):
...
<servlet-mapping>
<servlet-name>FacesServlet</servlet-name>
<url-pattern>*.jsf</url-pattern>
</servlet-mapping>
...
What I'm doing wrong? It's bug?

