1 Reply Latest reply on Jan 31, 2003 10:02 AM by petertje

    Modifying response headers in JbossJetty3.0.4

    sunnykhosa

      Hi,

      Can anyone tell me how to modify Response headers in JbossJetty3.0.4 for outgoing responses. I need to include links for P3P files in the response header.


      Thanks

        • 1. Re: Modifying response headers in JbossJetty3.0.4

          > Can anyone tell me how to modify Response headers in
          > JbossJetty3.0.4 for outgoing responses. I need to
          > include links for P3P files in the response header.

          Don't know whether you can configure this, but you could use the addHeader() method from the HttpServletResponse interface. And maybe a better place for this question is the servlet forum...

          Cheers
          Peter