Uploaded image for project: 'WildFly Elytron'
  1. WildFly Elytron
  2. ELY-1525

When SSO is enabled, multipart form and form enconding stop working.

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Critical Critical
    • None
    • 1.1.6.Final, 1.2.1.Final
    • None
    • None
    • Hide
      • Create a single JSF web page with inputFile component and buttons.
      • Use this tutorial for SSO: https://docs.jboss.org/author/display/WFLY/Web+Single+Sign-On
        After this, form stops working.
      • Use /subsystem=undertow/application-security-domain=other/setting=single-sign-on:remove to disable SSO and enable all commandbuttons again.
      Show
      Create a single JSF web page with inputFile component and buttons. Use this tutorial for SSO: https://docs.jboss.org/author/display/WFLY/Web+Single+Sign-On After this, form stops working. Use /subsystem=undertow/application-security-domain=other/setting=single-sign-on:remove to disable SSO and enable all commandbuttons again.

      I developed a JSF application with "h:inputFile" component and it requires a form with " enctype="multipart/form-data" ".

      I use this tutorial for SSO: https://docs.jboss.org/author/display/WFLY/Web+Single+Sign-On .
      When I execute the last step: " /subsystem=undertow/application-security-domain=other/setting=single-sign-on:add(key-store=example-keystore, key-alias=localhost, domain=localhost, credential-reference=clear-text=secret}) ", all commandButtons stop working.

      If I remove the "h:inputFile" component and " enctype="multipart/form-data" " from form all buttons works again, but all words with accents are corrupted.

            Unassigned Unassigned
            estevaofreitas@gmail.com Estevão Góes (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            9 Start watching this issue

              Created:
              Updated: