Internal link without server hostname

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Internal link without server hostname

Esteban A. Maringolo
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
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside