Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix regex used to grab uploadId parameter in multipart uploads #118

Merged
merged 1 commit into from
Oct 26, 2012

Conversation

marios
Copy link
Contributor

@marios marios commented Oct 26, 2012

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 .*)

(can include more than just \w - needs .*)
treeder pushed a commit that referenced this pull request Oct 26, 2012
fix regex used to grab uploadId parameter in multipart uploads
@treeder treeder merged commit 2c3ae27 into appoxy:master Oct 26, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants