summaryrefslogtreecommitdiffstats
path: root/library/http/pkgIndex.tcl
diff options
context:
space:
mode:
authornijtmans <nijtmans>2009-11-11 06:49:04 (GMT)
committernijtmans <nijtmans>2009-11-11 06:49:04 (GMT)
commit8be022f88dcd5cbe494a84980ba3d14df3e18f48 (patch)
tree6d82be7455eb7c7a8cf8046cf518e5b9c40057d5 /library/http/pkgIndex.tcl
parent69e155a5691d03e8293409bdc307651f0c92494e (diff)
downloadtcl-8be022f88dcd5cbe494a84980ba3d14df3e18f48.zip
tcl-8be022f88dcd5cbe494a84980ba3d14df3e18f48.tar.gz
tcl-8be022f88dcd5cbe494a84980ba3d14df3e18f48.tar.bz2
Fix [Bug 2891171]: URL checking too strict when using multiple question marks
Diffstat (limited to 'library/http/pkgIndex.tcl')
-rw-r--r--library/http/pkgIndex.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/http/pkgIndex.tcl b/library/http/pkgIndex.tcl
index b953d49..82b2e0b 100644
--- a/library/http/pkgIndex.tcl
+++ b/library/http/pkgIndex.tcl
@@ -1,2 +1,2 @@
if {![package vsatisfies [package provide Tcl] 8.6]} {return}
-package ifneeded http 2.8.1 [list tclPkgSetup $dir http 2.8.1 {{http.tcl source {::http::config ::http::formatQuery ::http::geturl ::http::reset ::http::wait ::http::register ::http::unregister ::http::mapReply}}}]
+package ifneeded http 2.8.2 [list tclPkgSetup $dir http 2.8.2 {{http.tcl source {::http::config ::http::formatQuery ::http::geturl ::http::reset ::http::wait ::http::register ::http::unregister ::http::mapReply}}}]