https://bz.apache.org/bugzilla/show_bug.cgi?id=62160
Bug ID: 62160 Summary: Property values linking Product: Tomcat 9 Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P2 Component: Util Assignee: dev@tomcat.apache.org Reporter: r...@apache.org Target Milestone: ----- Created attachment 35752 --> https://bz.apache.org/bugzilla/attachment.cgi?id=35752&action=edit Loop over value replacement until done I got a request to add property "links" which do like the following: some.host=${remote.hostname}:${remote.port} remote.hostname=foo.bar.com remote.port=8080 Although I don't consider this a very good idea, it might have its uses. To implement it, I am considering adding loops around resolving the ${propertyName} [see patch]. -- 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