Skip to content

Work around GPS time validation bug in GraceDB server

Leo P. Singer requested to merge workaround-gracedb-issue-313 into master

Work around a bug in GraceDB where normalization of floating-point GPS times to fixed-precision decimal representation is applied to JSON-encoded requests but not form-encoded requests. This bug caused superevent API requests with GPS times specified with more than 6 decimal places to fail.

Merge request reports