https://bz.apache.org/bugzilla/show_bug.cgi?id=64089

--- Comment #5 from Mark Thomas <ma...@apache.org> ---
Would it help if Tomcat added ${...} property replacement support so you could
do something like:

######################
<!DOCTYPE web-xml [
    <!ENTITY myentity SYSTEM "${property.containing.correct.path}">
]>
######################

And then you could add

property.containing.correct.path=/path/relative/to/canonical/location

to catalina.properties (or one of the other ways of setting properties).

This isn't currently supported but I think I can see a way to add it in a
backwards compatible way.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to