Controlling Confluence Attachment

Batuhan Kandiran September 20, 2012

Hi Everyone,

Firstly i created confluence plugin that includes event listener module. I can capture the event of creating of attachment by using

@EventListener
public void attachmentCreateEvent(AttachmentCreateEvent event){

....

}

but i want to conrol and block attachments that file extension is ".exe". how can i handle this problem ?


can i use FileUploadUtils class or something else could you help me ?


Thanks

1 answer

0 votes
Rodrigo Girardi Adami
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
December 12, 2012

Hello!

This might be of a help to you: https://jira.atlassian.com/browse/CONF-6931

We have that Feature request open, but unfortunately it seems it won't be implemented for now. At least in a near future not, but the comment from my colleague Matt in that feature is worth of trying:

"One potentially implementation would be to write a filter plugin that intercepts multipart file upload requests and rejects them based on the name or contents of each file."

I'm not a developer myself, so I might not be able to help you in this request, but I can give you some directions with this idea. I'll leave this question open as other Devs might see this and know how to implement this function.

Cheers,

Rodrigo

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events