Uploaded image for project: 'XWiki Platform'
  1. XWiki Platform
  2. XWIKI-18082

Using ContextStoreManager.save() with "request.*" doesn't save the query string parameters

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Major
    • 12.10
    • 12.9
    • Old Core
    • None
    • Unit
    • Unknown
    • N/A
    • N/A

    Description

      The following doesn't work:

      Map<String, Serializable> contextEntries = this.contextStoreManager.save(
          Arrays.asList("request.*"));
      

      However the following works:

      Map<String, Serializable> contextEntries = this.contextStoreManager.save(
          Arrays.asList("request.*", "request.parameters"));
      

      Attachments

        Activity

          People

            tmortagne Thomas Mortagne
            vmassol Vincent Massol
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: