I'm using MultipartEntity from Apache HTTP Components 4.1, to making request 
with attachments. I'm not using other classes, just MultipartEntity because 
it can easily prepare all required headers and binary data to send.

It was working fine for several weeks, but today i always receive 

java.lang.SecurityException: Unable to get members for class 
org.apache.http.entity.mime.MultipartEntity
        at 
com.google.appengine.runtime.Request.process-475d72f1d7fe72ca(Request.java)
        at 
org.codehaus.groovy.reflection.CachedClass$3$1.run(CachedClass.java:83)
        at java.security.AccessController.doPrivileged(AccessController.java:34)


just when i'm trying to create an new instance at:
MultipartEntity multipart = new MultipartEntity()

I'm using Groovy as server-side language, and seems that it's the cause of 
this issue, but everything was fine before.

Something is changed today on server side part? 
What can I use instead of this?

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to google-appengine-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to