-
Notifications
You must be signed in to change notification settings - Fork 8
Provide basic authentication for secure SOS #73
Comments
@glegal You can configure basic auth using the following methods I would recommend to store these settings in the What do you think? |
@EHJ-52n However, i update my forks with the latest changes and try to use it.
|
@glegal Re your first remark: I created an additional issue for the NPE thrown by the info log statement: #74 Re your second remark: Which branch did you use to build the OX-F for the importer? My changes are merged into the main develop branch (52North/OX-Framework@9a597fb). |
@EHJ-52n They are updated, and i build the develop branch on both |
|
I guess the difference between the version in OX and importer cause the error : java.lang.NoSuchMethodError: org.apache.http.impl.client.DefaultHttpClient.execute(Lorg/apache/http/client/methods/HttpUriRequest;)Lorg/apache/http/client/methods/CloseableHttpResponse;
we expect you can see in the OGC example that they use the same value as our server : |
I think, that this might solve the problem regarding the NoSuchMethodError. Regarding the section naming in the GetCapabilities, I would like to say, that the specification (OGC#12-006) states in Table 14: Additional section names for SOS Capabilities that the section name for the filter capabilities is |
Yes the example is indeed false, the "Filter_Capabilities" value was like that in SOS 1.0.0. I'll try to fix it on my server. |
I'm trying to use the SOS importer with a SOS server which has the transactional operation secure by basic authentication.
I'd like to add the support of this feature by adding credentials to the configuration file and use PreemptiveBasicAuthenticationHttpClient when the credentials are available.
The text was updated successfully, but these errors were encountered: