You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You mean as a command-line option? It has been in the HTTP Collector project internal TODO file for some time now. :-) Could definitely be useful. Marking it.
In my implementation, I had the code dump the configuration after loadString, but before conversion to XMLConfiguration. Because of this, I had to re-implement your regular expression thing to strip out DOCTYPE and xml declaration. As a feature, it could even be a dump out of the pretty printed XMLConfiguration after loading as an CollectorConfig with whichever collector contains main() ...
What I'm saying is that I'm not sure what level of validation should be done, before dump out.
Apache Velocity is a much easier template engine than many others, but there is still the issue of whether this works:
Indeed it does not, because the end for directives is
#end
, but it required some work to figure out what was going on.The text was updated successfully, but these errors were encountered: