Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ruby 2.7.2 got an error obfuscating empty fields #1825

Closed
yulgolem opened this issue Jan 28, 2021 · 0 comments · Fixed by #1827
Closed

Ruby 2.7.2 got an error obfuscating empty fields #1825

yulgolem opened this issue Jan 28, 2021 · 0 comments · Fixed by #1827
Assignees
Labels

Comments

@yulgolem
Copy link
Contributor

Got this kind of en error: internetee/epp_proxy#44 (comment)

the log output for the error that brought this issue to daylight transformed after the latest ruby update. New error:

FrozenError (can't modify frozen String: ""):
config/initializers/filter_parameter_logging.rb:5:in gsub!' config/initializers/filter_parameter_logging.rb:5:in block (2 levels) in

'
further analysis revealed that this is caused by an & sign in the authifo password for domain transfer.
Eroor 404 is returned to user, the request it self get past web server and proxy and the error seems to be returned from the application.

We should handle & and maybe some other special characters so that the whole query does not break on processing, if possible.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants