Technically it is not correct to think mojoportal is obeying. IIS request filtering rules happen first and the request would never even reach mojoportal.
web requests come in to IIS and IIS must decide the correct handler to delegate the request to, filtering would happen first and the request would not be delegated to a handler. For static files, if there was no filter blocking the request, it would ultimately be handled by the static file handler, not by mojoportal code.