Ignore:
Timestamp:
Sep 13, 2010, 8:40:34 PM (14 years ago)
Author:
plg
Message:

bug 1848 fixed: do not print methodName in header to avoid CRLF attack.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.1/include/ws_core.inc.php

    r6364 r6890  
    478478    if ( $method==null )
    479479    {
    480       return new PwgError(WS_ERR_INVALID_METHOD, 'Method name "'.$methodName.'" is not valid');
     480      return new PwgError(WS_ERR_INVALID_METHOD, 'Method name is not valid');
    481481    }
    482482
Note: See TracChangeset for help on using the changeset viewer.