You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by Apache Wiki <wi...@apache.org> on 2009/05/19 19:22:14 UTC

[Jackrabbit Wiki] Trivial Update of "ExamplesPage" by BearGiles

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Jackrabbit Wiki" for change notification.

The following page has been changed by BearGiles:
http://wiki.apache.org/jackrabbit/ExamplesPage

The comment on the change is:
typos.

------------------------------------------------------------------------------
  
  === Sending PDF Content ===
  
- Sending PDF content can be tricky due to some browsers being picky.  What we
+ Sending PDF content can be tricky due to browser idiosyncrasities.  What we
  use at my site is:
  
- * If you provide a filenaem, e.g., in a Content-Disposition heaer, you
+ * If you provide a filename, e.g., in a Content-Disposition header, you
  '''must''' use a .pdf extension.  MSIE will look at filename extensions
- instead of the mime-type.Addi
+ instead of the mime-type.
  
- * Set the Content Length in the header.  This seems to be the biggest help.
+ * Set the Content-Length in the header.  MSIE seems to be the most easily
+ confused.
  
  * If you use HTTPS you '''must''' not set the Cache-Control pragma to 'no-cache'.
  MSIE is very literal and will discard your content before it can read it!