0 Replies Latest reply on Aug 1, 2016 9:28 AM by monia1986

    Wildfly 10: problem with escaped ampersand in HTML link

    monia1986

      Hello,

       

      I want to generate HTML link with escaped ampersand (&) in the URL attribute.

      To do this, in JSP file, I add "&" in URL (for example:  "http://...?p1=v1&p2=v2")

      It works fine with Wildfly 8.1 and Wildfly 9.0.2 but it fails with Widfly 10.0.0.

       

      Generated HTML link
      Wildfly-8.1.0http://...?p1=v1&p2=v2
      Wildfly-9.0.2http://...?p1=v1&p2=v2
      Wildfly-10.0.0http://...?p1=v1&p2=v2

       

      Is it a bug? Is there any workaround to it?

       

      Thanks,

      Monia