Menu

#50 HTML block type: missing stripslashes()

closed-works-for-me
blocks (19)
5
2000-12-13
2000-10-31
No

If an HTML block has quotations in it (EG: HREF=" ) then there is a slash in front of the quotation that needs to have been removed.

General work on addslashes()/stripslashes() needs to be done in a few places.

Discussion

  • nathan hruby

    nathan hruby - 2000-11-01

    We're trying to rid ourselves of [add|strip]slashes()

    Should use clean() (a new phpslash function) instead.

    Will take care of RSN :)

     
  • nathan hruby

    nathan hruby - 2000-11-01
    • assigned_to: nobody --> nhruby
     
  • Ajay Sharma

    Ajay Sharma - 2000-11-24
    • status: open --> open-works-for-me
     
  • Ajay Sharma

    Ajay Sharma - 2000-11-24

    I just tried it with mozilla on Redhat 6.2. I'm running apache 1.3.14 and PHP 4.0.1pl2.

    I added a url with quotes around the HREF and the url came out okay with no extra slashes...

     
  • Ajay Sharma

    Ajay Sharma - 2000-12-13
    • status: open-works-for-me --> closed-works-for-me
     
  • Ajay Sharma

    Ajay Sharma - 2000-12-13

    just released rc3 and I haven't heard any more about this bug... It's fixed.

     

Log in to post a comment.