Re: this is a bug, right?

2002-09-18 Thread Bill Barker
Not a bug. c:insert calls RequestDispacher.include, where section 8.3.1 of the (2.3) servlet spec requires that getPathInfo, getPathTranslated, getServletPath all reflect the values of the included servlet. As per the section above, you can obtain some of the original values via calling

Re: this is a bug, right?

2002-09-18 Thread Craig Longman
On Wed, 2002-09-18 at 02:43, Bill Barker wrote: Not a bug. c:insert calls RequestDispacher.include, where section 8.3.1 of the (2.3) servlet spec requires that getPathInfo, getPathTranslated, getServletPath all reflect the values of the included servlet. yeah, although that part tripped me

this is a bug, right?

2002-09-17 Thread Craig Longman
when i've done an import (either using the c:insert or tiles:insert) i find that many of the request.getXXX methods relating to the URL produce bogus results. here is what i get (from an included file): getRequestURI(): HEAD TITLEre getPathInfo(): null getPathTranslated(): null