eclipse-ee4j / eclipse-ee4j/jersey
missing space after semi-colon before the start of param=value
Open
- Dominant language
- Java
- Stars
- 730
- Forks
- 382
- PR merge metrics
- No merged PRs in 30d
Description
This is a regession bug of #909. The culprit seems to be in MediaTypeProvider [line 78](https://github.com/jersey/jersey/blob/ac34707df4ca97028ce6abfc2eeb4a39eae77b81/core-common/src/main/java/org/glassfish/jersey/message/internal/MediaTypeProvider.java#L78) as far as I can tell with a quick glance. I would be willing to create a pull request on this if anyone can confirm that this is the only place this is a problem.
My specific problem is that we have a an OpenCPU that returns a 404 if this space is missing.
Contributor guide
Assessment
This issue has not been assessed yet.