We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://github.com/Unidata/awips2-core/blob/unidata_16.4.1/edex/com.raytheon.uf.edex.distribution/src/com/raytheon/uf/edex/distribution/DistributionSrv.java#L144
TODO:
File file = new File(bodyString); if (!file.exists() && bodyString.trim().length() > 0) { logger.error("File does not exist : " + bodyString); exchange.getOut().setFault(true); } else { in.setHeader("ingestFileName", file.toString()); }
why is this triggered?
The text was updated successfully, but these errors were encountered:
Merge pull request Unidata#1 from srcarter3/levelsMerge
d676c9a
Levels merge
No branches or pull requests
https://github.com/Unidata/awips2-core/blob/unidata_16.4.1/edex/com.raytheon.uf.edex.distribution/src/com/raytheon/uf/edex/distribution/DistributionSrv.java#L144
TODO:
why is this triggered?
The text was updated successfully, but these errors were encountered: