Brooks Brown

Results 6 comments of Brooks Brown

I ran into this last year. It's extremely frustrating and it seems very obvious what the problem is - the code simply tries to create an enormous buffer. Please look...

My workaround is to inject a version of AbstractBox.class into the library using the project. In my case, this is tika-app-1.13.jar. This only works on the 1.x branch of mp4parser,...

Having the same issue. I think you're right - something in my app is posting to the iframe.

I am fine with that. I never got around to tracking it down, getting more information on what kind of event like you suggested. ________________________________ From: Eli Grey Sent: Tuesday,...

I am seeing this issue as well. Seems pretty straightforward to repro. Here's an example url: https://xxxxxx.com/737d5867-af87-43f6-aada-c430739112cd/Thumbnail?response-content-disposition=inline%3B%20filename%3D%22bernstein-firebird%3F.jpg-Thumbnail.png%22%3B%20filename*%3DUTF-8%27%27bernstein-firebird%25E4%25BC%25A0.jpg-Thumbnail.png&Expires=1611354894&Key-Pair-Id=APKAJRJSTNY6G6ZJ2I4A&Signature=Fe1ki1PV-8To1X6~vPw-4LyZQ8N6W79TDcXsvT6hnihsCp1NttGu~QK2i9BEVA7orHbZXZRjqTGFUzIsL7L8Y01H3qDlDNXh1Jtvy3EbFE5lESgDH22Wer-FrkmlfbyRdZmlSr6Kzd7H~w-luLWwfTfjhCJjqkgELVU~ZhqVXZhU5aK2ISE2EUbCNdpIehdZ1akSgzkIZlyT4KvlUT1xBAGLEK0XBy6IGsccEEBTtTY-dKPnQo7HIA0e71xopDClnZRZUCftekEIz5nMSXyGU5TexKbCldcUXIqfUNPqF-tdUYxVDKnJSJcERF8xo4TcbUxmtdcoipaMVb0G7U54cg__ The actual filename is bernstein-firebird传.jpg-Thumbnail.png. Seems to be encoded correctly in the content-disposition.

Looking at this further, the problem is that when I send a url with response-content-definiton=attachment%3B%20filename%3D%22name%3F.jpg%22%3B%20filename*%3DUTF-8%27%27filename%25CC%2588.jpg to AWS.CloudFront.Signer.getSignedUrl it gives me a url with the UTF-8%27%27 part converted to UTF-8''. In...