10000 [BrowserKit] Form names with . are converted to _ (breaks compatibility with non-PHP forms) · Issue #6908 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content
[BrowserKit] Form names with . are converted to _ (breaks compatibility with non-PHP forms) #6908
Closed
@relaxnow

Description

@relaxnow

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    BrowserKitEnhancementGood first issueIdeal for your first contribution! (some Symfony experience may be required)

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0