opencadc / uws

client and server implementations of the Universal Worker Service (UWS) specification
GNU Affero General Public License v3.0
2 stars 8 forks source link

SyncServlet misses RUNID param for GET jobs #16

Closed pdowler closed 2 years ago

pdowler commented 6 years ago

found in caom2-datalink-server use of SyncServlet, where execOnCreate is true for GET. The runID is not captured and stored. It is captured and stored with a POST request.