[Geoserver-devel] [jira] (GEOS-5652) Password problem when creating PostGIS store via REST api

Benjamin Trigona-Harany created BugGEOS-5652
Password problem when creating PostGIS store via REST api

Issue Type:

BugBug

Affects Versions:

2.3-beta1

Assignee:

Andrea Aime

Components:

REST

Created:

12/Feb/13 2:01 PM

Description:

New PostGIS datastores created with the REST api will have the following element in their backing xml:

<entry key="password">password123</entry>

However, the ui reads from and writes to:

<entry key="passwd">crypt1:I2qHsAdFvJa2quNzldGedw==</entry>

Therefore, after the datastore is created, it can’t connect to Postgres, the password field in the ui is blank and, once the password is set through the ui, the unencrypted password remains in the backing xml.

Project:

GeoServer

Priority:

MajorMajor

Reporter:

Benjamin Trigona-Harany

This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your [JIRA administrators](https://jira.codehaus.org/secure/ContactAdministrators!default.jspa). For more information on JIRA, see: [http://www.atlassian.com/software/jira](http://www.atlassian.com/software/jira)