SharedResourceRequestTarget logs ERRORs to the logfile on 404 (client errors)
-----------------------------------------------------------------------------

                 Key: WICKET-1991
                 URL: https://issues.apache.org/jira/browse/WICKET-1991
             Project: Wicket
          Issue Type: Bug
    Affects Versions: 1.4-RC1
            Reporter: Sebastiaan van Erk
            Priority: Minor
         Attachments: patch

Client errors are not programming errors, nor fatal errors, nor errors realy at 
all on the server side. The server should just handle it as a normal occurrence 
(a resource is requested that does not exist, i.e., 404).

I agree that the current log statements are useful for development/debugging 
purposes, so I suggest to demote the log.error statements in the respond method 
to log.debug statements.

Patch is attached.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to