Bug 127898

Summary: [patch] query-pr.cgi: properly treat quoted-printable line continuations
Product: Documentation Reporter: Eygene Ryabinkin <rea-fbsd>
Component: Books & ArticlesAssignee: Bugmeister <bugmeister>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
0001-Implement-proper-quoted-printable-line-continuation.patch none

Description Eygene Ryabinkin 2008-10-06 10:00:16 UTC
Gnats Web interface (query-pr.cgi) fails to properly treat line
continuations in the quoted-printable parts: is deletes the trailing
'=', but does not joins the line with the next one.  It has even comment
in the code about this ;))

Fix: The following patch properly assembles continued lines before feeding
them into the loop:
How-To-Repeat: 
Look, for example, at http://www.freebsd.org/cgi/query-pr.cgi?pr=126853
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2009-03-09 17:29:14 UTC
Responsible Changed
From-To: freebsd-www->bugmeister

bugmeister territory.
Comment 2 Gavin Atkinson freebsd_committer freebsd_triage 2009-11-15 11:27:04 UTC
I've tested this: it seems to fix the issue and doesn't seem to introduce 
any regressions.
Comment 3 Remko Lodder freebsd_committer freebsd_triage 2009-11-15 12:08:31 UTC
State Changed
From-To: open->closed

I had committed the patch to the repository.
Comment 4 dfilter service freebsd_committer freebsd_triage 2009-11-15 12:08:32 UTC
remko       2009-11-15 12:08:18 UTC

  FreeBSD doc repository

  Modified files:
    en/cgi               query-pr.cgi 
  Log:
  Properly treat quoted-printable line continuations
  
  PR:             www/127898
  Submitted by:   Eygene Ryabinkin <rea-fbsd at codelabs dot ru>
  Tested by:      gavin
  
  Revision  Changes    Path
  1.67      +17 -3     www/en/cgi/query-pr.cgi
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"