eclipse-passage / passage

Define and control license checks and usage constraints for OSGi / RCP / IDE
https://www.eclipse.org/passage/
Eclipse Public License 2.0
6 stars 8 forks source link

[FLS] Fix completion of responses without payload #1351

Closed HannesWell closed 2 months ago

HannesWell commented 2 months ago

Without this responses without payload, e.g. to grant-release requests are not correctly delivered and the client just times-out.

This was forgotten in https://github.com/eclipse-passage/passage/pull/1258.

codecov[bot] commented 2 months ago

Codecov Report

Attention: Patch coverage is 0% with 1 lines in your changes are missing coverage. Please review.

Project coverage is 33.43%. Comparing base (394625e) to head (7fb8b18). Report is 3 commits behind head on master.

Files Patch % Lines
...lipse/passage/lic/internal/jetty/JettyHandler.java 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1351 +/- ## ========================================= Coverage 33.43% 33.43% Complexity 368 368 ========================================= Files 1179 1179 Lines 25864 25865 +1 Branches 1591 1591 ========================================= + Hits 8647 8648 +1 Misses 16695 16695 Partials 522 522 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

eparovyshnaya commented 2 months ago

Thanks, @HannesWell !

HannesWell commented 2 months ago

Thank you for the quick review!