Fixed today
On Fri, Oct 31, 2008 at 5:04 PM, Dave Foley <[EMAIL PROTECTED]> wrote:
>
> We found a brail view engine bug that it appears is also being tracked
> as MR-ISSUE-500.
>
> Basically, when you have a question-mark in a quoted string, the
> preprocessor is treating it as a null-propagated variable reference:
>
> ${"foo.rails?id=" + id}
>
> ...is expanded in the preprocessor into a TryGetParameter() call:
>
> ${"foo.railsTryGetParameter(id)=" + id}
>
> A patch has been attached to MR-ISSUE-500 to fix this bug. Honestly,
> it's a slightly ham-fisted way of fixing it, but it appears to work.
> RegEx experts might be able to improve on it.
>
> BTW, attaching files in the tracker doesn't seem to work in Chrome.
>
> Thanks
> Dave Foley & Matt Findley
>
> >
>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Castle Project Development List" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/castle-project-devel?hl=en
-~----------~----~----~----~------~----~------~--~---