Jukka Zitting wrote:
> Hi,
> 
> What parts of Sling require servlet-api 2.4 and jsp 2.0 over
> servlet-api 2.3 and jsp 1.2? How strict are these requirements?
> Basically, how hard it would be to make run Sling on a 2.3 servlet
> container?
> 
It seems that apart from the jsp issue, sling only uses the
setCharacterEncoding() method of 2.4; this can be changed easily.

Now for the jsp issue, I think we should try to support jsp 2.0. But
perhaps we are safe here as well as the whole jsp engine runs in its own
bundle and does not use the servlet api of the servlet engine. As long
as there are now problems between the bridging from sling to the jsp
engine this should work in 2.3 as well while still support jsp 2.0.

Carsten

-- 
Carsten Ziegeler
[EMAIL PROTECTED]

Reply via email to