Closed (fixed)
Project:
Fast 404
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
6 Apr 2016 at 05:47 UTC
Updated:
13 May 2016 at 11:14 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
neetu morwani commentedComment #3
neetu morwani commentedComment #5
neetu morwani commentedPatch updated. Repo cloned from d.o
Comment #6
neetu morwani commentedComment #8
naveenvalechaComment #9
naveenvalechaComment #10
naveenvalechaassigning to myself to give it a run.
Comment #11
naveenvalechaThis needs a reroll as this went in #2462337: To support PHP 7 we can no longer have a class named "String"
Comment #12
naveenvalechaDon't use the exit function. let's use the EventSubscriber GetResponseEvent $event object to do that for you.
use the $event->setResponse() in onKernelRequest to send the request.
Comment #13
sdstyles commentedComment #15
sdstyles commentedReroll patch after changes from
response()method.Comment #16
naveenvalechaComment #19
neetu morwani commentedManual testing of the functionalities delivered by the module is done. Everything seems fine. Drupal doesn't get bootstrapped when a page is not found.
Patch looks good to me.
Thanks.
Comment #20
neetu morwani commentedComment #21
neetu morwani commentedComment #23
naveenvalechaCommitted and pushed to 8.x-1.x
Will be included in next release.