Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » U++ Library support » U++ MT-multithreading and servers » [Web] using of an uninitialized value in expression
[Web] using of an uninitialized value in expression [message #38643] Tue, 01 January 2013 00:10 Go to previous message
Novo is currently offline  Novo
Messages: 1430
Registered: December 2006
Ultimate Contributor
Index: util.h
===================================================================
--- util.h      (revision 5690)
+++ util.h      (working copy)
@@ -213,7 +213,7 @@
 
 public:
        HttpQuery(const Nuller& = Null) : data(Empty())    { case_sensitive = false; }
-       explicit HttpQuery(String url) { data = Empty(); SetURL(url); case_sensitive = false; }
+       explicit HttpQuery(String url) { data = Empty(); case_sensitive = false; SetURL(url); }
 
        void                   CaseSensitive(bool b = true) { case_sensitive = b; }


case_sensitive = false; should be called before SetURL(url);

I do not have permissions to commit this change myself.

TIA


Regards,
Novo
 
Read Message
Read Message
Read Message
Previous Topic: Redirect - possibly another Skylark bug
Next Topic: A few questions about Skylark sessions
Goto Forum:
  


Current Time: Sun May 11 19:49:49 CEST 2025

Total time taken to generate the page: 0.01944 seconds