# 매처가 등록되는 순서 # Question: 보안 매처는 어떤 순서로 걸리는가? direction: right n0: "요청" { shape: rectangle } n1: "publicPaths permitAll" { shape: rectangle } n2: "RestrictedPathRule" { shape: rectangle } n3: "anyRequest authenticated" { shape: rectangle } n0 -> n1: "먼저 등록" n1 -> n2: "다음 등록" n2 -> n3: "마지막"