Uploaded image for project: 'Wicket'
  1. Wicket
  2. WICKET-4780

Using both MountedMapper and CryptoMapper causes warning

Attach filesAttach ScreenshotVotersWatch issueWatchersCreate sub-taskLinkCloneUpdate Comment AuthorReplace String in CommentUpdate Comment VisibilityDelete Comments
    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 1.5.7, 6.0.0
    • 6.1.0, 1.5.9
    • wicket
    • None

    Description

      Having both MountedMapper and CryptoMapper causes:
      WARN - WebPageRenderer - The Buffered response should be handled by BufferedResponseRequestHandler

      	public void init() {
      		setRootRequestMapper(new CryptoMapper(getRootRequestMapper(), this));
      		mountPage("/home", HomePage.class);
      		super.init();
      	}
      
      	public HomePage(final PageParameters parameters) {
      		super(parameters);
      
      		add(new Label("version", getApplication().getFrameworkSettings().getVersion()));
      
      		add(new Form<Void>("form"));
      	}
      
      --HomePage.html
      ...
      <form wicket:id="form"></form>
      ...
      

      Attachments

        Activity

          This comment will be Viewable by All Users Viewable by All Users
          Cancel

          People

            mgrigorov Martin Tzvetanov Grigorov
            yesotaso Kurtulus Avcibasi
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Slack

                Issue deployment