On Sep 8, 2008, at 1:59 PM, Mark Thomas wrote:

Robert Koberg wrote:
Hi,

Regarding:
https://issues.apache.org/bugzilla/show_bug.cgi?id=45015

Have things like the follwoing been tested:

<input value="${&quot;boo&quot;}" />
< input value="${&quot;boo&quot; foo's}" />
< input value='${&quot;boo&quot;}' />
< input value='${&quot;boo&quot;} "foo"' />

I don't recall testign those combinations. Additionally, those might get
bitten by a variation of
https://issues.apache.org/bugzilla/show_bug.cgi?id=45451

I guess I am more concerned about version 6x. Has this fix been applied
to v6x?

Did you read the bug report?

I thought so :) Sorry, I see it now.

I make use of the above technique quite a bit to keep my source content well-formed (I generate the JSPs with XSL). E.g.

<input type="radio${$obj.foo eq 1 ? '&quot; checked=&quot;checked' : ''}"/>

I will test it out when I get a chance.

best,
-Rob




---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to