Postgis datastore does not support extra connection parameters such as SSL
--------------------------------------------------------------------------

                 Key: GEOT-1057
                 URL: http://jira.codehaus.org/browse/GEOT-1057
             Project: GeoTools
          Issue Type: Improvement
          Components: data postgis
    Affects Versions: 2.3.M0, 2.2.1, 2.4.M0
            Reporter: Andrea Aime
         Assigned To: Justin Deoliveira
             Fix For: 2.3.1, 2.4.M0


http://jdbc.postgresql.org/documentation/81/connect.html lists the parameters 
that can be used to setup a jdbc connection with postgres 8.1.
Many of them are not supported by our current datastore.

A workaround seems to give a database name that includes the parameters, 
something like:

mydb?ssl=true

to enable ssl transport, but it's less than ideal. Explicit support for the 
extra parameters should be added... maybe even as a single parameter,
such as "extraConnectionParams".

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Geotools-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to