Re: [WebDNA] Putting '&search' into URL killing all search contexts on my sites

This WebDNA talk-list message is from

2010


It keeps the original formatting.
numero = 105334
interpreted = N
texte = It seems there are two critical requirements for creating the reported problem: 1- 'search' must be immediately preceded by ? or & 2- 'search' must be immediately followed by = Note that this page did not display properly when I used the following URLs, but I did not see any uninterpreted webdna code on the page: https://www.webdna.us/home.dna/&search https://www.webdna.us/home.dna/&search= https://www.webdna.us/home.dna/?search However, I did see raw webdna code when I did this: https://www.webdna.us/home.dna/?search= So it appears that the = sign immediately following 'search' is needed in order to display raw webdna code. Sincerely, Kenneth Grome > Hi all, > > Just found an unpleasant problem with my sites. If I add '&search' to any > URL then it kills all of the search contexts on the page and exposes chunks > of my code. Here's an example on my development server: > > http://dev1.revolutionaries.ie/ > > http://dev1.revolutionaries.ie/&search > > The second link shows the problem. I have tried excluding 'search' from the > allowed commands on the WebDNA prefs page but it makes no difference. It > appears if the text 'search' is passed as a formvariable then the issue > occurs. > > I just tried it on 'webdna.us' (hope that's OK) and the problem shows there > as well: > > https://www.webdna.us/home.dna?search= > > I'm hoping that I have done something stupid at my end and someone has an > easy fix. > > Thanks > - Tom > Associated Messages, from the most recent to the oldest:

    
  1. Re: [WebDNA] Putting '&search' into URL killing all search contexts on my sites ("Mr. Robert Minor Jr." 2010)
  2. Re: [WebDNA] Putting '&search' into URL killing all search (Alex McCombie 2010)
  3. Re: [WebDNA] Putting '&search' into URL killing all search contexts on my sites (Govinda 2010)
  4. Re: [WebDNA] Putting '&search' into URL killing all search contexts (Donovan Brooke 2010)
  5. Re: [WebDNA] Putting '&search' into URL killing all search contexts (Donovan Brooke 2010)
  6. Re: [WebDNA] Putting '&search' into URL killing all search contexts on my sites (Govinda 2010)
  7. Re: [WebDNA] Putting '&search' into URL killing all search contexts on my sites (christophe.billiottet@webdna.us 2010)
  8. Re: [WebDNA] Putting '&search' into URL killing all search contexts (Donovan Brooke 2010)
  9. Re: [WebDNA] Putting '&search' into URL killing all search contexts on my sites (christophe.billiottet@webdna.us 2010)
  10. Re: [WebDNA] Putting '&search' into URL killing all search contexts (Marc Thompson 2010)
  11. Re: [WebDNA] Putting '&search' into URL killing all search contexts on my sites (Govinda 2010)
  12. Re: [WebDNA] Putting '&search' into URL killing all search contexts on my sites (christophe.billiottet@webdna.us 2010)
  13. Re: [WebDNA] Putting '&search' into URL killing all search contexts (Tom Duke 2010)
  14. Re: [WebDNA] Putting '&search' into URL killing all search contexts on my sites (Brian Fries 2010)
  15. Re: [WebDNA] Putting '&search' into URL killing all search contexts on my sites (Govinda 2010)
  16. Re: [WebDNA] Putting '&search' into URL killing all search contexts on my sites (Kenneth Grome 2010)
  17. Re: [WebDNA] Putting '&search' into URL killing all search contexts on my sites (Govinda 2010)
  18. Re: [WebDNA] Putting '&search' into URL killing all search contexts (Tom Duke 2010)
  19. Re: [WebDNA] Putting '&search' into URL killing all search contexts (Donovan Brooke 2010)
  20. Re: [WebDNA] Putting '&search' into URL killing all search contexts (Tom Duke 2010)
  21. Re: [WebDNA] Putting '&search' into URL killing all search contexts on my sites ("Mr. Robert Minor Jr." 2010)
  22. Re: [WebDNA] Putting '&search' into URL killing all search contexts (Donovan Brooke 2010)
  23. Re: [WebDNA] Putting '&search' into URL killing all search contexts (Tom Duke 2010)
  24. Re: [WebDNA] Putting '&search' into URL killing all search contexts on my sites (Brian Fries 2010)
  25. Re: [WebDNA] Putting '&search' into URL killing all search contexts (Tom Duke 2010)
  26. Re: [WebDNA] Putting '&search' into URL killing all search contexts on my sites (Kenneth Grome 2010)
  27. RE: [WebDNA] Putting '&search' into URL killing all search contexts on my sites ("Olin Lagon" 2010)
  28. Re: [WebDNA] Putting '&search' into URL killing all search contexts on my sites (christophe.billiottet@webdna.us 2010)
  29. Re: [WebDNA] Putting '&search' into URL killing all search contexts on my sites (Stuart Tremain 2010)
  30. Re: [WebDNA] Putting '&search' into URL killing all search contexts (Donovan Brooke 2010)
  31. Re: [WebDNA] Putting '&search' into URL killing all search contexts on my sites (Stuart Tremain 2010)
  32. Re: [WebDNA] Putting '&search' into URL killing all search contexts (Tom Duke 2010)
  33. Re: [WebDNA] Putting '&search' into URL killing all search contexts on my sites (christophe.billiottet@webdna.us 2010)
  34. [WebDNA] Putting '&search' into URL killing all search contexts on my sites (Tom Duke 2010)
It seems there are two critical requirements for creating the reported problem: 1- 'search' must be immediately preceded by ? or & 2- 'search' must be immediately followed by = Note that this page did not display properly when I used the following URLs, but I did not see any uninterpreted webdna code on the page: https://www.webdna.us/home.dna/&search https://www.webdna.us/home.dna/&search= https://www.webdna.us/home.dna/?search However, I did see raw webdna code when I did this: https://www.webdna.us/home.dna/?search= So it appears that the = sign immediately following 'search' is needed in order to display raw webdna code. Sincerely, Kenneth Grome > Hi all, > > Just found an unpleasant problem with my sites. If I add '&search' to any > URL then it kills all of the search contexts on the page and exposes chunks > of my code. Here's an example on my development server: > > http://dev1.revolutionaries.ie/ > > http://dev1.revolutionaries.ie/&search > > The second link shows the problem. I have tried excluding 'search' from the > allowed commands on the WebDNA prefs page but it makes no difference. It > appears if the text 'search' is passed as a formvariable then the issue > occurs. > > I just tried it on 'webdna.us' (hope that's OK) and the problem shows there > as well: > > https://www.webdna.us/home.dna?search= > > I'm hoping that I have done something stupid at my end and someone has an > easy fix. > > Thanks > - Tom > Kenneth Grome

DOWNLOAD WEBDNA NOW!

Top Articles:

Talk List

The WebDNA community talk-list is the best place to get some help: several hundred extremely proficient programmers with an excellent knowledge of WebDNA and an excellent spirit will deliver all the tips and tricks you can imagine...

Related Readings:

Updating Prices db (still not working) (1999) Pull down menu for categories (2000) BUG?- .html extention and not working. (2000) Where is f2? (1997) math variable security (2000) Problems with webcat 2.01 for NT (1997) [WebDNA] ImageMagick (2009) WebCat2b13MacPlugin - nested [xxx] contexts (1997) windows file upload = weirdness (2004) SiteEdit Pro Update Announcement (1997) Tip: upgrading to WebCatalog 3.x, fields to watch for (1999) Multiple fields on 1 input (1997) lineitems not showing when moving to a different OS (2006) Adding a month and the 31st (bug?) (2002) Runnaway Trigger (2007) WebCat2 beta 11 - new prefs ... (1997) Public beta 2 for WebCatalog 4.0 is now available. (2000) Urgent Help needed (1998) WebCat2 - Getting to the browser's username/password data (1997) Probably a very simple question? (1997)