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.

It's something I am working on.  Was actually working on earlier today. 
By sheer coincidence, it was because of HttpSession access that I was
doing it.

I don't think it will be a big deal, but as it's something core, we need
to bash it around a bit.  So I assume that would be something we do with
a 1.1.x or 1.2 release.

I think this is very important and isn't being ignored - but there are a
few people relying on the features we have added since 1.0, namely the
internationalization via encoding and the event cartridge stuff, so we
shouldn't hold it up.

Since I believe that smaller, incremental releases are a good thing, I
would be 100% behind getting another release out there with this as soon
as we are sure things are good.

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