Spring - Modify response headers after controller processing
While dealing with Spring MVC, I had the wonderful opportunity of dealing with servlet filters. One thing we needed to accomplish was adding a header after the controller does the processing. It can b...