There's no such thing as a free lunch.
Fungerar inte i detta inläget: http://www.webforum.nu/showthread.php?s=&postid=1007492#post1007492
varför? har det med olagliga tecken att göra?
icke fungerande länk?
3 svar · 230 visningar · startad av frankof
stoffe-2k skrev:
sista punkten i urlen (?)
Jag trodet också det, först, men då hamnar man inte på rätt plats, prova att kopier och klistra in direkt i adressfältet så ser du.
Verkar vara en bugg i wF:s URL-hantering.
Tecknet ' skall kunna ingå okodat i URL:ar enligt RFC1738
Many URL schemes reserve certain characters for a special meaning:
their appearance in the scheme-specific part of the URL has a
designated semantics. If the character corresponding to an octet is
reserved in a scheme, the octet must be encoded. The characters ";",
"/", "?", ":", "@", "=" and "&" are the characters which may be
reserved for special meaning within a scheme. No other characters may
be reserved within a scheme.Usually a URL has the same interpretation when an octet is
represented by a character and when it encoded. However, this is not
true for reserved characters: encoding a character reserved for a
particular scheme may change the semantics of a URL.Thus, only alphanumerics, the special characters "$-_.+!*'(),", and
reserved characters used for their reserved purposes may be used
unencoded within a URL.
Å andra sidan kan du komma förbi problemet genom att koda om '-tecknet till %27 såhär: There%27s+no+such thing+as+a+free+lunch så länge
Vi tar åt oss problemet och klurar på en lösning

