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

svn commit: r1340081 - /incubator/stanbol/site/trunk/content/stanbol/docs/trunk/faq.mdtext

Author: suat
Date: Fri May 18 12:31:50 2012
New Revision: 1340081

URL: http://svn.apache.org/viewvc?rev=1340081&view=rev
Log:
STANBOL-618: Minor mistake in documentation syntax

Modified:
    incubator/stanbol/site/trunk/content/stanbol/docs/trunk/faq.mdtext

Modified: incubator/stanbol/site/trunk/content/stanbol/docs/trunk/faq.mdtext
URL: http://svn.apache.org/viewvc/incubator/stanbol/site/trunk/content/stanbol/docs/trunk/faq.mdtext?rev=1340081&r1=1340080&r2=1340081&view=diff
==============================================================================
--- incubator/stanbol/site/trunk/content/stanbol/docs/trunk/faq.mdtext (original)
+++ incubator/stanbol/site/trunk/content/stanbol/docs/trunk/faq.mdtext Fri May 18 12:31:50 2012
@@ -17,6 +17,6 @@ Yes, Stanbol provides you with and index
 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.
 
 ## How can I get the values of HTTP headers through XMLHttpRequest in response of a CORS request?
-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 **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 **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.
+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 **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 **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.
 
 ![JerseyEndpoint configuration](../../images/faq/jerseyEndpointConfiguration.png "JerseyEndpoint configuration dialog")