Skip to content
Snippets Groups Projects
Commit aeb4fa91 authored by Robert Butora's avatar Robert Butora
Browse files

fixes bug in UWSMerge where pubdid param was not read from queryString

parent ff7d5402
No related branches found
No related tags found
No related merge requests found
...@@ -174,7 +174,7 @@ public class UWSMergeWork extends JobThread ...@@ -174,7 +174,7 @@ public class UWSMergeWork extends JobThread
private Map<String, String[]> collectSodaParams(UWSJob job) private Map<String, String[]> collectSodaParams(UWSJob job)
{ {
Map<String, String[]> params = new HashMap<String, String[]>(); Map<String, String[]> params = new HashMap<String, String[]>();
String[] paraTokens = {"skysystem","specsystem", "l","b","r","dl","db","vl","vu","vt","ID","POSSYS","BANDSYS","POS", "BAND", "TIME", "POL", "PIXELS"}; String[] paraTokens = {"skysystem","specsystem","pubdid","l","b","r","dl","db","vl","vu","vt","ID","POSSYS","BANDSYS","POS", "BAND", "TIME", "POL", "PIXELS"};
for(String paramToken : paraTokens) for(String paramToken : paraTokens)
{ {
String[] paramValue = new String[1]; String[] paramValue = new String[1];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment