https://issues.apache.org/bugzilla/show_bug.cgi?id=42702
--- Comment #8 from Stefan Bodewig <[email protected]> --- Just re-read your question, Rich, I'm afraid it doesn't work for you. The filter expects a single resource that provides something that looks like a properties file to java.util.Properties load method. A propertyset is a ResourceCollection, not a resource, and at least currently it doesn't look like anything suitable for for Properties#load. Of course it would make sense to turn PropertySet into a resource that serialized all contained property resources as a properties file. It wouldn't even be hard to do, but that would be a different issue. -- You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug.
