• (nodebb)

    Step 1: if you're gonna do it, do it wrong.

    Step 2: if you're gonna do it wrong, go all out and do it the most wrongly wrong possible.

    Step 3: hiss and die.

  • LCrawford (unregistered)

    It's a security feature so that attacker's reports about the site are confused about what to attack next when the location of the 'error' and '404' are unexpected.

  • Sauron (unregistered)

    404 Sanity Not Found

  • WTFGuy (unregistered)

    NO, *no, NO. The thing bound to a 404 error should be something about like:

    public function notFoundAction()
    {
       header('HTTP/1.1 200 Success');
      $this->disableLayout();
      // this will never happen.
    }
    

    Now that's insanity. The kind they really need.

  • Oleg (unregistered)

    This site looks at Ajax requests and hisses at them,

    And after this they talk about job security. Looking and hissing at requests is literally what I do at my job as a software developer! So I could be replaced with a simple script…

  • (nodebb)

    I'm just glad others recognize just how crappy Confluence search is.

  • Tinkle (unregistered)

    This is because it is written in Java and Java should never return HTTP error code 418.

  • (nodebb)

    I'm positive this was all written on an April Fools day, and somehow the joke was never caught by peer code reviews, then was pulled into production by mistake.

    Of course that statement would imply there's a code review process, and maybe even a staging server of some sort. In my dreams.

    Or maybe, just maybe, the whole thing was sheer incompetence. It's really hard to tell. Sarcasm. What did Occam teach us with his razor, again?

  • (nodebb)

    Giggling all day about that "hiss and die" thing

  • Officer Johnny Holzkopf (unregistered) in reply to jkshapiro

    Is it made by cats for snakes?

  • BOFH (unregistered) in reply to Steve_The_Cynic

    I mean, if you go full out of wrongly wrong, you might acrually end up in correcr?

  • batcat (unregistered) in reply to jkshapiro

    I've been giggling like a maniac all day from that

Leave a comment on “Default Actions”

Log In or post as a guest

Replying to comment #:

« Return to Article