Closed marios closed 12 years ago
I noticed an issue with one regex used to extract the 'uploadId' parameter. Basically, the Id can include characters like '.' e.g. this is a valid uploadId I got today:
"pCz.6i8XVQHubk9RxTgufJPjXFXp1O6LfaXgM3LBCw82GcO5Eb8WfsUGNuj.jqR3CS5Y1nh8MNU55fB5mdw.PkBO1J3sh5bXgj6.hcppoi7V_73PluHJDt8p1bQqV1we"
(can include more than just \w - needs .*)
I noticed an issue with one regex used to extract the 'uploadId' parameter. Basically, the Id can include characters like '.' e.g. this is a valid uploadId I got today:
"pCz.6i8XVQHubk9RxTgufJPjXFXp1O6LfaXgM3LBCw82GcO5Eb8WfsUGNuj.jqR3CS5Y1nh8MNU55fB5mdw.PkBO1J3sh5bXgj6.hcppoi7V_73PluHJDt8p1bQqV1we"
(can include more than just \w - needs .*)