chiark / gitweb /
_check_divert_core: Minor comment reformatting
authorIan Jackson <ian.jackson@eu.citrix.com>
Wed, 28 Oct 2015 16:25:36 +0000 (16:25 +0000)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Wed, 28 Oct 2015 16:25:36 +0000 (16:25 +0000)
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 <Ian.Jackson@eu.citrix.com>
cgi-auth-flexible.pm

index 5e5d0449ad536d2d7b3eaba51bb4ab27e94bf6a7..ad4ea5ae16b374e1d4dc6262bf7df6015109c99d 100644 (file)
@@ -758,11 +758,11 @@ sub construct_cookie ($$$) {
     #  y   nt  POST   r u     intra-site request from stale page
     #                           fail
     #
     #  y   nt  POST   r u     intra-site request from stale page
     #                           fail
     #
-    #  -/n y2  GET   nr       intra-site link from cleared session
+    #  - y2  GET   nr       intra-site link from cleared session
     #                           do not revoke y2 as not RESTful
     #                           treat as   -/n n GET
     #
     #                           do not revoke y2 as not RESTful
     #                           treat as   -/n n GET
     #
-    #  -/n y2  POST  nrmu     request from cleared session
+    #  - y2  POST  nrmu     request from cleared session
     #                           revoke y2
     #                           treat as   -/n n POST
     #
     #                           revoke y2
     #                           treat as   -/n n POST
     #