You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by bu...@apache.org on 2012/05/18 14:22:01 UTC

svn commit: r818164 - in /websites/staging/stanbol/trunk/content: ./ stanbol/docs/trunk/faq.html

Author: buildbot
Date: Fri May 18 12:22:01 2012
New Revision: 818164

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:22:01 2012
@@ -1 +1 @@
-1337171
+1340078

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:22:01 2012
@@ -77,6 +77,9 @@
 <p>Yes, Stanbol provides you with and indexing tool for creating appropriate indexes for any kind of RDF data, vCard or SKOS vocabularies. <em><a href="customvocabulary.html">Check "Using custom vocabulary"</a></em></p>
 <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><img alt="JerseyEndpoint configuration" src="../../images/faq/jerseyEndpointConfiguration.png" title="JerseyEndpoint configuration dialog" /></p>
   </div>
   
   <div id="footer">