Daniel Gohlke

Results 2 issues of Daniel Gohlke

I believe I've discovered some inconsistent behavior with passive redirects. Consider a site with the following in config/redirects.php: ``` $config['passive_redirects'] = array( 'abcd|efgh|ijkl' => 'hello', 'wxyz' => 'goodbye' ); ```...

I'm using uap-scala in a mobile backend that services 4.5 million requests a day. While recently debugging a memory leak, I discovered snakeyaml consuming an excessive amount of heap memory....