Task - accept header superseds page suffix
Created by: benoitdm-oslandia
even if an user choose to add a suffix (html/json) to a page name, if an accept header is defined then the suffix is ignored. The default behaviour for a web browser is to send an accept header misunderstood by the current code, so user will always retrieve json data when he asked for html ou other.
See also #41