MSIR.0293 (Num) JANUS (subcmd) (rule type)(S) for PORT (portname) pre-empted: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
(Automatically generated page update)
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
This informational message indicates that a JANUS rule has been applied to the indicated port and that the rule has pre-empted <i>num</i> previous rules applied to the port. An old rule would be pre-empted if parameters specified in the new rule would prevent the old rule from ever being examined. In the case of JANUS WEB rules, the parameters include the URL.  
This informational message indicates that a JANUS rule has been applied to the indicated port and that the rule has preempted <b><i>num</i></b> previous rules applied to the port. An old rule would be preempted if parameters specified in the new rule would prevent the old rule from ever being examined. In the case of JANUS WEB rules, the parameters include the URL.  


''''Subcmd'''' indicates the JANUS rule command issued: WEB, CLSOCK, or SRVSOCK. ''''Rule_type'''' indicates the type of rule being established, for example, ALLOW or ON.  
'''''subcmd''''' indicates the JANUS rule command issued: WEB, CLSOCK, or SRVSOCK. '''''rule_type''''' indicates the type of rule being established, for example, ALLOW or ON.  


The JANUS rules are always evaluated in most recently issued order.  
The JANUS rules are always evaluated in most recently issued order.  


Due to this, a JANUS WEB command where a wildcard URL contains the old URL as a subset will generally cause the old rule to be pre-empted. For example, the command "JANUS WEB WEBPORT TYPE * TEXT/PLAIN" would pre-empt the command "JANUS WEB WEBPORT TYPE *.HTML TEXT/HTML" because the URL's that match "*.HTML" are a subset of the URL's that match "*".
Due to this, a JANUS WEB command where a wildcard URL contains the old URL as a subset will generally cause the old rule to be pre-empted. For example, the command <code>JANUS WEB WEBPORT TYPE * TEXT/PLAIN</code> would pre-empt the command <code>JANUS WEB WEBPORT TYPE *.HTML TEXT/HTML</code>, because the URLs that match <code>*.HTML</code> are a subset of the URLs that match asterisk (<tt>*</tt>).


[[Category:Sirius Mods messages]]
{{Template:MSIR.0293 footer}}
[[Category:MSIR.0200 - MSIR.0399]]

Latest revision as of 23:08, 3 March 2017

This informational message indicates that a JANUS rule has been applied to the indicated port and that the rule has preempted num previous rules applied to the port. An old rule would be preempted if parameters specified in the new rule would prevent the old rule from ever being examined. In the case of JANUS WEB rules, the parameters include the URL.

subcmd indicates the JANUS rule command issued: WEB, CLSOCK, or SRVSOCK. rule_type indicates the type of rule being established, for example, ALLOW or ON.

The JANUS rules are always evaluated in most recently issued order.

Due to this, a JANUS WEB command where a wildcard URL contains the old URL as a subset will generally cause the old rule to be pre-empted. For example, the command JANUS WEB WEBPORT TYPE * TEXT/PLAIN would pre-empt the command JANUS WEB WEBPORT TYPE *.HTML TEXT/HTML, because the URLs that match *.HTML are a subset of the URLs that match asterisk (*).


Message attributes:

RETCODEO=0Sets online return code
RETCODEB=0Sets batch (single user) return code
CLASS=IInformation class; the message can be suppressed with the X'02' bit setting of the MSGCTL parameter
AUDITMSWrites the message with line type MS to the audit trail
NOCOUNTDoes not increment the error count (ERCNT) parameter

Back to list of messages