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

org.scribe.model.Verb enum does not support PATCH #558

Closed
Helmsdown opened this issue Jun 15, 2015 · 0 comments
Closed

org.scribe.model.Verb enum does not support PATCH #558

Helmsdown opened this issue Jun 15, 2015 · 0 comments

Comments

@Helmsdown
Copy link

I stumbled upon this using RestAssured's oauth functionality.

java.lang.IllegalArgumentException: No enum constant org.scribe.model.Verb.PATCH
at java.lang.Enum.valueOf(Enum.java:238)
at org.scribe.model.Verb.valueOf(Verb.java:8)
at com.jayway.restassured.internal.http.AuthConfig$OAuthSigner.process(AuthConfig.java:213)
at org.apache.http.protocol.ImmutableHttpProcessor.process(ImmutableHttpProcessor.java:131)

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

No branches or pull requests

1 participant