<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Web Wiz Support and Community Forums : Quotation Marks Not Replaced When Upgrading</title>
  <link>https://forums.webwiz.net/</link>
  <description><![CDATA[This is an XML content feed of; Web Wiz Support and Community Forums : Web Wiz Forums : Quotation Marks Not Replaced When Upgrading]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Thu, 09 Apr 2026 01:18:20 +0000</pubDate>
  <lastBuildDate>Fri, 12 May 2006 20:33:19 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.08</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>https://forums.webwiz.net/RSS_post_feed.asp?TID=19796</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Web Wiz Support and Community Forums]]></title>
   <url>https://forums.webwiz.net/forum_images/web_wiz_forums.png</url>
   <link>https://forums.webwiz.net/</link>
  </image>
  <item>
   <title><![CDATA[Quotation Marks Not Replaced When Upgrading : Nice call there borg! I had forgotten...]]></title>
   <link>https://forums.webwiz.net/quotation-marks-not-replaced-when-upgrading_topic19796_post106852.html#106852</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=23460">djlurchg</a><br /><strong>Subject:</strong> 19796<br /><strong>Posted:</strong> 12&nbsp;May&nbsp;2006 at 8:33pm<br /><br />Nice call there borg! I had forgotten about those tricks :)]]>
   </description>
   <pubDate>Fri, 12 May 2006 20:33:19 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/quotation-marks-not-replaced-when-upgrading_topic19796_post106852.html#106852</guid>
  </item> 
  <item>
   <title><![CDATA[Quotation Marks Not Replaced When Upgrading : Version 6 didn&amp;#039;t have the...]]></title>
   <link>https://forums.webwiz.net/quotation-marks-not-replaced-when-upgrading_topic19796_post106834.html#106834</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=1">WebWiz-Bruce</a><br /><strong>Subject:</strong> 19796<br /><strong>Posted:</strong> 12&nbsp;May&nbsp;2006 at 11:28am<br /><br />Version 6 didn't have the same level of security as version 7 and version 8 has, and didn't encode the user input in the same way.<br><br>There are a number of words that are HTML encoded to prevent XSS hacks, these are words such as:-<br><br>form<br>onClick<br>onMouseOver<br>vbscript<br>javascript<br>cookie<br>script<br><br>and a number of&nbsp; others, by HTML encoding characters within these words when displayed in a web browser prevents the web browser from executing these statements as events if manipulated by a hacker to do so, thus preventing XXS hacking.<br>]]>
   </description>
   <pubDate>Fri, 12 May 2006 11:28:17 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/quotation-marks-not-replaced-when-upgrading_topic19796_post106834.html#106834</guid>
  </item> 
  <item>
   <title><![CDATA[Quotation Marks Not Replaced When Upgrading : The reason was that I was trying...]]></title>
   <link>https://forums.webwiz.net/quotation-marks-not-replaced-when-upgrading_topic19796_post106833.html#106833</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=23460">djlurchg</a><br /><strong>Subject:</strong> 19796<br /><strong>Posted:</strong> 12&nbsp;May&nbsp;2006 at 11:04am<br /><br />The reason was that I was trying to reproduce the original error. I've no idea how the quotation marks got into the Topic title. I'm guessing that the original poster put them in before I had upgraded to the latest version. At some point in your development cycle (V6?) the input was not converted properly.<br><br>---<br><br>I just checked by entering a thread topic with quotation marks. <br>Via the application form (not the mdb table editor) I entered<br><br>This is "for" Borg<br><br>The resulting databse entry is:<br><br>This is &amp;quot;for&amp;quot; Borg<br><br>So, it appears to be working.<br><br>The problem appears to be: in an old version of the software (which I was using up until V8RC1 came out) the quotation marks did not get converted to HTML encoded format.<br><br>Apparently at some point you switched from actually using the correct data (" mark) to another approach (HTML encoded) method to storing data.<br><br>----<br><br>On a related note, why is one of the field entries in the topic table have a value of:<br><br>Custom &amp;#070;orms: Phase 1<br><br>Instead of:<br><br>Custom Forms: Phase 1<br><br>?<br>]]>
   </description>
   <pubDate>Fri, 12 May 2006 11:04:36 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/quotation-marks-not-replaced-when-upgrading_topic19796_post106833.html#106833</guid>
  </item> 
  <item>
   <title><![CDATA[Quotation Marks Not Replaced When Upgrading : I&amp;#039;m not sure why you are...]]></title>
   <link>https://forums.webwiz.net/quotation-marks-not-replaced-when-upgrading_topic19796_post106817.html#106817</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=1">WebWiz-Bruce</a><br /><strong>Subject:</strong> 19796<br /><strong>Posted:</strong> 12&nbsp;May&nbsp;2006 at 8:48am<br /><br />I'm not sure why you are entering data directly into the database as this circumnavigates the forums 'HTML Secure' engine which parses data inputted into the forum and replaces things like quotes with HTML encoded (&amp;quote), before being written to the database.<br><br>If you use the forum in the way it was intended you should never get this problem, also by entering data directly into the database you will course other issues within your forum.<br><br>The 'HTML Secure' technology also encodes other characters when parsing user input which is why you get other encoded characters within user input, this is mainly to prevent XXS hacking, but is also useful for preventing other types of hacking.<br><br><br>]]>
   </description>
   <pubDate>Fri, 12 May 2006 08:48:47 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/quotation-marks-not-replaced-when-upgrading_topic19796_post106817.html#106817</guid>
  </item> 
  <item>
   <title><![CDATA[Quotation Marks Not Replaced When Upgrading : Borg:Sorry, but I presumed the...]]></title>
   <link>https://forums.webwiz.net/quotation-marks-not-replaced-when-upgrading_topic19796_post106776.html#106776</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=23460">djlurchg</a><br /><strong>Subject:</strong> 19796<br /><strong>Posted:</strong> 11&nbsp;May&nbsp;2006 at 2:50pm<br /><br />Borg:<br><br>Sorry, but I presumed the posted steps would reproduce the error.&nbsp; The steps were based on my superficial analysis of the problem. <br><br>I went to the trouble of restoring my forum database from a daily backup to try and recreate the problem. I did some additional debugging and I think I now can provide reproducable steps.<br><br>Using the Access DB backend, open the forum database. Open the table that contains the thread titles (tblTopic). Now change the thread title to something like:<br><br>This is the "Thread" Title<br><br>Now, log on with admin priveledges. Go to the thread with the above mentioned title. Click on the Edit button to edit the thread title.<br><br>Voila, the form should display: <br><br>The is the <br><br>If you look at the source code it will say:<br><br>value="This the the "Thread" Title<br><br><br>PS: Another odd thing that I noticed when looking at the tblTopics table was that some characters were URL encoded. For example:<br><br>Here is a &amp;0124;ample<br><br>Where &amp;024; was equal to S when displayed. The URL code was used for example as I can't remember if it was &amp;023; or &amp;034; or what it was.<br><br>]]>
   </description>
   <pubDate>Thu, 11 May 2006 14:50:05 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/quotation-marks-not-replaced-when-upgrading_topic19796_post106776.html#106776</guid>
  </item> 
  <item>
   <title><![CDATA[Quotation Marks Not Replaced When Upgrading : I&amp;#039;ve been trying now for...]]></title>
   <link>https://forums.webwiz.net/quotation-marks-not-replaced-when-upgrading_topic19796_post106738.html#106738</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=1">WebWiz-Bruce</a><br /><strong>Subject:</strong> 19796<br /><strong>Posted:</strong> 11&nbsp;May&nbsp;2006 at 10:01am<br /><br />I've been trying now for about 20 minutes to replicate this error but I can not.<br><br>The code should be change quotes (") to &amp;quote; to HTML encode it.<br><br>In all tests I have done using your example above it is encoded like this everytime, I have been trying different methods for about 20 minutes, but it is always encoded.<br><br>The only thing I can think is that you may have a corrupted file, so try reuploading the original files again.<br><br>If the problem persists could you post a step by step guide on how you did this so that I can try and replicate the problem?<br>]]>
   </description>
   <pubDate>Thu, 11 May 2006 10:01:19 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/quotation-marks-not-replaced-when-upgrading_topic19796_post106738.html#106738</guid>
  </item> 
  <item>
   <title><![CDATA[Quotation Marks Not Replaced When Upgrading :  Borg:Yes, it&amp;#039;s me again.You...]]></title>
   <link>https://forums.webwiz.net/quotation-marks-not-replaced-when-upgrading_topic19796_post106692.html#106692</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=23460">djlurchg</a><br /><strong>Subject:</strong> 19796<br /><strong>Posted:</strong> 10&nbsp;May&nbsp;2006 at 4:46pm<br /><br />Borg:<br><br>Yes, it's me again.<br><br>You missed another quotation mark issue.<br><br>To reproduce the error log on with admin priveledges (ability to edit posts). Edit the first post in a thread. Change the subject of the thread to something like...&nbsp; "WWF Rules" - Tester<br><br>Save. Then click on edit again. Nothing will show up in the subject box. Looking at the HTML code you will find value=""WWF Rules" - Tester".<br><br>You need to use Server.HTMLEncode or some other trick to convert your quotation marks.<br><br>Otherwise, I just upgraded from RC1 to the current release. Nice job.<br><span style="font-size:10px"><br /><br />Edited by djlurchg - 12&nbsp;May&nbsp;2006 at 8:29pm</span>]]>
   </description>
   <pubDate>Wed, 10 May 2006 16:46:12 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/quotation-marks-not-replaced-when-upgrading_topic19796_post106692.html#106692</guid>
  </item> 
 </channel>
</rss>