|
From: <jue...@we...> - 2003-11-19 21:32:18
|
+1 - and do it quickly, 1.0 M3 is just around the corner :-) =20 Juergen =20 ________________________________ Von: spr...@li... im Auftrag = von Trevor Cook Gesendet: Mi 19.11.2003 22:30 An: spr...@li... Betreff: RE: [Springframework-developer] RedirectView +1 That's what I use (and what the jaf api recommends) =20 Trevor -----Original Message----- From: spr...@li... = [mailto:spr...@li...]On Behalf = Of Kopylenko, Dmitry Sent: November 18, 2003 2:07 PM To: 'spr...@li...' Subject: [Springframework-developer] RedirectView =09 =09 Everyone,=20 In org.springframework.web.servlet.view.RedirectView=20 Line 71: url.append(URLEncoder.encode(entry.getKey().toString());=20 Line 73: url.append(URLEncoder.encode(entry.getValue().toString()));=20 URLEncoder.encode(String) is deprecated. Does anyone mind if I change = it to url.append(URLEncoder.encode(entry.getKey().toString(), "UTF-8")) and url.append(URLEncoder.encode(entry.getValue().toString(), = "UTF-8")) respectively ?=20 Regards,=20 Dmitriy.=20 |