Merge branch 'master' into es17.01

This commit is contained in:
Jocelyn Fiat
2017-03-30 14:28:28 +02:00
6 changed files with 21 additions and 8 deletions

View File

@@ -135,7 +135,7 @@ feature {NONE} -- Implementation: routes
r.add_warning_message ("Error with block [login]")
end
end
r.set_value ("Basic Auth", "optional_content_type")
r.set_optional_content_type ("Basic Auth")
end
r.execute
end