You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When comparing the template with the solution submission, also binary files like .jar are included in the request unnecessarily increasing the payload size. This has been patched for one call in the following issue: #9929.
This filter should be extended to other calls, e.g. when sending data to Pyris, we should not include binary files. Other rest calls where the binary files are not required (i.e. in diff viewers) a filter should be added to omit these files.
To Reproduce
n/a
Expected behavior
Payload size should be reduced where binary files are not needed
Screenshots
No response
Which version of Artemis are you seeing the problem on?
Describe the bug
When comparing the template with the solution submission, also binary files like .jar are included in the request unnecessarily increasing the payload size. This has been patched for one call in the following issue: #9929.
This filter should be extended to other calls, e.g. when sending data to Pyris, we should not include binary files. Other rest calls where the binary files are not required (i.e. in diff viewers) a filter should be added to omit these files.
To Reproduce
n/a
Expected behavior
Payload size should be reduced where binary files are not needed
Screenshots
No response
Which version of Artemis are you seeing the problem on?
7.10.1
What browsers are you seeing the problem on?
Firefox
Additional context
Extends #9929
Relevant log output
The text was updated successfully, but these errors were encountered: