Can anyone confirm that the RequestDispatcherForwardAction when used in a site pre-controller will allow a forward to a static piece of content only?
When I put in a .page file (or an alias URL) to be forwarded to, I'm getting a 404. If I put in a static image it works perfectly.
Interestingly, the site pre-controller appears to be firing AFTER validating the .page file. For example if you go to
http://server:1776/site/invalidpage.page throws a 404 before initiating the site pre-controller class.method. I would think that the controller would fire before anything is processed for the site.