WebStyle: legacy publisher and hidden callables
- Any request to a callable available from a module that is used to serve a legacy mod_python publisher request, will result in a 404 HTTP error if the callable name starts with "_" or if the first argument of the callable is not "req". (closes #336)