Custom Processor that includes 'type' as a parameter breaks report pagesDescriptionBuild information:Jakarta Patch 8glide-kingston-10-17-2017__patch6-05-16-2018Issue Description:Custom Processor with 'type' in parameter breaks report pagesSteps to Reproduce On OOB instance1. Navigate to System Definition > Processors.2. Click New.3. For Name, enter Test.4. For Type, select script.5. For Path, enter Test.6. For Parameters, enter type7. For Script, enter the following code.var type = g_request.getParameter("type"); g_processor.writeOutput("text/plain","This will break report page. Type= "+type);7. Click Submit.8. goto Reports -> View / Run Clicking 'All' Reports are broken.Expected behaviorReport pages should show with the new processor with type parameter Actual behaviorReport page broken with the new processor with type parameter See the attached screen recording for reference.WorkaroundAfter carefully considering the severity and frequency of the issue, and risk of attempting a fix, it has been decided to not address this issue in any current or future releases. We do not make this decision lightly, and we apologize for any inconvenience. If you have any questions regarding this problem, contact ServiceNow Customer Support. Related Problem: PRB1293569