Roundup Tracker - Issues

Message1804

Author anonymous
Recipients
Date 2005-01-07.21:26:39
Message-id
In-reply-to
Logged In: NO 

[richard here] 
 
Ah, *smacks forehead*, ";" is a special char in URLs. It separates 
the path and parameters components: 
 
  scheme://netloc/path;parameters?query#fragment 
 
though the ";" is appearing in the query section, so really 
shouldn't cause problems. Well, it needs to be quoted anyway. 
Not sure why it's not. 
 
History
Date User Action Args
2009-02-03 14:21:08adminlinkissue1097083 messages
2009-02-03 14:21:08admincreate