Hi, I have a requirement to apply a security filter on MTOM attachments based on configured of content type and file name extension. For example file name with ".mp3" shouldn't be allowed for uploading or content image/png shouldn't be allowed.
I see in my soap request Content-Disposition: attachment; name="xyz.tif" but the file name is not being parsed in axis2. I was expecting the name in my DataHandler but that turned out to be stream name. Datahandler does give me handle for the correct content type. The only missing link is file name. I am wondering does axis2 parses disposition file name at all? Can any one help me to resolve this. Thanks, Sridhar
