What must those 2 methods do?
are they suppose to call something on the for example "realResponse"
variable of the Buffered?
because then we get a compile error when compiling against 2.3
And we don't really have to upgrade to 2.3 (we don't need anything from the
spec)

As long as those 2 new methods are not called there is no problem
And those 2 classes are internal to the wicket code so those methods won't
be called

johan


On 8/20/07, David Leangen <[EMAIL PROTECTED]> wrote:
>
> > > There are currently 2 classes that do not compile with 2.4:
> > >
> > >   BufferedHttpServletResponse
> > >   MockHttpServletResponse
> > >
> > >
>
> > they should run fine on 2.4 (tomcat 5) or 2.5. (tomcat 6) as long as
> > the 2.4/2.5
> > methods are not called.
> >
> > I guess they are just new methods that aren't implemented yet?
>
> Yes, that's correct.
>
> So, you're saying that it should _run_ with 2.4/2.5, but it won't
> _compile_. Is that it?
>
> The fixes to the above classes are fairly simple, and it would allow
> wicket to compile against 2.4.
>
>
> Cheers,
> Dave
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to