Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMorgan Collett <morgan.collett@gmail.com>2008-09-12 10:29:26 (GMT)
committer Morgan Collett <morgan.collett@gmail.com>2008-09-12 10:33:45 (GMT)
commit263ec89d3caaf6b5f54ca10da2e62b148aa4ae99 (patch)
tree02681d343ef5abf591e0cc14e7acdc588d5b2b32 /NEWS
parenta976aab0860ccdffa6e485cd1b8265321a50c1f4 (diff)
#7017: Detect and handle 404 Error
Subclass network.GlibURLDownloader to get ReadURLDownloader that provides content-type so that text/html can be detected so a 404 error can be handled. The root cause of the 404 was probably addressed by #7948. Added getting the content-length to ReadURLDownloader too.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS7
1 files changed, 4 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 480245b..ce07c07 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,7 @@
-* Add COPYING with GPL2
-* Remove parameter from bundlebuilder.start
-* #8411: Add license to activity.info
+* #7017: Detect and handle 404 Error (morgs)
+* Add COPYING with GPL2 (morgs)
+* Remove parameter from bundlebuilder.start (morgs)
+* #8411: Add license to activity.info (morgs)
* #8352 Fix keep error with no document (morgs)
50