mockmartin / fme-alfresco-extensions

Automatically exported from code.google.com/p/fme-alfresco-extensions
0 stars 0 forks source link

Permission error when an alfresco action creates a node #38

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

1. Install Gallery plus module and restart the server
2. Use Download & zip action with a non administrator user 

What is the expected output? What do you see instead?

A permission error is happening when using the download & zip action.

What version of the product are you using? On what operating system?

Alfresco community 4.2.c, Linux 64bits, MySQL

Please provide any additional information below.

Reviewing the log, the error is in the behaviour of the AlbumAspect, at the 
onCreateNode event, it runs when the Download Action creates a temporal node, 
and it gives an error if you are logged with a non administrator user. I attach 
the log file

Original issue reported on code.google.com by patricia.zylk on 20 May 2013 at 7:46

Attachments:

GoogleCodeExporter commented 8 years ago
I looks like the onCreateNode is triggered on the AlbumAspect when the 
temporary ZIP file is deleted. A condition is needed to skip that case 
(aspect/type or maybe store).

Original comment by Florian....@gmail.com on 21 May 2013 at 9:03