Skip to content

Commit

Permalink
Merge pull request #178 from mziccard/fix-exception-cors-option
Browse files Browse the repository at this point in the history
Fix IllegalArgumentException when OPTIONS in cors
  • Loading branch information
aozarov committed Sep 24, 2015
2 parents 3739a1a + cab0ebd commit 4a0862d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@
* Http method supported by Storage service.
*/
public enum HttpMethod {
GET, HEAD, PUT, POST, DELETE
GET, HEAD, PUT, POST, DELETE, OPTIONS
}

0 comments on commit 4a0862d

Please sign in to comment.