web-jsps.xml included in web.xml with absolute instead of relative path
Idea Logged
Currently the web-jsps.xml is included in the web.xml with an absolute path. This works, but requires a manual intervention at every update, if you are not allowed to use an embedded TC for security reasons.
An integration via a relative path seems to work and the less manual intervention the better. Please adjust this in the next version in general, a quick solution
<!ENTITY jsps SYSTEM "file:./web-jsps.xml">
instead of
<!ENTITY jsps SYSTEM "file:/opt/Yellowfin/appserver/webapps/ROOT/WEB-INF/web-jsps.xml">
Hi Stefan,
I'll raise this as an enhancement request with the development team.
Just to be clear, does a manual change to a relative path work and remain after every update?
Kind regards,
Chris
Hi Stefan,
I'll raise this as an enhancement request with the development team.
Just to be clear, does a manual change to a relative path work and remain after every update?
Kind regards,
Chris
Replies have been locked on this page!