You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Konstantin Kolinko <kn...@gmail.com> on 2010/02/16 04:36:35 UTC

Redeclaration of variables by tag handler (BZ 48616, 42390)

I prepared a patch for BZ 48616, 42390 for trunk, see
comment 20 in BZ 48616:
https://issues.apache.org/bugzilla/show_bug.cgi?id=48616#c20

Unless there are complaints,  and if it passes TCK, it can be applied.

The solution to the issue was a bit unexpected for me, but I think it
is for the better.


The examples webapp appears to be working with this,  and tests in
trunk do pass, with exception of about 50% of cookie tests. I have not
investigated, whether there is currently a bug with cookies, or it is
just my environment. It seems unlikely that those are related to this
issue.

The TC 6.0 and 5.5 variations of the patch will be prepared soon.


Best regards,
Konstantin Kolinko

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


Re: Redeclaration of variables by tag handler (BZ 48616, 42390)

Posted by Mark Thomas <ma...@apache.org>.
On 16/02/2010 03:36, Konstantin Kolinko wrote:
> The examples webapp appears to be working with this,  and tests in
> trunk do pass, with exception of about 50% of cookie tests.

You can't run the cookie tests in one go in Eclipse as each test needs
to be run in a new JVM. If you run them one at a time they should pass.
Alternatively, run the tests via Ant where a new JVM is forked for each
test.

Mark



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