FineUploader / server-examples

Server-side examples for the Fine Uploader library
https://fineuploader.com
MIT License
279 stars 204 forks source link

check for null queryString in handleSignatureRequest() #43

Closed rushimusmaximus closed 8 years ago

rushimusmaximus commented 8 years ago

check for null queryString in handleSignatureRequest() before performing contains() check. In Tomcat 8, this value is null when the query string is empty (Ah Java how you love the NPE's...)

rnicholus commented 8 years ago

Nice catch. Thanks!