Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] Configuring Jetty to modify the <head> element

Hi,
For testing purposes, I need to modify the <head> element of all the text/html content generated by a large complicated app.

I need to add a _javascript_ include to the <head> element.

The work required to do this in the app itself is likely not trivial. I don't own the app, and don't fully understand the architecture etc. There's little or no static HTML here.

Is it possible to have Jetty modify the <head> element of the content that it serves?

Thanks for your time.

Back to the top