You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.../test.xhtml -> fileUpload stops working (no errors in log, no errors in networking browser tab)
.../test1 -> fileUpload stops working (no errors in log, no errors in networking browser tab)
The managed bean is in ViewScoped mode, and repeat, without configuring the new rule the fileUpload perfectly works.
PrimeFaces 14.0.8
Rewrite 10.0.2-Final (rewrite-servlet / rewrite-integration-faces)
Jakarta EE 10.0.0
Payara Server 6.2024.11
Hi,
I've a JSF page with a PrimeFaces fileUpload component.
The fileUpload component is working well until I introduce a new mapping for that page.
.../test.xhtml -> fileUpload works like a charm !
As I configure the new path on @RewriteConfiguration (only 1 rule inside the configuration):
.../test.xhtml -> fileUpload stops working (no errors in log, no errors in networking browser tab)
.../test1 -> fileUpload stops working (no errors in log, no errors in networking browser tab)
The managed bean is in ViewScoped mode, and repeat, without configuring the new rule the fileUpload perfectly works.
PrimeFaces 14.0.8
Rewrite 10.0.2-Final (rewrite-servlet / rewrite-integration-faces)
Jakarta EE 10.0.0
Payara Server 6.2024.11
I've posted the relevant code on stackoverflow:
https://stackoverflow.com/questions/79268597/primefaces-fileupload-not-working-if-page-is-served-by-ocpsoft-rewrite
Any idea ?
The text was updated successfully, but these errors were encountered: