mirror of
git://git.yoctoproject.org/layerindex-web.git
synced 2025-07-19 20:59:01 +02:00
![]() If an update task's output contains a single quote for example (') then this will be escaped to an HTML entity before it gets sent as a response. However, that means that the length of the data in the response will be greater than the length of the original data, resulting in characters getting missed out when we read the next chunk - so we can't use the escaped length to set the next position to read from. The easiest thing to do is have the Django view send us the actual position we're at and then we don't have to try to calculate it on the JS side. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> |
||
---|---|---|
.. | ||
admin | ||
django_registration | ||
layerindex | ||
registration | ||
rrs | ||
404.html | ||
500.html | ||
base_toplevel.html | ||
base.html | ||
pagination.html |