idpv3 testing: clientIP in audit logs and consent jdbc ?

Cantor, Scott cantor.2 at osu.edu
Tue Feb 3 10:43:45 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 does look like a bug, the JPAStorageRecord seems to hardcode the value at 255. I'll open a separate bug. It's not going to be usable until that's changed, and there's really no value to set that's workable, it's meant to be essentially unbounded (not that it has to be gigabytes, but it needs to support 64k+, etc.)

-- Scott



More information about the users mailing list