> Can't you just have the action that "fronts" the PDF servlet return a forward > that represents the path to that servlet? > > web.xml: > > <servlet-mapping> > <servlet-name>pdfServlet</servlet-name> > <url-pattern>/pdf</url-pattern> > <servlet-mapping> > > You could also include a <security-constraint> element to ensure that clients > can't make direct requests to the PDF servlet. >
That was what I was thinking about, but I thought it would allow user to get direct request to pdf-servlet. I never used <security-constraint> (nobody's perfect ;-)), could you give us an example please ? Nico. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

