Quote:
#2 can you just attach it to the bug and add any more info that may help us fix it or reproduce it?
#4 What is you escape the ' like \' Will that solve it?
#5 Is there a line number or filename? Seems like another unescaped value in a string.
|
#2: Done
#4: Tried that yesterday: didn't work (as did not \uXXXX unicode single quote string). Checked out java 5 API (
http://java.sun.com/j2se/1.5.0/docs/...perties.html): single quote does not have to be escaped, if this is the class in question. I thought that that class might have been extended by Zimbra's developers to parse variable placeholders (and that this extended class might be at fault here), but since I don't know the app class structure, it's at best a guess.
#5: Unfortunatly, the console just gives out the error, not the line number or the file

.
HTH
Francois