[ #306507 ] href column in fnbl_exch_cache too small
Date: 2006-12-14 12:54
Priority: 5
Submitted By: Amancio Díaz (adiaz)
Assigned To: Gilberto Migliavacca (gbmiglia)
Category: connector exchange
State: Open
Summary: href column in fnbl_exch_cache too small
Detailed description: The href value of the table fnbl_exch_cache can very easy be bigger than 200 chars.
It is the webdav resource name, a complete url like this:
http://serverexchange.organizationname.org/exchange/mailboxname/Calendar/Subject_of_the_item_than_can_be_very_very_very_long_becase_some_users_think_they_can_type_here_whatever_they_want_and_is_too_long.EML
when the server try to save thir href value it makes an exception.
Making bigger the field size is a good fix for this.