Martin Grigorov created WICKET-4781:
---------------------------------------

             Summary: Downgrade the warning that a rendering falls back to 
redirect_to_buffer to a DEBUG
                 Key: WICKET-4781
                 URL: https://issues.apache.org/jira/browse/WICKET-4781
             Project: Wicket
          Issue Type: Task
          Components: wicket
    Affects Versions: 6.0.0, 1.5.8
            Reporter: Martin Grigorov
            Assignee: Martin Grigorov
            Priority: Minor


The warning at WebPageRenderer#respond():

     logger.warn("Falling back to Redirect_To_Buffer render strategy because 
none of the conditions matched.");

confuses that this is something erroneous. It just says that none of the 
earlier conditions matched and REDIRECT_TO_BUFFER strategy will be used as 
default.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to