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
{{ message }}
This repository was archived by the owner on Aug 18, 2020. It is now read-only.
Allow streaming of non UTF-8 data in the GUIServlet
This fixes a bug when the gui was used with the bootstrap launcher
running on windows. Then specific files were always failing with a
500 server error. One of these files were e.g. /vendor.js.
By not converting all bytes to a string and directly returning them
this issue is fixed for me.
0 commit comments