1 Reply Latest reply on Mar 13, 2008 8:20 PM by claprun

    ContentResponse properties

    claprun

      Any reason why they are immutable? There's basically no way (that I found at least) to add new properties after the ContentResponse is created and it's created without properties by MimeResponseImpl.getResponse()... Maybe I'm not understanding the proper usage, but I'd like to be able to add properties to the ContentResponse dynamically after it's created (i.e. in HeaderInterceptor to inject header content).
      Ideas?