Change the default mode from development to deployment
------------------------------------------------------
Key: WICKET-2299
URL: https://issues.apache.org/jira/browse/WICKET-2299
Project: Wicket
Issue Type: Wish
Affects Versions: 1.3.5
Reporter: christophe bouhon
Wouldn't it be better that the default mode is deployment if you don't specify
anything rather than development
Should be a small change but I would say a safer setting
The defaults should never be the ones for developers but the production ones.
maybe has this already been changed in subsequent releases? (>1.3.5)
<context-param>
<param-name>configuration</param-name>
<param-value>deployment</param-value>
</context-param>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.