Forum Replies Created

Viewing 15 replies - 1 through 15 (of 18 total)
  • Thread Starter dmd

    (@dmd)

    Stupid www.ads-software.com mangling/autolinking what I type!

    Thread Starter dmd

    (@dmd)

    With no plugins active, if I just telnet from the command line to port 80 of https://www.3e.org, and type:


    GET /dmd/scents/nosuchpage http/1.1
    Host: www.3e.org

    it will respond with


    HTTP/1.1 404 Not Found
    Date: Fri, 09 Jun 2006 02:36:49 GMT
    Server: Apache/1.3.33 (Unix) mod_throttle/3.1.2 DAV/1.0.3 mod_fastcgi/2.4.2 mod_gzip/1.3.26.1a PHP/4.4.2 mod_ssl/2.8.22 OpenSSL/0.9.7e
    X-Pingback: https://www.3e.org/dmd/scents/xmlrpc.php
    X-Powered-By: PHP/4.4.2
    Transfer-Encoding: chunked
    Content-Type: text/html

    f99
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    <html xmlns="https://www.w3.org/1999/xhtml">

    etc
    etc
    etc

    However, that request generated the following line in my access.log:

    71.224.193.21 - - [08/Jun/2006:19:36:58 -0700] "GET /dmd/scents/nosuchpage http/1.1" 200 14374 "-" "-"

    So … what gives?

    Thread Starter dmd

    (@dmd)

    OHHHHH, my mistake. I get it! I’m sorry. Misunderstanding here.

    Yes, WordPress is sending a 404 header over the wire — but it’s being reported as a 200 in access.log, and not showing up in error.log, because from Apache’s point of view, nothing went wrong — a resource was requested, a resource (the WordPress script) was found to satisfy that request, and anything that happened after that point is not its problem. Right?

    Thread Starter dmd

    (@dmd)

    A bit confused … this occurrs even if I use the default template, so this definitely isn’t due to something a template author has done wrong… what am I not understanding here? This is a bug in WordPress, no? If not, then why isn’t a 404 being sent?

    Thread Starter dmd

    (@dmd)

    That was already deselected.

    Thread Starter dmd

    (@dmd)

    What I would like to do is be able to paste code – for instance, a Flickr badge ( https://www.flickr.com/badge_new.gne , if you have a Flickr account ) – into a post.

    Thread Starter dmd

    (@dmd)

    Then why, when I paste, say, a Flickr badge into WordPress, does it escape all the HTML tags and add linebreak tags?

    Thread Starter dmd

    (@dmd)

    That’s exactly the answer I got when I searched. I’m not looking for a way to add more allowed tags. I’m looking for a way to turn off KSES entirely – that is, have it not be looking for things to allow in the first place, but instead simply get out of the way and not be disallowing anything at all.

    Forum: Plugins
    In reply to: ViewLevel plugin
    dmd

    (@dmd)

    Site is down again… can you jiggle the ethernet cable again, perhaps?

    dmd

    (@dmd)

    Yes.

    dmd

    (@dmd)

    Wrong. Comments can still be posted, even on entries where “Allow Comments” is unchecked in the admin interface, and where the entry says “Comments off” when you view the blog. That is the bug.

    dmd

    (@dmd)

    I got another couple dozen of these moderation requests, again on comments-closed posts, this morning. This is a bug that needs to be fixed!

    dmd

    (@dmd)

    My spams were from the same people… same inspirational quote included, even! (But mine were comment-moderation requests, not trackbacks.)

    dmd

    (@dmd)

    You’re kidding, right?

    dmd

    (@dmd)

    That is to say – I’m not actually getting comments posted, but I *am* getting moderation requests. Dozens of them. To blog entries which, if you look at them on the blog page, say “Comments off” at the bottom.

    Though when I try to reproduce this behavior myself (by turning on comments, entering data into the comments form on another computer, turning off comments, and hitting submit), I cannot – I indeed get an error saying comments are disabled. So how this is happening I’m not sure. Yet I’m definitely getting dozens of comment-moderation requests, and all of my blog posts are set to ‘comments off’, and that is reflected on the blog ( https://caconym.org/blog/ ) — not a one of the (few) entries has a link for comments.

Viewing 15 replies - 1 through 15 (of 18 total)