Jason Grant wrote:
> 
> Hi Geir,
> 
> This goes back to a thread of approx 1 month ago, entitled "Invalid
> references on HttpSession Object".  Back then, I was unable to invoke
> a public method on a superclass via Velocity, e.g.:
> 
> $data.getSession().getId()
> 
> could not be invoked, even though getSession() returns a HttpSession
> derivative here.  It turned out that the concrete HttpSession object
> (here, the Tomcat implementation) had restricted access to the method,
> and this effectively masked out the method from the Velocity
> perspective.
> 
> I was wondering if there are any plans to address this issue.  I know
> that the fix to velocity is not trivial.

If I got it right, it wasn't bad - I just checked in an attempt to solve
the problem.  It's very simple, its not optimal, but it appears to
work.  I will prollie back it out of 1.1 unless it is deemed ok by
substantial independent verification.

geir

-- 
Geir Magnusson Jr.                           [EMAIL PROTECTED]
System and Software Consulting
Developing for the web?  See http://jakarta.apache.org/velocity/
"still climbing up to the shoulders..."

Reply via email to