[Seaside] Bookmarkable urls

Dav lasmiste at gmail.com
Wed Oct 10 15:04:15 UTC 2012


Hi there,

I've a question on bookmarkable urls.

My server is: ZnZincServerAdaptor startOn:9090 .

And I have an application, myapp, configured this way:

application := WADispatcher default handlerAt: 'myapp'.
application preferenceAt: #serverPath put: '/'.
WADispatcher default defaultName: 'myapp' .


So when I point my browser to http://localhost:9090 everyhting is fine, but
I'd like to have a bookmarkable url like: http://localhost:9090/whatever,
unfortunately that url does not go through myapp, I know it because if I put
a breakpoint in myapp>>initalRequest: my browser does not stop, instead if I
point to http://localhost:9090/myapp/whatever it does.

How can I get rid of "myapp"? I already looked at updateUrl: and WABrowser
and Pier searching for hints, but it's really obscure to me.
Thanks 
 Dav



--
View this message in context: http://forum.world.st/Bookmarkable-urls-tp4650731.html
Sent from the Seaside General mailing list archive at Nabble.com.


More information about the seaside mailing list