not-implemented
Returns a 501 Not Implemented response to the client.
Arguments
This action has no arguments and does not allow conditions.
Remarks
This is a final action. When this action is executed, it sets the response status to 501 Not Implemented, processing halts and the status code and response are sent to the client.
Examples
<if url="^/newstuff/.+$"> <not-implemented /> </if>