Skip to content

Commit 95d85be

Browse files
Fixing JavaDoc URL's in setNoCacheHeaders to satisfy bug report https://code.google.com/p/owasp-esapi-java/issues/detail?id=22
1 parent 50fdef4 commit 95d85be

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/main/java/org/owasp/esapi/HTTPUtilities.java

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -528,14 +528,14 @@ public interface HTTPUtilities
528528
* Note that the header "pragma: no-cache" is intended only for use in HTTP requests, not HTTP responses. However, Microsoft has chosen to
529529
* directly violate the standards, so we need to include that header here. For more information, please refer to the relevant standards:
530530
* <UL>
531-
* <LI><a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html">HTTP/1.1 Cache-Control "no-cache"</a>
532-
* <LI><a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.9.1">HTTP/1.1 Cache-Control "no-store"</a>
533-
* <LI><a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.9.2">HTTP/1.0 Pragma "no-cache"</a>
534-
* <LI><a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.32">HTTP/1.0 Expires</a>
535-
* <LI><a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.21">IE6 Caching Issues</a>
536-
* <LI><a href="http://support.microsoft.com/kb/937479">Firefox browser.cache.disk_cache_ssl</a>
531+
* <LI><a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.9.1">HTTP/1.1 Cache-Control "no-cache"</a>
532+
* <LI><a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.9.2">HTTP/1.1 Cache-Control "no-store"</a>
533+
* <LI><a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.32">HTTP/1.0 Pragma "no-cache"</a>
534+
* <LI><a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.21">HTTP/1.0 Expires</a>
535+
* <LI><a href="http://support.microsoft.com/kb/937479">IE6 Caching Issues</a>
537536
* <LI><a href="http://support.microsoft.com/kb/234067">Microsoft directly violates specification for pragma: no-cache</a>
538-
* <LI><a href="http://www.mozilla.org/quality/networking/docs/netprefs.html">Mozilla</a>
537+
* <LI><a href="https://developer.mozilla.org/en-US/docs/Mozilla/Preferences/Mozilla_networking_preferences#Cache">Firefox browser.cache.disk_cache_ssl</a>
538+
* <LI><a href="https://developer.mozilla.org/en-US/docs/Mozilla/Preferences/Mozilla_networking_preferences">Mozilla</a>
539539
* </UL>
540540
*
541541
* @param response

0 commit comments

Comments
 (0)