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

--- Comment #1 from Mark Thomas <ma...@apache.org> 2010-05-15 18:39:34 EDT ---
(In reply to comment #0)
> It means, that the parser interprets "wo" as an attribute name, ignoring the
> fact that there is no whitespace before it.

Which spec requires there to be white-space before an attribute name? I can't
see why it would be necessary.

> If I write
> <tags:echo echo="hello "wo="rld" />
> the test complains that attribute "wo" is invalid for the tag,

I don't see this issue here. That is what I would expect to happen.


> and finally if I write
> <tags:echo echo="hello "echo="rld" />
> the test succeeds, while I would expect it to fail.

That is a little more odd. I'm not sure what I would expect in that case. I'd
need to do some spec research on that one.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to