![](https://secure.gravatar.com/avatar/e07e15a8be3c4c1723f5a0397bc17424.jpg?s=120&d=mm&r=g)
Below are two MWEs. The only difference is with \setupinteraction. When the resulting link is copied from the pdf and pasted into a browser, one can see that there is a trailing / added to the interactive version, but not to the non-interactive version. For this url (and many others), that causes a 404 failure. Additional experimentation shows that a second / is not added when a trailing slash has been provided. This is not the case with TL2013. It is the case with 2014.03.28 15:04 MKIV beta. Why has the trailing slash added? Is this an intentional change? If so, is there a method to invoke the older behavior. \starttext \useURL[aurl][http://www.mieleusa.com/manuals_pdf/Residential/Ovens/H387-2_us.pdf] \from[aurl] \stoptext \setupinteraction[state=start] \starttext \useURL[aurl][http://www.mieleusa.com/manuals_pdf/Residential/Ovens/H387-2_us.pdf] \from[aurl] \stoptext -- Rik
![](https://secure.gravatar.com/avatar/49e63acb01f2ca80efce7eed08310ce8.jpg?s=120&d=mm&r=g)
On 4/3/2014 4:14 AM, Rik Kabel wrote:
Below are two MWEs. The only difference is with \setupinteraction. When the resulting link is copied from the pdf and pasted into a browser, one can see that there is a trailing / added to the interactive version, but not to the non-interactive version. For this url (and many others), that causes a 404 failure. Additional experimentation shows that a second / is not added when a trailing slash has been provided.
This is not the case with TL2013. It is the case with 2014.03.28 15:04 MKIV beta.
Why has the trailing slash added? Is this an intentional change? If so, is there a method to invoke the older behavior.
\starttext \useURL[aurl][http://www.mieleusa.com/manuals_pdf/Residential/Ovens/H387-2_us.pdf] \from[aurl] \stoptext
that's not done by context but the viewer (can be an annoying automatism btw)
\setupinteraction[state=start] \starttext \useURL[aurl][http://www.mieleusa.com/manuals_pdf/Residential/Ovens/H387-2_us.pdf] \from[aurl] \stoptext
fixed in next beta ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
participants (2)
-
Hans Hagen
-
Rik Kabel