[
https://issues.apache.org/jira/browse/WICKET-1991?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Juergen Donnerstag resolved WICKET-1991.
----------------------------------------
Resolution: Fixed
Fix Version/s: 1.4-RC2
Assignee: Juergen Donnerstag
changed it to log.info
> 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.3.5, 1.4-RC1
> Reporter: Sebastiaan van Erk
> Assignee: Juergen Donnerstag
> Priority: Minor
> Fix For: 1.4-RC2
>
> 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.