[BrowserKit] Form names with . are converted to _ (breaks compatibility with non-PHP forms) #6908
Labels
BrowserKit
Enhancement
Good first issue
Ideal for your first contribution! (some Symfony experience may be required)
Symfony/Component/BrowserKit/Client->submit uses $form->getPhpValues() which uses parsestr which automagically converts . to _, this breaks compatibility with forms intended for non-PHP services.
Background
I am trying to write a functional test for connecting to an OpenID2 implementation in ASP.NET, however this requires use of a (auto-submitted by javascript) form with names like hidden form names like openid.mode.
The text was updated successfully, but these errors were encountered: