2014-12-16 0:11 GMT+01:00 Steven Benitez <steven.beni...@gmail.com>:
>>> I much prefer a strong decoupling between layers, and accessing Servlet spec
> artifacts is a smell.
>
> Decoupling between layers is definitely a good thing, but wouldn't the
> servlet API and Struts actions both be considered the controller layer?
> Assuming so, why do you think accessing the Servlet API from the controller
> layer is a smell? I could see a facade being good if it provides a better,
> more modern API (Servlet is pretty old), but I don't see how its a smell.

I want to have wrappers to better handle different internal use cases
or to allow override them, ie. another RCE security vulnerability was
discovered and instead of preparing a new release (that also) we can
post a workaround which is basically a new wrapper implementation that
will eliminate the vulnerability even if you cannot migrate to the
latest release.


Regards
-- 
Ɓukasz
+ 48 606 323 122 http://www.lenart.org.pl/

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

Reply via email to