Project

General

Profile

Defect #43075

Updated by Holger Just 2 days ago

Think this might be after a chrome or windows security update but in the last week all of a sudden, certain files give a 403 xhr error. It's not consistent - 2 files, both jpg, one works, one does not. This is with an old 3.4.3 version (have lots of plugins). And normally would not bother the community because this is so old, but thought i would ask in case anyone else is seeing the same in the last week or so. Any ideas? 

 Environment: 
   Redmine version                  3.4.3.stable 
   Ruby version                     2.3.5-p376 (2017-09-14) [x86_64-linux] 
   Rails version                    4.2.8 
   Environment                      production 
   Database adapter                 Mysql2 

 error - 

 <pre> 
 POST https://<xxxservernameherexxx>.com/uploads.js?attachment_id=3&filename=1-profile-002.jpg&content_type=image%2Fjpeg 403 (Forbidden) 
 send 	 @ 	 jquery-1.11.1-ui-1.1…1.4.js?1508097600:4 
 ajax 	 @ 	 jquery-1.11.1-ui-1.1…1.4.js?1508097600:4 
 window.uploadBlob 	 @ 	 image_paste.js?1510757267:19 
 actualUpload 	 @ 	 attachments.js?1508097600:56 
 ajaxUpload 	 @ 	 attachments.js?1508097600:85 
 addFile 	 @ 	 attachments.js?1508097600:27 
 (anonymous) 	 @ 	 attachments.js?1508097600:168 
 each 	 @ 	 jquery-1.11.1-ui-1.1…1.4.js?1508097600:2 
 uploadAndAttachFiles 	 @ 	 attachments.js?1508097600:168 
 addInputFiles 	 @ 	 attachments.js?1508097600:141 
 onchange 	 @ 	 6930:1 
 </pre>

Back