Internal link without server hostname

Esteban Maringolo <[email protected]> Sun, 11 Oct 2020 19:02:59 -0300
Newsgroups gmane.comp.lang.smalltalk.squeak.seaside
Message-ID <CAJMgPCKb1rQHeYQMtLCSuiOjmdNtqtYcKE=qwQvzCbiE9i+ABA@mail.gmail.com>
Hi all,

I have a situation that is unexpected, I'm creating a simple internal
link anchor, and when I use it during development it works fine, but
in production it appends the application server hostname before it,
breaking it altogether.


E.g.
html anchor
  url: '#someIdentifier';
  with: 'Internal'.

In development it produces: <a href="#someIdentifier">Internal</a>.

But in production it produces <a
href="server.hostname#someIdentifier">Internal</a>.

I don't see any reason for this doing that, there is nothing special I
could see in WAAnchorTag other than initializing the url from from the
actionUrl, but because I set the URL directly, this is never called.

Any ideas?

Esteban A. Maringolo
_______________________________________________
seaside mailing list
[email protected]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside