From: Krzysztof B. <kb...@un...> - 2020-06-03 11:16:44
|
Hi Sander, W dniu 02.06.2020 o 06:53, Sander Apweiler pisze: > Good morning Krzysztof, > > I found an issue in Oauth client registration with non jpeg logos. > Unity accept them while uploading and displaying them in the > registration request. When I want to accept them, I get an error > because the logo is not an jpeg. I attached the log. Should unity only > handle jpegs? IMHO: In this case the check should be done while > uploading. > > We are using unity 3.2.2. Yeah, thanks for bringing it up. That is still small thing we need to align. Long time ago Unity supported only JPEG images as attribute value. More recently we added a much better attribute syntax which handles also other web-enabled picture formats and also fixes some of the original type problems like double compression. This new type is available for regular attribtues, but we haven't prepare a migration changing system-defined attribute types (like oauth client's logo) to the new format. I'll open a ticket to clean this up finally and also drop the old syntax. Thanks, Krzysztof |