Indeed - JSTL 1.0 does not support advanced HTTP operations from within JSP pages using <c:import> (e.g., basic authentication, free modification of headers), but a future version of JSTL could if there were enough perceived need. As Peter says, it's a good idea to inform the expert group if you'd like to see this feature; the address is
[EMAIL PROTECTED] -- Shawn Bayern "JSTL in Action" http://www.jstlbook.com On Wed, 21 Aug 2002, peter lin wrote: > I'm assuming you want to get at things like cookies, user-agent and > other http header data. > > you may want to make a request to the expert group, so that it is > included in the next version of JSTL. I believe the current > importsupport class just uses standard url & httpurlconnection classes. > shawn will know more about the current implementation and where it might > go in the future. > > > peter > > > "Mark R. Diggory" wrote: > > > > Now that I have your attention. We are continually working with managing > > headers in our URL object requests to get resources from different > > locations. Is there really any way I can set the request Header info on > > the URL object being created by c:import? Right now I have my own custom > > implementations to aquire such resources. I'd rather be able to use the > > Standard Taglib. > > > > -Mark Diggory > > Harvard-MIT Data Center > > > > -- > > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
