File Changes for angie
switch to commits view, user indexv372_preview to v372_preview2 (2018-09-17 to 2018-09-24) v372
Show details
- src/hg/encode3/encodeDataWarehouse/edwScriptSubmitStatus/edwScriptSubmitStatus.c
- lines changed 1, context: html, text, full: html, text
571504b8602e77298d8b8d7cbdf5bddc348e6020 Fri Sep 21 15:53:28 2018 -0700
hgSuggest, when invoked with no params, was getting a SEGV instead of printing a 'Status: 400' header and error message. There were two problems: a param was being used before the test for lack of params, and htmlVaBadRequestAbort was used only as an AbortHandler -- it needs to be a WarnHandler, otherwise the error message is printed out before the header. A couple other places also needed to install htmlVaBadRequestAbort as a WarnHandler not just AbortHandler.
- src/hg/hgGateway/hgGateway.c
- lines changed 2, context: html, text, full: html, text
571504b8602e77298d8b8d7cbdf5bddc348e6020 Fri Sep 21 15:53:28 2018 -0700
hgSuggest, when invoked with no params, was getting a SEGV instead of printing a 'Status: 400' header and error message. There were two problems: a param was being used before the test for lack of params, and htmlVaBadRequestAbort was used only as an AbortHandler -- it needs to be a WarnHandler, otherwise the error message is printed out before the header. A couple other places also needed to install htmlVaBadRequestAbort as a WarnHandler not just AbortHandler.
- src/hg/hgSuggest/hgSuggest.c
- lines changed 8, context: html, text, full: html, text
571504b8602e77298d8b8d7cbdf5bddc348e6020 Fri Sep 21 15:53:28 2018 -0700
hgSuggest, when invoked with no params, was getting a SEGV instead of printing a 'Status: 400' header and error message. There were two problems: a param was being used before the test for lack of params, and htmlVaBadRequestAbort was used only as an AbortHandler -- it needs to be a WarnHandler, otherwise the error message is printed out before the header. A couple other places also needed to install htmlVaBadRequestAbort as a WarnHandler not just AbortHandler.
- src/hg/utils/automation/doAugustus.pl
- lines changed 5, context: html, text, full: html, text
ae4ff075a93ab4137dacf3dcdfb8582a72a11d89 Wed Sep 19 10:48:20 2018 -0700
Use latest version of augustus, recompiled for new hgwdev & cluster.
- src/inc/htmshell.h
- lines changed 4, context: html, text, full: html, text
571504b8602e77298d8b8d7cbdf5bddc348e6020 Fri Sep 21 15:53:28 2018 -0700
hgSuggest, when invoked with no params, was getting a SEGV instead of printing a 'Status: 400' header and error message. There were two problems: a param was being used before the test for lack of params, and htmlVaBadRequestAbort was used only as an AbortHandler -- it needs to be a WarnHandler, otherwise the error message is printed out before the header. A couple other places also needed to install htmlVaBadRequestAbort as a WarnHandler not just AbortHandler.
- src/lib/htmshell.c
- lines changed 5, context: html, text, full: html, text
571504b8602e77298d8b8d7cbdf5bddc348e6020 Fri Sep 21 15:53:28 2018 -0700
hgSuggest, when invoked with no params, was getting a SEGV instead of printing a 'Status: 400' header and error message. There were two problems: a param was being used before the test for lack of params, and htmlVaBadRequestAbort was used only as an AbortHandler -- it needs to be a WarnHandler, otherwise the error message is printed out before the header. A couple other places also needed to install htmlVaBadRequestAbort as a WarnHandler not just AbortHandler.
switch to commits view, user index