Okay. This seems to have raised too many concerns. So I'd leave this
behavior by default. We would just have an extension point that would
allow user to plug such behavior.
-Matej
Korbinian Bachl wrote:
Hi Matej,
especially this:
"The immediate redirect from bookmarkable URL to hybrid URL should be
suppressed when a crawler (google, msn, ...) is detected "
is a 100% no go and will result in beeing banned by the search engine, as
its also known as "cloaking (modern spiders access your site under different
IPs and different IDs and if they detect different behaviours they know you
are cloaking)
this:
mounted
/context/my/page/class/param1/value1
/context/my/page/class/param1/value1[:<pageMap>] (colon before pagemap name
is intentional)
has to be put further:
mounted with normal PageParams:
/context/my/page/class/param1/value1
/context/my/page/class/param1/value1[:<pageMap>] (colon before pagemap name
is intentional)
mounted with IndexedPageParams:
/context/my/page/class/value1
/context/my/page/class/value1[:<pageMap>] (colon before pagemap name is
intentional)
i also dont understand your format ... why do we need these brackets [] ?
and why do we need a pagemap behind? cant this just go into the session?
just my 2 cents,
Regards
Korbinian
-----Ursprüngliche Nachricht-----
Von: Matej Knopp [mailto:[EMAIL PROTECTED]
Gesendet: Samstag, 4. November 2006 13:56
An: [email protected]
Betreff: URL scheme for Wicket 2.0
http://cwiki.apache.org/confluence/display/WICKET/Proposal+of+
URL+scheme+for+Wicket+2
What do you think?
-Matej