On Fri, Jun 13, 2014 at 12:40 PM, <aha...@apache.org> wrote: > om says we don't need timestamping here > > > Project: http://git-wip-us.apache.org/repos/asf/flex-utilities/repo > Commit: > http://git-wip-us.apache.org/repos/asf/flex-utilities/commit/b1b5d057 > Tree: http://git-wip-us.apache.org/repos/asf/flex-utilities/tree/b1b5d057 > Diff: http://git-wip-us.apache.org/repos/asf/flex-utilities/diff/b1b5d057 > > Branch: refs/heads/develop > Commit: b1b5d057ae1911fc93131d409accb57767201e11 > Parents: 5d9a11f > Author: Alex Harui <aha...@apache.org> > Authored: Thu Jun 12 14:38:56 2014 -0700 > Committer: Alex Harui <aha...@apache.org> > Committed: Thu Jun 12 14:38:56 2014 -0700 > > ---------------------------------------------------------------------- > installer/src/InstallApacheFlex.mxml | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > ---------------------------------------------------------------------- > > > > http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/b1b5d057/installer/src/InstallApacheFlex.mxml > ---------------------------------------------------------------------- > diff --git a/installer/src/InstallApacheFlex.mxml > b/installer/src/InstallApacheFlex.mxml > index 8794b45..1590872 100644 > --- a/installer/src/InstallApacheFlex.mxml > +++ b/installer/src/InstallApacheFlex.mxml > @@ -609,7 +609,7 @@ variables are not required because the locations of > these pieces are known. > } else { > var d:Date = new Date(); > var ts:String = d.getTime().toString(); > - request = new > URLRequest(Constants.APACHE_FLEX_URL + Constants.CONFIG_XML_NAME + "?ts=" + > ts); > + request = new > URLRequest(Constants.APACHE_FLEX_URL + Constants.CONFIG_XML_NAME); > //request = new > URLRequest(Constants.CONFIG_XML_NAME); > } > > >
Probably want to get rid of the variables d and ts? No need to make a new RC for this change. Thanks, Om