From: "Jason Carreira" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
> Isn't "suppressAccessChecks" only if you're accessing private or
> protected properties using reflection?

Yes, I believe so. It is used in the ValueStack to be able to call/access methods that 
matches parameters but may be protected.
There is a comment in the code: "Try to sneak through security" so that's what it is 
used for.

Cheers,

Dick Zetterberg
[EMAIL PROTECTED]


> > -----Original Message-----
> > From: Dick Zetterberg [mailto:[EMAIL PROTECTED] 
> > Sent: Tuesday, September 09, 2003 3:57 PM
> > To: [EMAIL PROTECTED]
> > Subject: Re: [OS-webwork] Running WebWork on Sun ONE 
> > Application Server 7
> > 
> > 
> > I am not sure about WW2, but for WW1 you have to have some 
> > permissions for the reflection and property editors to work.
> > 
> > There is a Wiki note here: 
> > http://wiki.opensymphony.com/space/Running+WebWork+on+SunONE
> > 
> > According to it you should set the following permissions to 
> > make it work:
> > 
> > - Give Write Permissions to java.util.PropertyPermission.
> > -  Add java.lang.reflect.ReflectPermission "suppressAccessChecks"
> > 
> > Best regards,
> > 
> > Dick Zetterberg
> > [EMAIL PROTECTED]
> > 



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Opensymphony-webwork mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork

Reply via email to