Re: Include Directive 3.1 Vs 3.2

2000-12-04 Thread Craig R. McClanahan
This issue was the topic of quite a lot of discussion on the expert group for the servlet 2.3 and JSP 1.2 specs. Tomcat 3.2 implements the result of what the expert group decided was the intended behavior. Craig McClanahan Shahed Ali wrote: > I noticed that if I have an include directive wit

Include Directive 3.1 Vs 3.2

2000-12-04 Thread Shahed Ali
I noticed that if I have an include directive within another include directive, in Tomcat 3.1, the 2nd include has a path relative to the jsp doument.   But in 3.2 its relative to the 1st include document.   i.e A.jsp ---> includes 1.inc -> includes