Skip to content

Commit

Permalink
Fix IllegalArgumentException when OPTIONS in cors
Browse files Browse the repository at this point in the history
  • Loading branch information
mziccard committed Sep 24, 2015
1 parent 3739a1a commit cab0ebd
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 cab0ebd

Please sign in to comment.