[Pmwiki-users] Bug with intermap links and '@'

Patrick R. Michaud pmichaud
Tue Dec 23 11:19:04 CST 2003


The problem is that @ characters are legal in URIs and therefore should
be allowed as part of URI path components (RFC 2396, section 3.3).  Some
possible workarounds would be:
   Use a space:                 
      @@MeatBall:InterMap @@
   Use [==] to delimit the URL: 
      @@MeatBall:InterMap[==]@@
   Define a different markup sequence based on characters not allowed in URLs:
      @@MeatBall:InterMap<<

While one can always do whatever they wish with local modifications, I don't
want to globally disallow @ or @@ from URIs, or try to re-order the sequence
in which PmWiki does its processing simply based on this one bug/annoyance.

Pm


On Tue, Dec 23, 2003 at 06:42:00PM +0100, Christian Ridderstr?m wrote:
> See this link:
> 	http://www.pmichaud.com/wiki/Cookbook/UsefulInterMapLinks#bug-atat
> but basically I think you get the wrong result when you enter e.g.
> 
> 	@@Meatball:InterMap@@
> 
> /Christian
> 
> -- 
> Dr. Christian Ridderstr?m, +46-8-768 39 44       http://www.md.kth.se/~chr
> 
> 
> _______________________________________________
> Pmwiki-users mailing list
> Pmwiki-users at pmichaud.com
> http://pmichaud.com/mailman/listinfo/pmwiki-users_pmichaud.com



More information about the pmwiki-users mailing list