Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
base system
Priority:
Normal
Category:
Bug report
Assigned:
Issue tags:
Reporter:
Created:
30 Aug 2011 at 00:14 UTC
Updated:
29 Jul 2014 at 19:55 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
marcingy commentedLooks fine to me.
Comment #2
tr commentedThere's also blank space at the end of the script, and a few doxygen comments that needed tweaking for documentation standards. Modified patch fixes these. Applies cleanly to D8 and D7.
Comment #3
cweagansPer http://drupal.org/coding-standards#indenting, there is supposed to be an empty line at the end of files
Comment #4
cweagansNew patch.
Comment #5
tr commentedNo, that says last line should end with a newline, which my patch does. Before the patch, authorize.php ends with *two* newlines, which potentially causes the dreaded "Header already sent" error. There should never be a blank line at the end of any piece of Drupal code.
Comment #6
cweagansAh, you're right - I misread the patch. webchick, Dries: #2 is what should be committed
Also, FWIW, the "Header Already Sent" error wouldn't be caused by an extra empty line inside the scope of php. If you were to add a ?> and a new line after that, then you'd have the Header Already Sent error.
I'm going to set this back to RTBC. Again, this is for the patch on #2.
Comment #7
cweagansComment #8
webchickFixing tag.
Comment #9
dries commentedCommitted to 7.x and 8.x. Thanks.
Comment #11
tr commentedThe wrong patch was committed. See #6 where it says the correct patch is #2.
There is still a blank line at the end of authorize.php. Attached patch corrects this. Works for both D8 and D7.
Comment #12
dries commentedCommitted to 7.x and 8.x. Thanks.