The default gives a new url every time you start the server, and on every
server in the cluster. It really only works in a dev environment.
On Jan 19, 2011 5:54 PM, "Bob Harner" <[email protected]> wrote:
> Hi everybody,
>
> I was reviewing/updating the Confluence-based documentation and have a
> question. The 5.2.0 release notes say:
>
> "It is now quite necessary to configure the application version
> number: all assets are exposed via a URL that incorporates the
> application version number; in previous releases, each library could
> configure its own version number. By implication, changing library
> versions and nothing else will now require a change to the application
> version number."
>
> I understand the part about the application version number now
> affecting library-based assets, but strictly speaking is it really
> mandatory to set the application version number now? Or just very
> highly recommended?
>
> As far as I can tell in the code, Tapestry will still generate a
> random application version number for you:
>
> configuration.add(SymbolConstants.APPLICATION_VERSION,
> Long.toHexString(random.nextLong()));
>
> My intent is to make the documentation consistent, which it isn't yet.
>
> Thanks!
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>