changeset 1581:dbf63bef4b86

minor
author Franklin Schmidt <fschmidt@gmail.com>
date Thu, 11 Feb 2021 00:51:47 -0700
parents 2975c932864d
children f28cc30d56cb
files src/luan/modules/url/WwwAuthenticate.java
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/luan/modules/url/WwwAuthenticate.java	Wed Feb 10 23:56:59 2021 -0700
+++ b/src/luan/modules/url/WwwAuthenticate.java	Thu Feb 11 00:51:47 2021 -0700
@@ -10,6 +10,8 @@
 import goodjava.logging.LoggerFactory;
 
 
+// https://tools.ietf.org/html/rfc7235#section-4.1
+
 public final class WwwAuthenticate {
 	private static final Logger logger = LoggerFactory.getLogger(WwwAuthenticate.class);