batchu / owasp-esapi-java

Automatically exported from code.google.com/p/owasp-esapi-java
0 stars 0 forks source link

URLs in doc for HTTPUtilities.setNoCacheHeaders are wrong #22

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Something happened when copying/pasting the URLs for this doc, as they are
off-by-one and wrong.

These are what the URLs should be, in epydoc format. You'll have to convert
them to HTML.

- U{HTTP/1.1 Cache-Control
"no-cache"<http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.9.1>}
- U{HTTP/1.1 Cache-Control
"no-store"<http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.9.2>}
- U{HTTP/1.0 Pragma
"no-cache"<http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.32>}
- U{HTTP/1.0
Expires<http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.21>}
- U{IE 6 Caching Issues<http://support.microsoft.com/kb/937479>}
- U{Microsoft directly violates specification for pragma:
no-cache<http://support.microsoft.com/kb/234067>}
- U{Firefox
browser.cache.disk_cache_ssl<https://developer.mozilla.org/en/Mozilla_Networking
_Preferences#Cache>}

What version of the product are you using? On what operating system?

Latest SVN.

Original issue reported on code.google.com by cyounk...@gmail.com on 27 Jul 2009 at 5:35

GoogleCodeExporter commented 8 years ago

Original comment by manico.james@gmail.com on 1 Nov 2010 at 5:58

GoogleCodeExporter commented 8 years ago

Original comment by manico.james@gmail.com on 19 Nov 2010 at 2:34

GoogleCodeExporter commented 8 years ago

Original comment by chrisisbeef on 20 Nov 2010 at 9:09

GoogleCodeExporter commented 8 years ago

Original comment by kevin.w.wall@gmail.com on 12 Feb 2011 at 5:26

GoogleCodeExporter commented 8 years ago

Original comment by manico.james@gmail.com on 29 May 2012 at 3:21

GoogleCodeExporter commented 8 years ago
Fixed broken urls per request and updated the Mozilla URL's. 
https://code.google.com/p/owasp-esapi-java/source/diff?spec=svn1946&r=1946&forma
t=side&path=/trunk/src/main/java/org/owasp/esapi/HTTPUtilities.java

Sorry it took us 5 years to fix this.

Original comment by j...@manico.net on 5 Jul 2014 at 7:50