[ic] UrlSplittor

Bill Carr bill at bottlenose-wine.com
Tue Sep 28 18:48:27 UTC 2010


Shouldn't UrlSplittor have the same value as UrlJoiner when MV_HTML4_COMPLIANT is set?

diff --git a/lib/Vend/Config.pm b/lib/Vend/Config.pm
index 15fb857..faab9f8 100644
--- a/lib/Vend/Config.pm
+++ b/lib/Vend/Config.pm
@@ -3639,7 +3639,7 @@ sub set_default_search {
 sub global_directive_postprocess {
        if($Global::UrlSepChar eq '&') {
                $Global::UrlJoiner = $Global::Variable->{MV_HTML4_COMPLIANT} ? '&' : '&';
-               $Global::UrlSplittor = qr/\&/;
+               $Global::UrlSplittor = $Global::Variable->{MV_HTML4_COMPLIANT} ? qr/\&(amp;)?/ : qr/\&/;
        }
        else {
                $Global::UrlJoiner = $Global::UrlSepChar;


 
Bill Carr 
Bottlenose - Wine & Spirits eBusiness Specialists 
(413) 584-0400 
http://www.bottlenose-wine.com 
 Download vCard




More information about the interchange-users mailing list