do we have to do such ugly urls?
i don't like that. is : really a char that has to be encoded?

johan


On 8/20/06, Juergen Donnerstag < [EMAIL PROTECTED]> wrote:
Though I agree in theory, have you tested it? On which browsers?

And the new would be

/WicketTester/WicketTester?wicket%3AbookmarkablePage=%3Awicket.markup.html.basic.SimplePage_3
                                                    ^^^^

Juergen

On 8/20/06, Jean-Baptiste Quenot < [EMAIL PROTECTED]> wrote:
> * Juergen Donnerstag:
>
> > Because URL querystrings will change, and because bookmarkable URLs
> > are changed also, that means that some web browser bookmarks won't
> > work anymore.
>
> That is not likely to be true.  The bookmark will be eg:
>
> /WicketTester/WicketTester?wicket:bookmarkablePage=:wicket.markup.html.basic.SimplePage_3
>
> Instead of:
>
> /WicketTester/WicketTester?wicket:bookmarkablePage=%3Awicket.markup.html.basic.SimplePage_3
>
> That is exactly the same query string once decoded.  Both URLs are
> equivalent.  So existing bookmarks will continue to work.
>
> We  just have  to  decide  whether or  not  Wicket should  produce
> standards-compliant and properly-encoded URLs.   If that is not an
> option, the  patch can be  reworked to keep the  current behaviour
> for bookmarkable URLs.
> --
>      Jean-Baptiste Quenot
> aka  John Banana Qwerty
> http://caraldi.com/jbq/
>
> -------------------------------------------------------------------------
> Using Tomcat but need to do more? Need to support web services, security?
> Get stuff done quickly with pre-integrated technology to make your job easier
> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> _______________________________________________
> Wicket-user mailing list
> Wicket-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wicket-user
>

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to