Author: buildbot
Date: Fri May 18 12:31:55 2012
New Revision: 818167
Log:
Staging update by buildbot for stanbol
Modified:
websites/staging/stanbol/trunk/content/ (props changed)
websites/staging/stanbol/trunk/content/stanbol/docs/trunk/faq.html
Propchange: websites/staging/stanbol/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Fri May 18 12:31:55 2012
@@ -1 +1 @@
-1340079
+1340081
Modified: websites/staging/stanbol/trunk/content/stanbol/docs/trunk/faq.html
==============================================================================
--- websites/staging/stanbol/trunk/content/stanbol/docs/trunk/faq.html
(original)
+++ websites/staging/stanbol/trunk/content/stanbol/docs/trunk/faq.html Fri May
18 12:31:55 2012
@@ -78,7 +78,7 @@
<h2 id="can-i-use-existing-solr-indexes">Can I use existing SOLr indexes?</h2>
<p>Yes, just provide a link within the
org.apache.stanbol.commons.solr.impl.DefaultSolrDirectoryManager.name Bundle to
a local directory, where you host the SOLr indexes, in order to reuse.</p>
<h2
id="how-can-i-get-the-values-of-http-headers-through-xmlhttprequest-in-response-of-a-cors-request">How
can I get the values of HTTP headers through XMLHttpRequest in response of a
CORS request?</h2>
-<p>In the course of Cross-Origin-Resource-Sharing, once the value of a certain
HTTP header is desired, the header must be exposed by the server within the
<strong>Access-Control-Expose-Headers" passed in the response of actual request
i.e the one following the preflight if there is any. In the scope of Stanbol,
the header values to be exposed by the server can be configured through the
</strong>JerseyEndpoint** component which can be found in the OSGi
Configuration Panel of the Stanbol. Below you can see the figure depicting the
JerseyEndpoint configuration dialog.</p>
+<p>In the course of Cross-Origin-Resource-Sharing, once the value of a certain
HTTP header is desired, the header must be exposed by the server within the
<strong>Access-Control-Expose-Headers</strong> passed in the response of actual
request i.e the one following the preflight if there is any. In the scope of
Stanbol, the header values to be exposed by the server can be configured
through the <strong>JerseyEndpoint</strong> component which can be found in the
OSGi Configuration Panel of the Stanbol. Below you can see the figure depicting
the JerseyEndpoint configuration dialog.</p>
<p><img alt="JerseyEndpoint configuration"
src="../../images/faq/jerseyEndpointConfiguration.png" title="JerseyEndpoint
configuration dialog" /></p>
</div>