SwapnilShahGit / SIP

This is a project that was created by the PEY Interns of the 2016-2017 year at SOTI. We created an organizational tool for students using the MEAN stack.
3 stars 0 forks source link

Java parsing component should accept non pdf extensions #586

Closed hobindar closed 7 years ago

hobindar commented 7 years ago

Restify strips away file extensions on upload for security reasons. Consequently, the Java component cannot rely on the file's extension for validation. Maybe pdfbox throws a runtime exception if it's given a non-PDF?

hobindar commented 7 years ago

Merged, closing.