Hi,

i see very nice rewriter framework sits on the RewriterFilter that is scoped on 
request. I have the requirement to treat specifically certain components only 
(rewriting phone numbers by wrapping them with <a href="tel:..."></a> ), to 
white list them.

Problem i have is: 
- either i directly use filter with component filter, but i loose all the nice 
work already done around filtering, parsing, rewriting, ... 
- either i use rewriter fwk and the white list requirement is not fulfilled 
(unless an improvement is done to enable "component scoped" pipelines)

any thoughts or guidance?

Nicolas

Reply via email to