CPPSERV


Home Projects Jobs Clientele Contact

cppserv


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] Fixed error in utils.h



OK. I committed this test with following changes:
- Fixed ChangeLog format
- Fixed line lengths in servlet description
- Cleaned out extra changes in engine.xml (remember - no FirstTestServlet)
- Fixed (C) in utils/utils.h

Don't think I changed anything else, but if I did, you'll find out as soon
as you do git pull ;-)

Sergey wrote:
> From: Sergey Jukov <sergey@total-knowledge.com>
>
> ---
>  utils/utils.h |    3 ++-
>  1 files changed, 2 insertions(+), 1 deletions(-)
>
> diff --git a/utils/utils.h b/utils/utils.h
> index 8fe59b4..0be3f7d 100644
> --- a/utils/utils.h
> +++ b/utils/utils.h
> @@ -31,7 +31,8 @@ Enter URL containing any special charact
>  For example the URL http://www.total-knowledge.com?value=test%23string after decoding will look like this: http://www.total-knowledge.com?value=test#string. However, www.total-knowledge.com?value=test%string will look exactly the same after decoding because "%+alphabetic character" is not valid ASCII character code.
>  @author Sergey Jukov
>  */
> -class UtilServlet : public servlet::HttpServlethttp:
> +
> +class UtilServlet : public servlet::HttpServlet
>  {
>  private:
>  	void renderHeader(std::ostream&);
>   

-- 
Ilya A. Volynets-Evenbakh
Total Knowledge. CTO
http://www.total-knowledge.com


Authoright © Total Knowledge: 2001-2008