Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] jetty inject header to request

take a look at the RewriteHandler

http://wiki.eclipse.org/Jetty/Feature/Rewrite_Handler

cheers,
jesse

--
jesse mcconnell
jesse.mcconnell@xxxxxxxxx


On Fri, Apr 27, 2012 at 05:18, Konstantin Petrukhnov
<konstantin.petrukhnov@xxxxxxxxx> wrote:
> Hello
> We use jetty for testing. Is it possible to add specific header to all
> requests that come to jetty via some jetty xml config file.
> In other words, when jetty server is started and someone make request,
> header added before request hit servlet.
>
> I found next related message in
> archive: http://dev.eclipse.org/mhonarc/lists/jetty-users/msg01397.html
>
> - Konstantin
>
> _______________________________________________
> jetty-users mailing list
> jetty-users@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/jetty-users
>


Back to the top