Strings with # or & symbols in zimlet properties
Hi guys ,
I have came across a frustrating problem when working with the SaveInAlfresco zimlet.
If a zimlet parameter value contains "#" or "&" sign , the parameter gets truncated at that point.
Also all parameters after it simply "disappear" from the request.
It seams that the properties are correctly stored in zimbra user database
Code:
# zmprov ga user | grep "zimbraZimletUserProperties: com_starxpert_savealfresco"
zimbraZimletUserProperties: com_starxpert_savealfresco:user:test12
zimbraZimletUserProperties: com_starxpert_savealfresco:password:test#1234
zimbraZimletUserProperties: com_starxpert_savealfresco:conv:true
....
but when I print their values from within the zimlet I get :
user : test12
password : test
conv: null
Also when editing the zimlet properties in the web interface all values are displayed correctly.
I am guessing that these symbols garble the ServletRequest data ...
Unfortunately my java programming knowledge is not enough to solve this riddle :confused:
Any clues you might have will come in handy.
Regards,
Error while reading 100 directories
Hi tdesorbaix,
We have problem with saveInAlfresco plugin while trying to save email into Alfresco Space where there are more than 100 subSpaces. While I am trying to browse the content of the Space, from all 110 subSpaces on the plugin window displays only one space name. Few days ago when the spaces where less than 100 there were no such spaces.
Do you have any idea if there is any timeout or any other limitations for the plugin?