SAP-archive / spring-cloud-sap

Spring Cloud Connectors for SAP HANA Cloud Platform (HCP) and SAP HANA DB platform
Other
39 stars 17 forks source link

HANA Connection URL Query parameters are ignored during JDBC URL string creation #10

Open sumanthmamidi opened 6 years ago

sumanthmamidi commented 6 years ago

When HANAServiceInfo object is created in HANAServiceInfoCreator, query part of the URL is not used. It should ideally append the query part of the URL to the JDBC query string .

Due to this, library may fail to connect to HANA Service in CF. (like ?encrypt=true mandatory parameter)

rkschamer commented 5 years ago

Same issue here. The issue is also related to #9 and #8. Would be nice if you could support secured connections to HaaS instances.