Uploaded image for project: 'Pluto'
  1. Pluto
  2. PLUTO-719

PortletV3Demo attempts to store a non-encoded cookie value with a space character

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 3.0.1
    • 3.1.0
    • demo portlets
    • None

    Description

      PortletV3Demo attempts to store a non-encoded cookie value with a space character:

      HeaderPortlet.java
      Cookie c = new Cookie(this.getPortletName(), "something special");
      

      The value should either be encoded or it should not contain a space.

      Attachments

        Activity

          People

            ngriffin7a Neil Griffin (Inactive)
            ngriffin7a Neil Griffin (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: