I view that this bug is closed but i think problem is still the same i try to explain it better
if i use PageParameters class to buil the parameters i think that the class must translate the simbol + to the corect 2B Hex encoding currently the '+' is translate to ' ' and ' ' is tranlate to '%20 ' why same values are scaped and others no is not? On 9/19/05, pepone pepone <[EMAIL PROTECTED]> wrote: > i can reproduce this bug with 1.1.rc1 and open a bug > here is the link > https://sourceforge.net/tracker/index.php?func=detail&aid=1295506&group_id=119783&atid=684975 > > On 9/19/05, Alexandru Popescu <[EMAIL PROTECTED]> wrote: > > #: Johan Compagner changed the world a bit at a time by saying on > > 9/19/2005 3:18 PM :# > > > i don't think locale has much to do about it. > > > It is not char encoding. It is url encoding. > > > > > > > Yep, absolutely. I wasn't talking about char encoding :-). I was looking > > for URL.encode/decode calls. > > > > ./alex > > -- > > .the_mindstorm. > > > > > > > > On 9/19/05, Alexandru Popescu <[EMAIL PROTECTED]> wrote: > > >> > > >> #: Johan Compagner changed the world a bit at a time by saying on > > >> 9/19/2005 1:48 PM :# > > >> > if this is still the case in RC1 then please open a bugreport > > >> > We have to encode all the params, but i think we did something in that > > >> area > > >> > so check RC1 first. > > >> > > > >> > > > >> > > >> When firstly answering this, I was looking for this encode part, but I > > >> wasn't been able to find it. > > >> > > >> ./alex > > >> -- > > >> .the_mindstorm. > > >> > > >> > > >> > On 9/18/05, Alexandru Popescu <[EMAIL PROTECTED]> > > >> wrote: > > >> >> > > >> >> #: pepone pepone changed the world a bit at a time by saying on > > >> 9/18/2005 > > >> >> 7:53 PM :# > > >> >> > Hello boys > > >> >> > > > >> >> > I think that this is a bug in wicket currently i testing with > > >> >> > 1.1.b4i > > >> >> > try later to update to rc1 > > >> >> > > > >> >> > the problem is that if i use a parameter like > > >> >> > > > >> >> > myBookMarkableLink.setParam("name","c++"); > > >> >> > > > >> >> > later in the class i get the param via > > >> >> > > > >> >> > String param=getRequest().getParam("name); > > >> >> > > > >> >> > param value is "c" and no "c++" as i can expect > > >> >> > > > >> >> > > >> >> I was wondering if those characters shouldn't be encoded, as they will > > >> >> become part of the request. > > >> >> Though, I don't know if this is the problem. > > >> >> > > >> >> ./alex > > >> >> -- > > >> >> .the_mindstorm. > > >> >> > > >> >> > > >> >> > > >> >> > > > >> >> > ------------------------------------------------------- > > >> >> > SF.Net email is sponsored by: > > >> >> > Tame your development challenges with Apache's Geronimo App Server. > > >> >> Download > > >> >> > it for free - -and be entered to win a 42" plasma tv or your very > > >> >> > own > > >> >> > Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php > > >> >> > _______________________________________________ > > >> >> > Wicket-user mailing list > > >> >> > [email protected] > > >> >> > https://lists.sourceforge.net/lists/listinfo/wicket-user > > >> >> > > > >> >> > > >> >> > > >> >> ------------------------------------------------------- > > >> >> SF.Net email is sponsored by: > > >> >> Tame your development challenges with Apache's Geronimo App Server. > > >> >> Download > > >> >> it for free - -and be entered to win a 42" plasma tv or your very own > > >> >> Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php > > >> >> _______________________________________________ > > >> >> Wicket-user mailing list > > >> >> [email protected] > > >> >> https://lists.sourceforge.net/lists/listinfo/wicket-user > > >> >> > > >> > > > >> > > >> > > >> > > >> ------------------------------------------------------- > > >> SF.Net email is sponsored by: > > >> Tame your development challenges with Apache's Geronimo App Server. > > >> Download > > >> it for free - -and be entered to win a 42" plasma tv or your very own > > >> Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php > > >> _______________________________________________ > > >> Wicket-user mailing list > > >> [email protected] > > >> https://lists.sourceforge.net/lists/listinfo/wicket-user > > >> > > > > > > > > > ------------------------------------------------------- > > SF.Net email is sponsored by: > > Tame your development challenges with Apache's Geronimo App Server. Download > > it for free - -and be entered to win a 42" plasma tv or your very own > > Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php > > _______________________________________________ > > Wicket-user mailing list > > [email protected] > > https://lists.sourceforge.net/lists/listinfo/wicket-user > > > ------------------------------------------------------- SF.Net email is sponsored by: Tame your development challenges with Apache's Geronimo App Server. Download it for free - -and be entered to win a 42" plasma tv or your very own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php _______________________________________________ Wicket-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-user
