Description
1.Currently 'URL Rewrite' mediators configuration uses 'rule' tag which is common term in ESB, which will make a mess when adding more and more configurations using same tag..
So, it would be good to change the tag as "rewriterule" (base mediator tag as prefix+ meaningful suffix)
2. There is a minor bug in 'URLRewriteMediatorSerializer' class, where it skipped to serialize the 'rewrite' properties..
I have added a patch for the above suggestion+bug..
Please review and commit...