eclipse-ee4j / jersey

Eclipse Jersey Project - Read our Wiki:
https://github.com/eclipse-ee4j/jersey/wiki
Other
690 stars 351 forks source link

missing space after semi-colon before the start of param=value #3606

Open jerseyrobot opened 7 years ago

jerseyrobot commented 7 years ago

This is a regession bug of #909. The culprit seems to be in MediaTypeProvider line 78 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.

jerseyrobot commented 6 years ago
jerseyrobot commented 7 years ago

@pavelbucek Commented I'm not saying we won't "fix" the issue, but shouldn't this be filed against the other product/project you are using?

jerseyrobot commented 7 years ago

@manuel-hegner Commented I have done that too, or told the responsible person to, at least. But as this space seems to be recommended and it was already something mentioned and fixed in Jersey once, I thought, why not.