2011/6/5 Steven Benitez <steven.beni...@gmail.com>:
> Tickets are here:
> https://issues.apache.org/jira/browse/WW-3641
> https://issues.apache.org/jira/browse/XW-393
> The first WW patch is a bit of a larger one, since I started it before your
> response, Lukasz. The first XW patch is smaller.
> I updated the ApplicationMap and RequestMap in struts2-core to extend
> AbstractMap<String, Object> instead of just AbstractMap. However, the
> SessionMap was previously generified as SessionMap<K, V>, which I don't
> think is correct. The current patch doesn't address this, but I'd like to
> change from:
>     SessionMap<K, V> extends AbstractMap<K, V> to
>     SessionMap extends AbstractMap<String, Object>
> <String, Object> is what we use for the session throughout Struts2 and its
> what the HttpSession uses too.
> Any objections to this change?

Nop, go for it :-)


Regards
-- 
Łukasz
+ 48 606 323 122 http://www.lenart.org.pl/
Warszawa JUG conference - Confitura http://confitura.pl/

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

Reply via email to