- Jun 01, 2009
-
-
baire authored
support matching escaped characters in header names
-
baire authored
do not remove escape sequences in non-generic parameters of via
-
baire authored
fixed value check in TC_SEMIURI with correct escaped string
-
baire authored
transformed TC_REGBADCT into a negative test
-
baire authored
added value check for TC_ESC01
-
baire authored
added a function to decode and normalise the escaped characters
-
baire authored
renamed the positive tortture testcases
-
baire authored
fixed TC_LONGREQ to remove double-quotes in the nameaddr field
-
baire authored
allow returning an undecoded value in TC_SCALAR* (all we need is a codec that does not crash)
-
baire authored
support for decoding quoted strings
-
baire authored
added function for normalising quoted strings TODO: how to represent unicode characters ?
-
baire authored
added value check for TC_SEMIURI
-
baire authored
renamed negative testcases
-
baire authored
added value check for TC_REGBADCT
-
baire authored
fixed the content of the message in TC_MPART01
-
baire authored
transformed TC_INV2543 into a negative test
-
baire authored
disabled TC_DBLREQ because it is not a codec issue
-
baire authored
transformed TC_CLERR into a negative test
-
baire authored
added value check for TC_BADVERS
-
baire authored
added value check for TC_BADDATE
-
baire authored
added value check for TC_BADBRANCH
-
baire authored
added the remaining torture testcases
-
baire authored
changed TC_NCL into a negative test
-
baire authored
use the value of the Content-Length as a prediction when decoding the message body to ensure that the content length does not mismatch
-
baire authored
throw a DecodeIgnoreMessage after displaying the error message so that the toolkit does not output anything
-
baire authored
improved the messages displayed
-
baire authored
dump a warning and the raw message if the codec is unable to decode a message
-
baire authored
updated the torture tests to handle the raw message in the payload field
-
baire authored
store the message body into the messageBody field and put the raw message into the payload field
-
baire authored
decoding support for RFC 5009
-
baire authored
removed spurious '?'
-
baire authored
Added missing import definition in testcase file
-
baire authored
added value check for TC_ZEROMF
-
baire authored
Fixed issue related to charstring in generator
-
baire authored
fixed TC_UNKSCM to match the new way of decoding a url with an unknown scheme
-
baire authored
Fixed two small issues in generator
-
baire authored
restored data file for TC_INSUF (accidentally deleted in r168)
-
baire authored
decoding support for RFC 4244
-
baire authored
transformed TC_TRWS into a negative testcase
-
baire authored
Added loopback test
-