I'm in the process of upgrading from 2.6.0 to 2.8, and I'm loving the new configuration override mechanism. I've figured out the trick of replacing forward slashes in the file names with the pattern [\\/] to get the overrides to work on Windows... But I'm not having any luck overriding text files outside of WEB-INF (like css files). Does anyone know if this is possible? This would make it possible to skin an instance of GeoNetwork, and still be able to upgrade to newer versions easily.
For example,
<overrides>
<textFile name=".*apps[\\/]css[\\/]gndefault.css">
<update linePattern="a\{color:#0076A1;\}">a{color:green;}</update>
</textFile>
</overrides>
doesn't do anything.
Anyone know if it's possible to get this working?
Dave