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

Custom types are not supported in multipart forms #70

Closed
blast-hardcheese opened this issue Jul 6, 2018 · 0 comments
Closed

Custom types are not supported in multipart forms #70

blast-hardcheese opened this issue Jul 6, 2018 · 0 comments
Labels
bug Unexpected behaviour for functionality that either was intended to work, or has worked in the past scala-akka-http Pertains to guardrail-scala-akka-http

Comments

@blast-hardcheese
Copy link
Member

The way custom types were handled in 0.36.0 ended up deriving FromEntityUnmarshaller[Serializable] as soon as you have a non-string value.

Instead of implicitly resolving the unmarshaller, we should be explicit about how the unmarshallers are handled

@blast-hardcheese blast-hardcheese added bug Unexpected behaviour for functionality that either was intended to work, or has worked in the past scala-akka-http Pertains to guardrail-scala-akka-http labels Jul 6, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Unexpected behaviour for functionality that either was intended to work, or has worked in the past scala-akka-http Pertains to guardrail-scala-akka-http
Projects
None yet
Development

No branches or pull requests

1 participant