I stumbled accross webinject last week because we are monitoring our services with Nagios and a colleague, who want's to check a service needs a login/logout.
When I looked at the source code I was a bit shocked ;) and I get the feeling that I need to rewrite the whole stuff.
I already found a newer version in CPAN Webinject but it still has many of the flaws I want to get rid of.
Unfortunately I can't spent too much time on it (I'm not paid for that) :( and I don't yet know anything about the GUI part. So I thought someone here might be interested in helping?
Here are the main drawbacks I found:
- Despite the statement in the documentation that the testcase files are XML, they are not. For example one can not use "&" for an ampersand, but has to write "&" which will make any XML tool croak.
- Same is true for "<" which has to be written as \<
- This "misuse" of XML::Simple, which is sed for parsing, is achieved by rewriting every "&" and every "\<" in the files by "{AMPERSAND}" and "{LESSTHAN}". As a consequence these 2 Strings, should they appear anywhere in the file, will be replaced.
- The rewrite is done EVERY run and requires a new file in the filesystem.
- The older version 1.41 (I didn't check the CPAN version) does a second rewrite if the testcase file contains just one case instead of using XML::Simple properly. (ForceArray => 1)
s$$([},&%#}/&/]+}%&{})*;#$&&s&&$^X.($'^"%]=\&(|?*{%
+.+=%;.#_}\&"^"-+%*).}%:##%}={~=~:.")&e&&s""`$''`"e
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
Outside of code tags, you may need to use entities for some characters:
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.
|
|