Bug 143238

Summary: clone_bug.cgi fails with large amount of comments
Product: [Community] Bugzilla Reporter: David Lawrence <dkl>
Component: Bugzilla GeneralAssignee: David Lawrence <dkl>
Status: CLOSED CURRENTRELEASE QA Contact: Mike MacKenzie <mmackenz>
Severity: medium Docs Contact:
Priority: medium    
Version: 2.18CC: rperkins
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2004-12-20 20:21:37 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 138113    

Description David Lawrence 2004-12-17 17:12:24 UTC
Description of problem:

-- https://bugzilla.redhat.com/beta/show_bug.cgi?format=ft&id=115279

Choose the clone as feature.
One gets the error:
https://bugzilla.redhat.com/beta/show_bug.cgi?format=ft&id=115279
Internal Server Error

The server encountered an internal error or misconfiguration and was unable to
complete your request.

Please contact the server administrator, bugzilla and inform them of
the time the error occurred, and anything you might have done that may have
caused the error.

More information about this error may be available in the server error log.
Apache/2.0.46 (Red Hat) Server at bugzilla.redhat.com Port 443

Seems the comment part is too long to create a URL string or there are
characters that the cgi is failing on. Clone bug/feature needs to be optimized
to handle this either through using POST instead which may not work if you need
to select a product or have enter_bug.cgi load the data itself.

Comment 1 David Lawrence 2004-12-20 20:21:37 UTC
Only submitting the first comment. Conversations in the main Bugzilla database
have mentioned that most do not care about comments other than the first so we
will try this for a while and see what people think. Unfortunately Apache limits
the length of a URL query so unless this is all redesigned to be loaded by
enter_bug.cgi, then this will not work in most cases.