I've been using ognl 2.7.2 for quite a while with no problems.  But when I
saw you guys talking about 2.7.3, I decided to update my library and give it
a try, but http://www.ognl.org seems to be gone and the download page on
http://www.opensymphony.com/ognl seems to be down as well.  Is there
somewhere else I should be looking for the updated libraries?
  (*Chris*)

On Sat, Jul 18, 2009 at 6:02 PM, Musachy Barroso <musa...@gmail.com> wrote:

> On Sat, Jul 18, 2009 at 5:43 PM, Musachy Barroso<musa...@gmail.com> wrote:
> > As a side note, I just noticed that trying to get a value from the
> > ValueStack, whose key(or an intermediate object in the expression)
> > does not exist is an expensive operation, because a new OgnlException
> > is thrown, even when it doesn't make it out of the value stack it is a
> > (unnecessary) performance hit, and it happens very, very often, I am
> > trying to figure out  way to avoid it.
>
> meh...not fixable, I would have to do a change on OGNL code.
>
> musachy
> --
> "Hey you! Would you help me to carry the stone?" Pink Floyd
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org
> For additional commands, e-mail: dev-h...@struts.apache.org
>
>

Reply via email to