Open petriborg opened 5 years ago
The idea with this change is to realize that POST < does not automatically mean we are reading a file for input. Instead we check to see if the character following is the start of an XML declaration such as <?xml ... ?>
POST <
<?xml ... ?>
The idea with this change is to realize that
POST <
does not automatically mean we are reading a file for input. Instead we check to see if the character following is the start of an XML declaration such as<?xml ... ?>