commons-fileupload icon indicating copy to clipboard operation
commons-fileupload copied to clipboard

Apache Commons FileUpload is a robust, high-performance, file upload capability to your servlets and web applications

Results 9 commons-fileupload issues
Sort by recently updated
recently updated
newest added

Bumps commons-parent from 52 to 53. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.commons:commons-parent&package-manager=maven&previous-version=52&new-version=53)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies
java

Bumps [jakarta.servlet-api](https://github.com/eclipse-ee4j/servlet-api) from 5.0.0 to 6.0.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=jakarta.servlet:jakarta.servlet-api&package-manager=maven&previous-version=5.0.0&new-version=6.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies
java

This pull request based on commons-fileupload 1.5 and support an security requirement the encrypted temporary files. Ciphers you could inject by java SPI. I have to use it with a...

As of now FileUploadBase has sizeMax which is global for all uploads, in many cases it is required to calculate this limit based on request. https://stackoverflow.com/questions/16585866/changing-file-size-limit-maxuploadsize-depending-on-the-controller

Not sure why this API has calling conventions that vary so drastically from method to method. Since this is still in M2 stage, it seems like it is still not...

Bumps [jakarta.servlet:jakarta.servlet-api](https://github.com/eclipse-ee4j/servlet-api) from 5.0.0 to 6.1.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=jakarta.servlet:jakarta.servlet-api&package-manager=maven&previous-version=5.0.0&new-version=6.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: #...

dependencies
java

Bumps [org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.6.3 to 3.7.0. Commits 2c28b8d [maven-release-plugin] prepare release maven-javadoc-plugin-3.7.0 5530d68 [MJAVADOC-793] java.lang.NullPointerException: Cannot invoke "String.length()... 08cf68e Revert "Bump org.codehaus.plexus:plexus-archiver from 4.9.1 to 4.9.2" 6446822 Bump org.apache.maven.shared:maven-invoker from...

dependencies
java

per rfc7578 section 4.8, only listed part header fields (Content-Type, Content-Disposition, and Content-Transfer-Encoding) are supported. ***Other header fields*** MUST NOT be included and ***MUST be ignored***. Suggest review JIRA 130...