Page 1 of 1
401 authorization issues on java upload
Posted: 20 Mar 2010, 17:39
by jciconsult
1) For security reasons, I like to have the administrator tree password protected
2) I have NOT enabled an FTP account to the images folder tree
3) I get a 401 authorization error from your software.
Re: 401 authorization issues on java upload
Posted: 23 Mar 2010, 14:27
by Jan
Hi, it is common problem with authorization. The java needs to load files from administration folder, so there are only two ways:
1) not use javaupload in frontend
2) not use password protection in administration
It is hard to say but there is no other way.

On some forums there is guide how to add encrypted password to frontend html code and send it in java but I think this is the worst thing you can make, in fact you are displaying your password in your html code (e.g. base64 can be easily decrypted, in fact it is no encryption method)
Jan
Re: 401 authorization issues on java upload
Posted: 16 Nov 2010, 17:48
by lmanders
Hello,
Has this problem been resolved in any other way? I get the same error HTTP status 401 authorization required. I cannot remove authorization from my site. I really like phoca gallery, however not having multiple file uploads is a deal breaker for me. Please let me know if there has been an update or something that would fix this problem
Re: 401 authorization issues on java upload
Posted: 16 Nov 2010, 21:22
by Jan
Hi, I think, only the overwriting the whole component (copy the features to frontend) is the only one solution
Jan
Re: 401 authorization issues on java upload
Posted: 16 Nov 2010, 21:36
by jciconsult
What you can try is put .htaccess files in the relevant subfolders of phoca that relax security just for those subfolders. That may help. I have found that this technique works in other components.