-
```
What steps will reproduce the problem?
1.Use Spring Social 1.1.0 and Spring Social Google 1.0.0
2.Try to login on my custom web app using Google+ account
3.Confirm permissions to custom web applic…
-
Hi,
When I want to add a user after the ldap settings are set, it pulls the user from the ldap but does not register it. Initially, it states that it cannot find the file named db.config in the /opt/…
-
Trying to make a PUT Http call to a URL, but the core throws 404 error. While inspecting the URL, it happens to be repeating the path variable. The repetition is like:
http://localhost:8080/api/2/thi…
-
Describe the issue
Getting below exception will trying to start mockserver through java api from spring boot application
Can't load log handler "org.mockserver.logging.StandardOutConsoleHandler" …
-
Bonjour,
Je viens d'essayer le module esup-otp-cas v1.2.2 sur une nouvelle plate-forme de tests avec CAS v7.1.1. La compilation fonctionne parfaitement. Seulement, le second facteur n'est jamais de…
-
Hello, I encountered an issue. The details of the application.properties configuration are as follows:
# Application service WEB access port
server.port=8090
spring.application.name=microsoftEmail
…
-
We're using the below code snippet to parse SOAP header:
private ServiceContext getDeltaContext (SOAPMessageContext context)
{ Object[] jaxbServiceContext = context.getHeaders(new QName(DFS_CONTEXT_…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues and checked the recent builds/commits
### What happened?
Been using this extensively for a week... today sud…
-
We have facing the issue frequently in our Application . I have mention the version here , Can you please sort it out how to fix this ?
com.microsoft.azure
spring-data-cosmosdb
2.1.0
-
There is no way to send a raw request body (e.g. a binary file), everything is UTF-8 encoded.
Webtest supports this somehow, so should this library.