>>>>> On Wed, 25 Mar 2009 21:23:33 +0100, Martin iconv: (stdin): cannot convert said:
M> There is a small bug in
M> javax.faces.context.ExternalContextWrapper.setResponseStatus(int) in SVN
M> trunk.
M> It's:
M> public void setResponseStatus(int statusCode) {
M> super.setResponseStatus(statusCode);
M> }
M> but it should be:
M> public void setResponseStatus(int statusCode) {
M> getWrapped().setResponseStatus(statusCode);
M> }
Woot! Great catch!
--
| ed.burns_at_sun.com | office: 408 884 9519 OR x31640
| homepage: | http://ridingthecrest.com/