DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27485>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27485 Client.g STRING limitations Summary: Client.g STRING limitations Product: Slide Version: Nightly Platform: All OS/Version: Other Status: NEW Severity: Minor Priority: Other Component: WebDAV client AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] The definition of STRING in Client.g requires them to be at least two characters long and excludes the '_' char (among others) in quoted strings. There's a TODO note to make STRING more flexible, but until that's done, it would be useful for me to have the noted restrictions lifted. Here's a patch: 1129c1129 < : CHARS (CHARS | '-')+ --- > : CHARS (CHARS | '-')* 1133a1134 > | '_' --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
