Commit 4100025a authored by Robert Butora's avatar Robert Butora
Browse files

fixes typo-bug in soda service-descriptor (was /VALUE instead of /VALUES)

parent 587ee104
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -95,7 +95,7 @@ public class ServletCutout extends javax.servlet.http.HttpServlet
         +   "<VALUES>"
         +     "<OPTION>ICRS</OPTION>"
         +     "<OPTION>GALACTIC</OPTION>"
         +   "</VALUE>"
         +   "</VALUES>"
         +  "</PARAM>"

         +  "<PARAM name=\"BANDSYS\" ucd=\"spect;pos.frame\" datatype=\"char\" arraysize=\"*\" value=\"\">"
@@ -103,7 +103,7 @@ public class ServletCutout extends javax.servlet.http.HttpServlet
         +   "<VALUES>"
         +     "<OPTION>WAVE_Barycentric</OPTION>"
         +     "<OPTION>VELO_LSRK</OPTION>"
         +   "</VALUE>"
         +   "</VALUES>"
         +  "</PARAM>"

         + "</GROUP>"
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@

#### Security
# SSL-certificates are site-dependent and must be regularly updated:
# vlkb-cutout expects them in /etc/pki/tls
# vlkb-soda expects them in /etc/pki/tls
#
# map volume: ./security:/etc/pki/tls:z,ro
#