[wp-trac] [WordPress Trac] #23092: Word count, Edit Post > Publish > Visibility, Published Date & Status "Edit" links don't work

WordPress Trac noreply at wordpress.org
Mon Dec 31 20:39:18 UTC 2012


#23092: Word count, Edit Post > Publish > Visibility, Published Date & Status
"Edit" links don't work
-------------------------------+------------------------------
 Reporter:  scaturan           |       Owner:
     Type:  defect (bug)       |      Status:  new
 Priority:  normal             |   Milestone:  Awaiting Review
Component:  General            |     Version:  3.5
 Severity:  normal             |  Resolution:
 Keywords:  reporter-feedback  |
-------------------------------+------------------------------

Comment (by scaturan):

 this is the actual GET requests for a default install with no plugins are
 used and no modifications to the codebase.

 GET /blog/wp-admin/load-scripts.php?c=0&load[]=jquery,utils,plupload
 ,plupload-html5,plupload-flash,plupload-silverlight,plupload-
 html4,json2&ver=3.5 HTTP/1.1" 200 1258 144281 "-" "Mozilla/5.0 (Macintosh;
 Intel Mac OS X 10.7; rv:17.0) Gecko/20100101 Firefox/17.0"

 144281 bytes out

 "GET /blog/wp-admin/load-scripts.php?c=0&load[]=admin-
 bar,hoverIntent,common,schedule,wp-ajax-response,autosave,jquery-color,wp-
 lists,quicktags,jquery-query,admin-comments,sugg&load[]=est,jquery-ui-core
 ,jquery-ui-widget,jquery-ui-mouse,jquery-ui-
 sortable,postbox,post,thickbox,underscore,shortcode,backbone,media&load[]=-models
 ,wp-plupload,media-views,media-editor,word-count,editor,jquery-ui-
 resizable,jquery-ui-draggable,jquery-ui-button,jquery-u&load[]=i-position
 ,jquery-ui-dialog,wpdialogs,wplink,wpdialogs-popup,wp-fullscreen,media-
 upload&ver=3.5 HTTP/1.1" 200 1225 352075 "-" "Mozilla/5.0 (Macintosh;
 Intel Mac OS X 10.7; rv:17.0) Gecko/20100101 Firefox/17.0"

 352072 bytes going out

 when LimitRequestLine 500 is in effect for the <VirtualHost> container
 where WordPress is being served, here's the GET request.

 "GET /blog/wp-admin/load-scripts.php?c=0&load[]=jquery,utils,plupload
 ,plupload-html5,plupload-flash,plupload-silverlight,plupload-
 html4,json2&ver=3.5 HTTP/1.1" 200 1258 144281 "-" "Mozilla/5.0 (Macintosh;
 Intel Mac OS X 10.7; rv:17.0) Gecko/20100101 Firefox/17.0"

 the second GET request ends up as 414 HTTP response.

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/23092#comment:9>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list