Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: True "url generation" wish

...

so when user hits a page /my/page/a/b/c//// redirect immediately to /my/page/a/b/c

Done in 1.5

Improve url generation

-Instead of urlFor returning a CharSequence it should return a UrlBuilder that contains methods to append parameters and would encode them automatically.

...

However, if the page is bookmarkable+stateless the encoding is different - /param/value/ by default or whatever the coding strategy is, so simply doing +"&myparam="+value will not work.-

MountedMapper supports all of this. See MountedMapperTest for many examples.

Investigate JDK-7 properties support/libraries

...