Have Chunked upload jobs bail if cannot associate with session.
authorBrian Wolff <bawolff+wn@gmail.com>
Mon, 8 Jul 2013 01:37:02 +0000 (22:37 -0300)
committerBrian Wolff <bawolff+wn@gmail.com>
Mon, 8 Jul 2013 02:30:39 +0000 (23:30 -0300)
commit4ccdde83dcf3e2376d4520488a2c1ed36db88bf3
treeba46c6cc727fec35d9d3615d316b41f5cd366eca
parent420402c53441e95b0cea54accb289a2f4b070644
Have Chunked upload jobs bail if cannot associate with session.

Also add docs about how suhosin.session.encrypt tends to break
this (I was thinking about throwing an exception if the setting was
on in RequestContext::importScopedSession, but the docs seem to
indicate that you can tweak how the session is encrypted, so it
sounds like somebody could set up their php so everything worked).

Bug: 48371
Change-Id: I5a471c1f941fce046451fbb9abce1c830185cabb
includes/DefaultSettings.php
includes/context/RequestContext.php
includes/job/jobs/AssembleUploadChunksJob.php
includes/job/jobs/PublishStashedFileJob.php