idpv3 testing: clientIP in audit logs and consent jdbc ?
Cantor, Scott
cantor.2 at osu.edu
Tue Feb 3 10:04:11 EST 2015
> Consent creates _key_idx records to StorageRecords table.
> Value for these _key_idx is something like
> ["uid:entityID1","uid:entityID2"] ... the value column is varchar(255).
The value column needs to be essentially unlimited, a LONG TEXT column. If that's not supported by the JPA code, that would be a bug.
It's most assuredly *not* 255 bytes. That would break most/all uses of the storage API.
-- Scott
More information about the users
mailing list