From 2f0262f07582bdf723267a0c4df094dd423eea5b Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Wed, 28 Oct 2015 16:25:36 +0000 Subject: [PATCH] _check_divert_core: Minor comment reformatting Remove a couple of `/' which are not needed for clarity. We are going to add more cases to some of the other entries which will involve removing their `/' too. No change even to the meaning of the comment. Signed-off-by: Ian Jackson --- cgi-auth-flexible.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cgi-auth-flexible.pm b/cgi-auth-flexible.pm index 5e5d044..ad4ea5a 100644 --- a/cgi-auth-flexible.pm +++ b/cgi-auth-flexible.pm @@ -758,11 +758,11 @@ sub construct_cookie ($$$) { # y nt POST r u intra-site request from stale page # fail # - # -/n y2 GET nr intra-site link from cleared session + # -n y2 GET nr intra-site link from cleared session # do not revoke y2 as not RESTful # treat as -/n n GET # - # -/n y2 POST nrmu request from cleared session + # -n y2 POST nrmu request from cleared session # revoke y2 # treat as -/n n POST # -- 2.30.2