Post a message with a leading slash

Forum is Read only retaining history. Help goes in Help Forums. Your tips on how to do something go in Tips and Tricks. Forum help in Site Help.
Message
Author
User avatar
cookdav
Posts: 6
Joined: Thu Jul 13, 2006 2:02 pm

Re: Post a message with a leading slash

#21 Post by cookdav »

Hmmm...this problem is 'messy'. I've got a reply (that I've saved), and no matter what I try,
I can't see to find any way to NOT get this 'method not implemented' error when I try
to view/post it.

Maybe I'm misunderstanding the 'rules'?

My prospective post has some normal forward-slashed directory and file references, in 2 or 3
places. So, I need the tags around the just the first slash, in each occurrence? And, even
when that occurrence is already within 'quoted-string' tags?

[I'm about ready to just give up, and not make the post.]

Is this 'problem' something that is or will-be worked on and fixed? Or, do we all need to now
learn this new method of posting and replying?

User avatar
Adrian
Developer
Posts: 8266
Joined: Wed Jul 12, 2006 1:42 am

Re: Post a message with a leading slash

#22 Post by Adrian »

The problem was solved as far as I know, look /etc/apt/sources.list You might have found another security "feature", maybe you have wget in the code?
Try to post (preview) part of what you post and detect where the problem is.

User avatar
richb
Administrator
Posts: 10341
Joined: Wed Jul 12, 2006 2:17 pm

Re: Post a message with a leading slash

#23 Post by richb »

Yes, the slash issue was corrected for this forum and the wiki, and you are able to post normally. If it is a wget we still have that problem. If you put the bold tags around the w only it should post.
wget

Code: Select all

[b]w[/b]get
Forum Rules
Guide - How to Ask for Help

richb Administrator
System: MX 23 KDE
AMD A8 7600 FM2+ CPU R7 Graphics, 16 GIG Mem. Three Samsung EVO SSD's 250 GB

User avatar
GoManutd
Posts: 25
Joined: Mon Jun 30, 2008 8:06 pm

Re: Post a message with a leading slash

#24 Post by GoManutd »

wouldn't necessarily call it a problem, rather it's a security check that prevents hacker from downloading stuff from the server and/or using our servers to download stuff from elsewhere on the net.

the slash checking rule was modified, but modifying the rule for wget is a bit trickier because it can pose wider issues when checking for server side application names.

User avatar
richb
Administrator
Posts: 10341
Joined: Wed Jul 12, 2006 2:17 pm

Re: Post a message with a leading slash

#25 Post by richb »

GoManutd wrote:wouldn't necessarily call it a problem, rather it's a security check that prevents hacker from downloading stuff from the server and/or using our servers to download stuff from elsewhere on the net.

the slash checking rule was modified, but modifying the rule for wget is a bit trickier because it can pose wider issues when checking for server side application names.
Thank you for the excellent clarification.
Forum Rules
Guide - How to Ask for Help

richb Administrator
System: MX 23 KDE
AMD A8 7600 FM2+ CPU R7 Graphics, 16 GIG Mem. Three Samsung EVO SSD's 250 GB

User avatar
cookdav
Posts: 6
Joined: Thu Jul 13, 2006 2:02 pm

Re: Post a message with a leading slash

#26 Post by cookdav »

richb wrote:
GoManutd wrote:wouldn't necessarily call it a problem, rather it's a security check that prevents hacker from downloading stuff from the server and/or using our servers to download stuff from elsewhere on the net.

the slash checking rule was modified, but modifying the rule for wget is a bit trickier because it can pose wider issues when checking for server side application names.
Thank you for the excellent clarification.
Not sure I follow why that it's a 'security check'. Did we have such limitation/issue in the other forums? Seems to me,
it's a bug or unnecessary side-effect from sloppy coding somewhere in this new 'phpBB' system!?

No, there's no 'wget' in my prospective failing post.

[That said, once I solve this, the issue should go away (for me, at least). So, I will keep working at figuring
out where the problem is.]

User avatar
richb
Administrator
Posts: 10341
Joined: Wed Jul 12, 2006 2:17 pm

Re: Post a message with a leading slash

#27 Post by richb »

cookdav wrote:
richb wrote:
GoManutd wrote:wouldn't necessarily call it a problem, rather it's a security check that prevents hacker from downloading stuff from the server and/or using our servers to download stuff from elsewhere on the net.

the slash checking rule was modified, but modifying the rule for wget is a bit trickier because it can pose wider issues when checking for server side application names.
Thank you for the excellent clarification.
Not sure I follow why that it's a 'security check'. Did we have such limitation/issue in the other forums? Seems to me,
it's a bug or unnecessary side-effect from sloppy coding somewhere in this new 'phpBB' system!?

No, there's no 'wget' in my prospective failing post.

[That said, once I solve this, the issue should go away (for me, at least). So, I will keep working at figuring
out where the problem is.]
It is not the phpBB software, nor is it any coding sloppiness. It is the server we are on that has the security feature deliberately put in place. It is a different server than ML was on, and it is a shared server. The security features have been implemented by the person we share with. GoManutd has helped with the server questions and can give a far better explanation than I can.

If you like you can send me the post on my private email. If you PM me I will give you my email address.
Forum Rules
Guide - How to Ask for Help

richb Administrator
System: MX 23 KDE
AMD A8 7600 FM2+ CPU R7 Graphics, 16 GIG Mem. Three Samsung EVO SSD's 250 GB

User avatar
GoManutd
Posts: 25
Joined: Mon Jun 30, 2008 8:06 pm

Re: Post a message with a leading slash

#28 Post by GoManutd »

it's an awesome piece of software called modsecurity. it's essentially a web application firewall - instead of sniffing packets it looks at payloads.

what it helps prevent are things like sql injection attacks, well known attacks, as well as providing a level of protection against unknown/undocumented attacks.

so things like sending a payload to an app that the sql server would execute and, say, turn around and send back /etc/passwd

it really is a required piece of software for any web server, as web applications become increasingly complex and interact with other web services that may, or may not be under the same "roof".

User avatar
cookdav
Posts: 6
Joined: Thu Jul 13, 2006 2:02 pm

Re: Post a message with a leading slash

#29 Post by cookdav »

Oops...yes, there IS a w-get, which was the cause of my grief.

[Putting tags around the w wasn't quite the total answer, because then those tags don't dissappear
when you view it, if the w-get is within a larger 'code' tagged sequence, so I had to eliminate the code tags.]
Last edited by cookdav on Wed Feb 23, 2011 9:05 pm, edited 1 time in total.

User avatar
richb
Administrator
Posts: 10341
Joined: Wed Jul 12, 2006 2:17 pm

Re: Post a message with a leading slash

#30 Post by richb »

cookdav wrote:Oops...yes, there IS a w-get, which was the cause of my grief.

[Putting tags around the w wasn't quite the right answer, because then those tags don't dissappear
when you view it, if the w-get is within a larger 'code' tagged sequence, so I had to eliminate the code tags.]
Correct. In a regular posting they will make the w appear bold, In code they show as the tags. Which is as expected since code is exactly that, and will show any code tags. Sorry that was a bit redundant, but I could not find another way to express it.
Forum Rules
Guide - How to Ask for Help

richb Administrator
System: MX 23 KDE
AMD A8 7600 FM2+ CPU R7 Graphics, 16 GIG Mem. Three Samsung EVO SSD's 250 GB

Post Reply

Return to “Forum How-to's”