On 10/10/2007, Alexander Broad <[EMAIL PROTECTED]> wrote: > Hi all, new user to Maypole here. > > When installing through CPAN on FC7, most of my URL links on my > generated pages appear to be broken. They appear to include two versions > of the URL - one full version at the end (including the part I'd defined > in uri_base) and the second being just the base, but in URL encoded > format (i.e. http%3A%2F%2F etc). > > I have a good idea what's going wrong (the URL is not being decoded > before parsing) but unfortunately I don't know where to start tracing > this bug down. I'm just using the factory templates to prove a very > simple app.
Hi there. I think you're hitting a problem with an upgraded TT - abw fixed a bug in URL encoding. That's exactly the problem that one would expect to see. I reckon the factory templates may not have been updated to handle this. Aaron? Listening? nic > > Is anyone else having this problem? > > Cheers, Alex. > -- Nic Gibson Director, Corbas Consulting Editorial and Technical Consultancy http://www.corbas.co.uk/ ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Maypole-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/maypole-devel
