https://bz.apache.org/bugzilla/show_bug.cgi?id=69365

--- Comment #2 from Mark Thomas <ma...@apache.org> ---
Woot! I get to mention De Morgan's laws!

We can use either of

!(A || B)
!A && !B

I think the second for is easier to understand in this case but I think an
argument could be made for either.

-- 
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