Domino on Linux/Unix, Troubleshooting, Best Practices, Tips and more ...

 
alt

Daniel Nashed

 

URL Hotspot Issues

Daniel Nashed  26 January 2009 07:02:19
Before Lotusphere I blogged about DAOS infos in the Domino Wiki. One of the link was broken and I wasn't sure why.
Now back from Lotusphere I took a deeper look into the problem.


I am not 100% sure in detail what is happening but the problem is more complicated than expected.

Because I had some issues with umlauts and some other details when testing the blog template I decided to switch the default encoding for my blog to UTF-8 when I launched it.

Pasting URLs into the blog text also caused some issues with formatting. So I decided to use hotspots for links in my blog.


This works fine unless you have "special" characters like "=" or blanks in the URL. In this case there are issues with converting those chars correctly.


I did some testing and found out that you have to manually convert the URL to UTF-8 via @URLEncode.

First I tried to convert it completely with a formula. But that converted the whole URL and also replaced the "http://" prefix.

This causes that the Domino server cannot figure out that it is an absolute URL and will add the server and database in front of the URL line.


I got it finally working with the following @formula


"http://www.lotus.com/ldd/dominowiki.nsf/dx/"+@URLEncode("UTF-8";"search.htm?opendocument
&qÚOS")

Is this working as designed or is this a bug? It looks like the server does not convert the hotspot correctly to UTF-8 without this trick and this causes issues with the link.

Maybe someone has a better idea to solve this issue? Any ideas?


Update after posting:


When posting this document I ran into another issue.

The same problem also happens when you use normal text in the richtext blog field.
The bold line above is converted in the wrong way. So it is not only an issue with URL hotspots.

It can also occur in the middle of a text. You can see behind the ...opendocument that the "&q=" is converted to odd looking characters.


If you specify the string components separately it converts correctly in the text like this.

"http://www.lotus.com/ldd/dominowiki.nsf/dx/"+@URLEncode("UTF-8";"search.htm?opendocument"+
"&q="+"DAOS")

I am still trying to figure out what is happening. Does anyone have an idea how to solve this?

Why is the server converting simple text with those chars?

-- Daniel

Comments

1Daniel Nashed  26.01.2009 8:34:56  URL Hotspot Issues

Update: I have created a PMR and will keep you updated what official support reply I get.

-- Daniel

2Simon  26.01.2009 10:10:25  URL Hotspot Issues

I would say the fault is with the creators of the URL you copied. Anything after the ?openxxxx is fair game for any old crap, I doubt that Domino can safely assume that URLEncoding query_string would be safe. So for example

?open¶m1=sometextwithumlaut¶m2=sometextwithaccents

Domino would have to 'know' that it was only supposed to encode 'sometextwithumlaut' etc, but not ¶m=

I reckon it's our job to check anything that comes after the ?openxxxx stuff.

There, that was no help at all =)

S

3Daniel Nashed  26.01.2009 13:23:26  URL Hotspot Issues

@Simon, the URL does not contain any umlauts. I enabled UTF-8 because of umlauts and other issues in the blog.

but the problem is caused by a simple "&q=" You can see in my text that specifying this string in the body text of the blog causes the same issue.

There seems to be an issue converting text between the different charsets.

I am waiting for Lotus support to verify my problem.

-- Daniel

4Daniel Nashed  02.02.2009 16:52:07  URL Hotspot Issues

I got an update from support that they can reproduce the problem and that the developer said he thinks it is a bug.

We got a SPR #DPOL7NSJ5F / APAR #LO37238.

Will keep you updated what I hear back ...

-- Daniel

5Dominic  30.08.2016 9:28:11  URL Hotspot Issues

Nice Blog!

Links

    Archives


    • [HCL Domino]
    • [Domino on Linux]
    • [Nash!Com]
    • [Daniel Nashed]