Mantis - Resin
Viewing Issue Advanced Details
5210 minor always 09-06-12 12:26 09-06-12 13:19
sondresb  
ferg  
normal  
closed 4.0.28  
fixed  
none    
none 4.0.31  
0005210: Files with wrong ownership hangs
Files with wrong ownership hangs, should return http 403?

Actually I think files not owned by resin, but with read permissions for resin user, should have been delivered OK (200 + file written)?

This was the permission before (browser just hangs until timeout, resin never deliver a response):

-rw-r--r-- 1 root root 400 Sep 6 18:54 crossdomain.xml

After changing to:

-rw-r--r-- 1 resin root 400 Sep 6 18:54 crossdomain.xml

It is delivered OK.

Notes
(0006043)
sondresb   
09-06-12 12:32   
License number on this system is 1014458. Not critical for us in any way now, since we found the workaround.