[closed] How to address unsupported MIME types in RTC Code Review functionality?
We are using RTC 6.0.2 and are implementing Code Review functionality.
A few issues:
1. Seems like a number for the file extensions are not recognized as valid types (.js, .css, .jsp)
2. For some of the larger files that fit into the unsupported mime types, it is super slow to load up the code review comparison screen, to the point that the browser asked if we wanted to kill the long running script.
A comment from one of our users:
filename1.js is an example of a long loading file. It is just over 1K lines long and crushes the browser. By comparison, filename2.java does not get the invalid MIME type warning and as 3600 lines of code and loads quickly.
How do we resolve these issues?
The question has been closed for the following reason: "The question is answered, right answer was accepted" by davidhoney Jun 05 '23, 4:22 a.m.
Accepted answer
There were a number of file extensions that were added (including the mentioned .js, .css, .jsp) in the ongoing 6.0.5 release.
Comments
Aaron Cabrera
Oct 02 '17, 11:24 a.m.The exact message we get in the web client when doing a code review of java script files is: