Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
...@@ -95,7 +95,7 @@ public class ServletCutout extends javax.servlet.http.HttpServlet ...@@ -95,7 +95,7 @@ public class ServletCutout extends javax.servlet.http.HttpServlet
+ "<VALUES>" + "<VALUES>"
+ "<OPTION>ICRS</OPTION>" + "<OPTION>ICRS</OPTION>"
+ "<OPTION>GALACTIC</OPTION>" + "<OPTION>GALACTIC</OPTION>"
+ "</VALUE>" + "</VALUES>"
+ "</PARAM>" + "</PARAM>"
+ "<PARAM name=\"BANDSYS\" ucd=\"spect;pos.frame\" datatype=\"char\" arraysize=\"*\" value=\"\">" + "<PARAM name=\"BANDSYS\" ucd=\"spect;pos.frame\" datatype=\"char\" arraysize=\"*\" value=\"\">"
...@@ -103,7 +103,7 @@ public class ServletCutout extends javax.servlet.http.HttpServlet ...@@ -103,7 +103,7 @@ public class ServletCutout extends javax.servlet.http.HttpServlet
+ "<VALUES>" + "<VALUES>"
+ "<OPTION>WAVE_Barycentric</OPTION>" + "<OPTION>WAVE_Barycentric</OPTION>"
+ "<OPTION>VELO_LSRK</OPTION>" + "<OPTION>VELO_LSRK</OPTION>"
+ "</VALUE>" + "</VALUES>"
+ "</PARAM>" + "</PARAM>"
+ "</GROUP>" + "</GROUP>"
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
#### Security #### Security
# SSL-certificates are site-dependent and must be regularly updated: # 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 # map volume: ./security:/etc/pki/tls:z,ro
# #
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment