[undertow-dev] Undertow 1.3.0 - rewrite HTML content

Stuart Douglas sdouglas at redhat.com
Tue Mar 8 16:44:31 EST 2016


Are these simply static files, or dynamically generated?

Stuart

----- Original Message -----
> From: "Hugo Calado" <hugo.calado at gmail.com>
> To: undertow-dev at lists.jboss.org
> Sent: Wednesday, 9 March, 2016 3:55:28 AM
> Subject: [undertow-dev] Undertow 1.3.0 - rewrite HTML content
> 
> Greetings,
> 
> 
> How can i rewrite the path inside html files.
> 
> Original HTML file:
> 
> .... < script type = "text/javascript" src = " /v/js/abc.js " ></ script >
> 
> After rewrite:
> 
> .... < script type = "text/javascript" src = " /v123/js/abc.js " ></ script >
> 
> The main objective is to solve browser cache issues assuring that in each new
> release the url's of static objects are modified,
> 
> Thank you,
> Hugo Calado
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> _______________________________________________
> undertow-dev mailing list
> undertow-dev at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/undertow-dev


More information about the undertow-dev mailing list