[bugs] [Bug 952] New - url in message text mangled - may be related to 918 bug.

bugs@bugs.horde.org bugs@bugs.horde.org
Wed, 15 May 2002 17:21:05 -0300


http://bugs.horde.org/show_bug.cgi?id=952

*** shadow/952	Wed May 15 17:21:05 2002
--- shadow/952.tmp.5525	Wed May 15 17:21:05 2002
***************
*** 0 ****
--- 1,64 ----
+ Bug#: 952
+ Product: Horde
+ Version: other
+ Platform: All Browsers
+ OS/Version: Linux
+ Status: NEW   
+ Resolution: 
+ Severity: normal
+ Priority: P2
+ Component: IMP
+ Area: BUILD
+ AssignedTo: chuck@horde.org                            
+ ReportedBy: lbyrd@memach.com               
+ URL: 
+ Summary: url in message text mangled - may be related to 918 bug.
+ 
+ Horde version 1.2.6, Imp version 2.2.6. when the following url is passed in the
+ body of a message :
+ <a
+ href="http://aoe.memach.com/dev/request/viewrequest.php?RequestID=2109&Action=RequestDecision&RoutingHistoryID=2180&ReviewerEmail=lbyrd@memach.com">View
+ Requisition</a>
+ &nbsp;]<span style="text-align : left"><br>
+ 
+ Which gets translated to :
+ <a
+ href="http://aoe.memach.com/dev/request/viewrequest.php?RequestID=2109&Acticleaned=RequestDecision&RoutingHistoryID=2180&ReviewerEmail=lbyrd@memach.com">View
+ Requisition</a>
+ &nbsp;]<cleaned_tag="text-align : left"><br>
+ 
+ Please note the action= becomes acticleaned=  and the span style= becomes
+ cleaned_tag= . The first breaks the link to make it only display part of the
+ needed page.  The complete email body of the original email follows. 
+ Thanks
+ 
+ 
+ ========
+ <html>
+ <head>
+   <title>Review Status - New</title>
+ </head>
+ <body bgcolor=white>
+ <!-- Source:MailRequestReviewer (2180) -->
+ Greetings:<br>
+ <br>
+ You have been marked as an individual to review request 2109.<br>
+ <br>
+ Please click on the following link to review the details of this request.<br>
+ <br>
+ [&nbsp;<a
+ href="http://aoe.memach.com/dev/request/viewrequest.php?RequestID=2109&Action=RequestDecision&RoutingHistoryID=2180&ReviewerEmail=lbyrd@memach.com">View
+ Requisition</a>
+ &nbsp;]<span style="text-align : left"><br>
+ <br>
+ <hr>
+ Legal Terms for Metro Machine Corporation:<br>
+ [&nbsp;<a href="http://aoe.memach.com/static/MPO.htm"
+ target="_new">Materials</a>&nbsp;]&nbsp;&nbsp;[&nbsp;<a
+ href="http://aoe.memach.com/static/SPO.htm"
+ target="_new">Services</a>&nbsp;]</span>
+ </body>
+ </html>
+ 
+ 
+