diff options
author | Jeremias Maerki <jeremias@apache.org> | 2003-05-21 16:48:19 +0000 |
---|---|---|
committer | Jeremias Maerki <jeremias@apache.org> | 2003-05-21 16:48:19 +0000 |
commit | 6ce33e28f4ba7097e38cafcf408cb9a84657d0c5 (patch) | |
tree | f9a56a039c04f01a7024f9abdbb48da0081f39a5 /src/documentation/content/xdocs/faq.xml | |
parent | 86b519bd7479f42e138a0b6b93ee2bcf688b644e (diff) | |
download | xmlgraphics-fop-6ce33e28f4ba7097e38cafcf408cb9a84657d0c5.tar.gz xmlgraphics-fop-6ce33e28f4ba7097e38cafcf408cb9a84657d0c5.zip |
Split Embedding page to Embedding and Servlets.
Added some more content gathered from fop-user.
Replaced InputHandler usage with JAXP patterns.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196444 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/documentation/content/xdocs/faq.xml')
-rw-r--r-- | src/documentation/content/xdocs/faq.xml | 26 |
1 files changed, 2 insertions, 24 deletions
diff --git a/src/documentation/content/xdocs/faq.xml b/src/documentation/content/xdocs/faq.xml index 5559dda05..7664a763d 100644 --- a/src/documentation/content/xdocs/faq.xml +++ b/src/documentation/content/xdocs/faq.xml @@ -758,31 +758,9 @@ Can I control this?</question> <answer> <p> This is a problem of Internet Explorer requesting the content several - times. Some suggestions: + times. Please see the <link href="servlets.html#ie">notes on Internet Explorer</link> + for more information. </p> - <ul> - <li> - Use an URL ending in <code>.pdf</code>, like - <code>http://myserver/servlet/stuff.pdf</code>. Yes, the servlet can - be configured to handle this. If the URL has to contain parameters, - try to have both the base URL as well as the last parameter end in - <code>.pdf</code>, if necessary append a dummy parameter, like - <code>http://myserver/servlet/stuff.pdf?par1=a&par2=b&d=.pdf</code>. The - effect may depend on IEx version. - </li> - <li> - Give IEx the opportunity to cache. In particular, ensure the server - does not set any headers causing IEx not to cache the content. This - may be a real problem if the document is sent over HTTPS. Consult - your server manual. - </li> - <li> - Cache in the server. Including a parameter in the URL which has a - timestamp as the value may help you to decide whether a request is - repeated. IEx is reported to retrieve a document up to three times, - but never more often. - </li> - </ul> </answer> </faq> <faq id="iex-pdf-print-from-browser"> |