[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index] [Home]

relative url compliance (jsp1.2)


Hi there,

I'm using gnujsp to validate my own servlet
engine, and discovered that the testsuite
expects the include and forward action as well
as the errorpage attribute to behave differently
than mentioned in the specs (jsp1.2).

All three are supposed to use a URI relative to the
servlet context root. So, for example in the test
case called 2_13_4-3, i had to make the following
change to follow the spec:

old:
[[Value: <jsp:include page="/testsuite/value.html"
flush="true" /><jsp:include
page="/testsuite/value.html" flush="true" />]]

new:
[[Value: <jsp:include page="/value.html" flush="true"
/><jsp:include page="/value.html" flush="true" />]]

I had to make similar changes to the following tests:
2_13_4-6
2_13_5-16
2_13_5-3
2_13_5-9
2_7_1-35
2_7_6-4

I guess this is due to the fact that gnujsp supports
only version 1.0 of the specs. Can anyone confirm?

This leads me to the next question: Is there any plan
for a jsp1.2 version of gnujsp?

thanks,

Stephane



____________________________________________________________
Do You Yahoo!?
Get your free @yahoo.co.uk address at http://mail.yahoo.co.uk
or your free @yahoo.ie address at http://mail.yahoo.ie