Hi, I've experimented column size isues (too small) when trying to store a double Path header in the location table. It seems that current size is:
lib/srdb1/schema/location.xml:
<column> <name>path</name> <type>string</type> <size>&uri_len;</size> <null/> <default><null/></default> <description>Path Header(s) per RFC 3327</description> </column>
It seems to become 128 which is not enough at all for two Path headers if the URI's contain parameters.
Is it ok if I increase it to 512? any other file to touch?
Thanks a lot.