x00
MVPx00 MVP
Reactions
-
Re: Using/ in discussion does crash the discussion
It is not an error it is an Apache security setting. (View Post)1 -
Re: Using/ in discussion does crash the discussion
Sure then can change the slug function Gdn_Format::Url() but this is relatively minor issue, so may no get into any update in 2.1 of course you can post a ticket here: https://github.com/vanilla/vani… (View Post)1 -
Re: Using/ in discussion does crash the discussion
@whu606 is to do with url encoded slashes, and the restriction is to do with apache security. (View Post)1 -
Re: Using/ in discussion does crash the discussion
sorry to be clear, it doesn't matter what you do with vanilla becuase it hasn't got to vanilla yet. This is a server level issue. http://stackoverflow.com/questions/9206835/2f-in-url-breaks-and-does-… (View Post)1 -
Re: Does storing config values in protected vars makes sense?
First protected/private properties aren't actually to do with security, like some people might think. Take python there is no such distinction between properties, it is up to you to enforce any relat… (View Post)5
