internetee-epp_proxy/apps/epp_proxy/priv/test_backend_app
Maciej Szlosarczyk e99733aaf0
Send frame as request paramater as well
Here's what happens: When a client sends simple command without any
values in XML, registry can drop the `raw_frame` parameter
completely. If so, it relies on `frame` parameter being passed on to
create XML document.

https://github.com/internetee/registry/blame/ad823391b75509d5be20ee6ef217aa4f35a4c994/lib/epp_constraint.rb#L14

Fix involves sending the XML string twice, as `frame` and
`raw_frame`, the same as `mod_epp` did.
2019-07-17 10:53:31 +03:00
..
views Add test case for error request 2019-07-12 15:14:48 +03:00
config.ru Include information about changes in documentation 2019-07-12 16:07:30 +03:00
epp_server.rb Send frame as request paramater as well 2019-07-17 10:53:31 +03:00
Gemfile Prepare for better integration tests 2019-07-12 12:07:22 +03:00
Gemfile.lock Prepare for better integration tests 2019-07-12 12:07:22 +03:00