=================== BUG #2051: FULL BUG SNAPSHOT =================== http://savannah.nongnu.org/bugs/?func=detailbug&bug_id=2051&group_id=1968
Submitted by: gunnarh Project: MHonArc Submitted on: 2002-Dec-25 15:23 Category: MIME Filter Severity: 5 - Major Bug Group: Incorrect Behavior Resolution: None Assigned to: None Status: Open Platform Version: All Perl Version: Any Component Version: mhtxthtml.pl,v 2.30 Fixed Release: Summary: Query string including 'action=' not handled properly Original Submission: When converting a text/html message with the URL: http://phenomenalmen.com/profiles/pm.cgi?action=display&login=forrest_horn MHonArc screwed up the HTML source. The problem seems to be that both this query string and the $UAttr variable includes the string 'action'. I made MHonArc accept the occurrence of 'action=' in a query string by editing line 333 in mhtxthtml.pl: $$data =~ s/(\s$UAttr\s*=\s*)([^\s'">][^\s>]+) -----------------^^ / Gunnar No Followups Have Been Posted CC list is empty No files currently attached For detailed info, follow this link: http://savannah.nongnu.org/bugs/?func=detailbug&bug_id=2051&group_id=1968 --------------------------------------------------------------------- To sign-off this list, send email to [EMAIL PROTECTED] with the message text UNSUBSCRIBE MHONARC-DEV
