[ 
https://issues.apache.org/jira/browse/WICKET-3055?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12911023#action_12911023
 ] 

Martin Grigorov commented on WICKET-3055:
-----------------------------------------

I think this patch should not be applied. 
As application developer/integrator it will be much better for me if the 
application fails during start with exception explaining the problem instead of 
logging a warning and continue with using a store which I may don't want to use 
for some reasons. If I really don't mind it to fallback then it is easy enough 
for me to use the approach in the patch in my application. 

> Application fails to start when disk access is denied
> -----------------------------------------------------
>
>                 Key: WICKET-3055
>                 URL: https://issues.apache.org/jira/browse/WICKET-3055
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket
>         Environment: Google App Engine
>            Reporter: Clint Checketts
>            Priority: Minor
>             Fix For: 1.4.13, 1.5-M3
>
>         Attachments: DiskPageStore_patch.txt
>
>   Original Estimate: 0.08h
>  Remaining Estimate: 0.08h
>
> In some clustered environments, disk access is denied, so the DiskPageStore 
> creation fails in the newSessionStore() of WebApplication, causing the 
> application to fail to start.
> It may be better to detect the access exception and to fallback to 
> HttpSessionStore instead of failing.

-- 
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