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
-----------------------------------------------------------------
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to