[Interchange-bugs] [Bug 166] New - The area tag now has a bug in it!

bugzilla-daemon@localhost.akopia.com bugzilla-daemon@localhost.akopia.com
Tue, 10 Apr 2001 02:26:44 -0400


http://developer.akopia.com/bugs/show_bug.cgi?id=166

*** shadow/166	Tue Apr 10 02:26:44 2001
--- shadow/166.tmp.31733	Tue Apr 10 02:26:44 2001
***************
*** 0 ****
--- 1,33 ----
+ Bug#: 166
+ Product: Interchange
+ Version: 4.6.3
+ Platform: All
+ OS/Version: All
+ Status: NEW   
+ Resolution: 
+ Severity: blocker
+ Priority: P1
+ Component: Core
+ AssignedTo: mike@minivend.com                            
+ ReportedBy: jbeima@palb.com               
+ URL: 
+ Cc: 
+ Summary: The area tag now has a bug in it!
+ 
+ This has worked form version 4.00 - 4.5.X...
+ Most likely it has died in the 4.6.X tree somewhere...
+ 
+ [area directory/page.html?option=1&]
+ 
+ It would generate:
+ 
+ www.domain.com/cgi-bin/vlink/directory/page.html?option=1&
+ 
+ Now it generates:
+ 
+ www.domain.com/cgi-bin/vlink/directory/page.html?option=1&.html
+ 
+ Which of course breaks everything!
+ 
+ It seems that all of a sudden the area tag is adding a ".html" to the end of the
+ line without checking to see if it is already present. BREAKING ALL SITE LINKS!