> On 2025 Sep 23, at 22:02, jianhlang <[email protected]> wrote: > > My application(jsf2.2+primeface6.0,OEPNJDK1.8) running well when deployed in > Tomcat9.0.105,but without any code changes and it facing a file upload and > file download issue by using Tomcat9(>= 9.0.106). > > code as below: > <p:fileUpload id="fileUploadId" fileUploadListener="#{invInfoAM.uploadFile}" > fileLimit="1" > mode="advanced" sizeLimit="20971520" > allowTypes="/(\.|\/)(jpe?g|png|pdf)$/" > oncomplete="recognition();"/> > apache common lib we used: > > > Do we have any suggestion to solve this issue?
What issue? You haven’t told us anything other than the Tomcat version. For starters, describe the actual problem you’re seeing, the platform you’re running on, and the exact JVM version you’re using. Note that attachments are stripped in this mailing list, so post only text. - Chuck
