Warning (2) : getimagesize(/home/storage/c/35/50/casabrasileirapl2/public_html/webroot/content/pages/d0131959679774ac67fdaf3c5cae9548.jpg): Failed to open stream: No such file or directory [APP/Controller/AppController.php , line 95 ]Code Context if ( $pagina ) {
list( $width , $height , $type , $attr ) = getimagesize ( WWW_ROOT . 'content' . DS . 'pages' . DS . $pagina -> imagem );
getimagesize - [internal], line ??
App\Controller\AppController::beforeFilter() - APP/Controller/AppController.php, line 95
Cake\Event\EventManager::_callListener() - CORE/src/Event/EventManager.php, line 309
Cake\Event\EventManager::dispatch() - CORE/src/Event/EventManager.php, line 286
Cake\Controller\Controller::dispatchEvent() - CORE/src/Event/EventDispatcherTrait.php, line 92
Cake\Controller\Controller::startupProcess() - CORE/src/Controller/Controller.php, line 575
Cake\Controller\ControllerFactory::invoke() - CORE/src/Controller/ControllerFactory.php, line 96
Cake\Http\BaseApplication::handle() - CORE/src/Http/BaseApplication.php, line 313
Cake\Http\Runner::handle() - CORE/src/Http/Runner.php, line 77
Authentication\Middleware\AuthenticationMiddleware::process() - ROOT/vendor/cakephp/authentication/src/Middleware/AuthenticationMiddleware.php, line 124
Cake\Http\Runner::handle() - CORE/src/Http/Runner.php, line 73
Cake\Http\Middleware\CsrfProtectionMiddleware::process() - CORE/src/Http/Middleware/CsrfProtectionMiddleware.php, line 159
Cake\Http\Runner::handle() - CORE/src/Http/Runner.php, line 73
Cake\Http\Middleware\BodyParserMiddleware::process() - CORE/src/Http/Middleware/BodyParserMiddleware.php, line 159
Cake\Http\Runner::handle() - CORE/src/Http/Runner.php, line 73
Cake\Routing\Middleware\RoutingMiddleware::process() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 161
Cake\Http\Runner::handle() - CORE/src/Http/Runner.php, line 73 Warning (512) : Unable to emit headers. Headers sent in file=/home/storage/c/35/50/casabrasileirapl2/public_html/vendor/cakephp/cakephp/src/Error/Debugger.php line=970 [CORE/src/Http/ResponseEmitter.php , line 71 ]Code Context $message = "Unable to emit headers. Headers sent in file= $file line= $line " ;
trigger_error ( $message , E_USER_WARNING );
}
Cake\Http\ResponseEmitter::emit() - CORE/src/Http/ResponseEmitter.php, line 71
Cake\Http\Server::emit() - CORE/src/Http/Server.php, line 128
[main] - ROOT/webroot/index.php, line 40 Warning (2) : Cannot modify header information - headers already sent by (output started at /home/storage/c/35/50/casabrasileirapl2/public_html/vendor/cakephp/cakephp/src/Error/Debugger.php:970) [CORE/src/Http/ResponseEmitter.php , line 168 ]Code Context $response -> getStatusCode (),
( $reasonPhrase ? ' ' . $reasonPhrase : '' )
));
header - [internal], line ??
Cake\Http\ResponseEmitter::emitStatusLine() - CORE/src/Http/ResponseEmitter.php, line 168
Cake\Http\ResponseEmitter::emit() - CORE/src/Http/ResponseEmitter.php, line 74
Cake\Http\Server::emit() - CORE/src/Http/Server.php, line 128
[main] - ROOT/webroot/index.php, line 40 Warning (2) : Cannot modify header information - headers already sent by (output started at /home/storage/c/35/50/casabrasileirapl2/public_html/vendor/cakephp/cakephp/src/Error/Debugger.php:970) [CORE/src/Http/ResponseEmitter.php , line 197 ]Code Context foreach ( $values as $value ) {
header ( sprintf (
'%s: %s' ,
header - [internal], line ??
Cake\Http\ResponseEmitter::emitHeaders() - CORE/src/Http/ResponseEmitter.php, line 197
Cake\Http\ResponseEmitter::emit() - CORE/src/Http/ResponseEmitter.php, line 75
Cake\Http\Server::emit() - CORE/src/Http/Server.php, line 128
[main] - ROOT/webroot/index.php, line 40
Error: image_type_to_mime_type(): Argument #1 ($image_type) must be of type int, null given
list( $width , $height , $type , $attr ) = getimagesize ( WWW_ROOT . 'content' . DS . 'pages' . DS . $pagina -> imagem );
$pagina -> imagem = [
'endereco' => '/content/pages/' . $pagina -> imagem ,
'tipo' => image_type_to_mime_type ( $type ),
'largura' => $width ,
'altura' => $height ,
];
Arguments
list( $width , $height , $type , $attr ) = getimagesize ( WWW_ROOT . 'content' . DS . 'pages' . DS . $pagina -> imagem );
$pagina -> imagem = [
'endereco' => '/content/pages/' . $pagina -> imagem ,
'tipo' => image_type_to_mime_type ( $type ),
'largura' => $width ,
'altura' => $height ,
];
protected function _callListener (callable $listener , EventInterface $event )
{
$data = (array) $event -> getData ();
return $listener ( $event , ... array_values ( $data ));
}
/**
* @ inheritDoc
Arguments
object( Cake\Event\Event ) id: 0 {
protected _name => 'Controller.initialize'
protected _subject => object( App\Controller\PoliticaDeCookiesController ) id: 1 {
paginate => [
'' => [maximum depth reached] ,
]
RequestHandler => object( Cake\Controller\Component\RequestHandlerComponent ) id: 2 {
}
Flash => object( Cake\Controller\Component\FlashComponent ) id: 3 {
}
FormProtection => object( Cake\Controller\Component\FormProtectionComponent ) id: 4 {
}
Authentication => object( Authentication\Controller\Component\AuthenticationComponent ) id: 5 {
}
Paginas => object( App\Model\Table\PaginasTable ) id: 6 {
}
Conteudos => object( App\Model\Table\ConteudosTable ) id: 7 {
}
protected name => 'PoliticaDeCookies'
protected request => object( Cake\Http\ServerRequest ) id: 8 {
}
protected response => object( Cake\Http\Response ) id: 9 {
}
protected _responseClass => 'Cake\Http\Response'
protected autoRender => true
protected _components => object( Cake\Controller\ComponentRegistry ) id: 10 {
}
protected plugin => null
protected _eventManager => object( Cake\Event\EventManager ) id: 11 {
}
protected _eventClass => 'Cake\Event\Event'
protected _tableLocator => object( Cake\ORM\Locator\TableLocator ) id: 12 {
}
protected modelClass => 'PoliticaDeCookies'
protected _modelFactories => [
'' => [maximum depth reached] ,
]
protected _modelType => 'Table'
protected _viewBuilder => null
}
protected _data => [
]
protected result => null
protected _stopped => false
}
foreach ( $listeners as $listener ) {
if ( $event -> isStopped ()) {
break;
}
$result = $this -> _callListener ( $listener [ 'callable' ], $event );
if ( $result === false ) {
$event -> stopPropagation ();
}
if ( $result !== null ) {
Arguments
[
(int) 0 => object( App\Controller\PoliticaDeCookiesController ) id: 0 {
paginate => [
]
RequestHandler => object( Cake\Controller\Component\RequestHandlerComponent ) id: 1 {
}
Flash => object( Cake\Controller\Component\FlashComponent ) id: 2 {
}
FormProtection => object( Cake\Controller\Component\FormProtectionComponent ) id: 3 {
}
Authentication => object( Authentication\Controller\Component\AuthenticationComponent ) id: 4 {
}
Paginas => object( App\Model\Table\PaginasTable ) id: 5 {
}
Conteudos => object( App\Model\Table\ConteudosTable ) id: 6 {
}
protected name => 'PoliticaDeCookies'
protected request => object( Cake\Http\ServerRequest ) id: 7 {
}
protected response => object( Cake\Http\Response ) id: 8 {
}
protected _responseClass => 'Cake\Http\Response'
protected autoRender => true
protected _components => object( Cake\Controller\ComponentRegistry ) id: 9 {
}
protected plugin => null
protected _eventManager => object( Cake\Event\EventManager ) id: 10 {
}
protected _eventClass => 'Cake\Event\Event'
protected _tableLocator => object( Cake\ORM\Locator\TableLocator ) id: 11 {
}
protected modelClass => 'PoliticaDeCookies'
protected _modelFactories => [
'Table' => [
'' => [maximum depth reached] ,
] ,
]
protected _modelType => 'Table'
protected _viewBuilder => null
} ,
(int) 1 => 'beforeFilter' ,
]
object( Cake\Event\Event ) id: 0 {
protected _name => 'Controller.initialize'
protected _subject => object( App\Controller\PoliticaDeCookiesController ) id: 1 {
paginate => [
'' => [maximum depth reached] ,
]
RequestHandler => object( Cake\Controller\Component\RequestHandlerComponent ) id: 2 {
}
Flash => object( Cake\Controller\Component\FlashComponent ) id: 3 {
}
FormProtection => object( Cake\Controller\Component\FormProtectionComponent ) id: 4 {
}
Authentication => object( Authentication\Controller\Component\AuthenticationComponent ) id: 5 {
}
Paginas => object( App\Model\Table\PaginasTable ) id: 6 {
}
Conteudos => object( App\Model\Table\ConteudosTable ) id: 7 {
}
protected name => 'PoliticaDeCookies'
protected request => object( Cake\Http\ServerRequest ) id: 8 {
}
protected response => object( Cake\Http\Response ) id: 9 {
}
protected _responseClass => 'Cake\Http\Response'
protected autoRender => true
protected _components => object( Cake\Controller\ComponentRegistry ) id: 10 {
}
protected plugin => null
protected _eventManager => object( Cake\Event\EventManager ) id: 11 {
}
protected _eventClass => 'Cake\Event\Event'
protected _tableLocator => object( Cake\ORM\Locator\TableLocator ) id: 12 {
}
protected modelClass => 'PoliticaDeCookies'
protected _modelFactories => [
'' => [maximum depth reached] ,
]
protected _modelType => 'Table'
protected _viewBuilder => null
}
protected _data => [
]
protected result => null
protected _stopped => false
}
}
/** @var \Cake\Event\EventInterface $event */
$event = new $this -> _eventClass ( $name , $subject , $data );
$this -> getEventManager ()-> dispatch ( $event );
return $event ;
}
}
Arguments
object( Cake\Event\Event ) id: 0 {
protected _name => 'Controller.initialize'
protected _subject => object( App\Controller\PoliticaDeCookiesController ) id: 1 {
paginate => [
'' => [maximum depth reached] ,
]
RequestHandler => object( Cake\Controller\Component\RequestHandlerComponent ) id: 2 {
}
Flash => object( Cake\Controller\Component\FlashComponent ) id: 3 {
}
FormProtection => object( Cake\Controller\Component\FormProtectionComponent ) id: 4 {
}
Authentication => object( Authentication\Controller\Component\AuthenticationComponent ) id: 5 {
}
Paginas => object( App\Model\Table\PaginasTable ) id: 6 {
}
Conteudos => object( App\Model\Table\ConteudosTable ) id: 7 {
}
protected name => 'PoliticaDeCookies'
protected request => object( Cake\Http\ServerRequest ) id: 8 {
}
protected response => object( Cake\Http\Response ) id: 9 {
}
protected _responseClass => 'Cake\Http\Response'
protected autoRender => true
protected _components => object( Cake\Controller\ComponentRegistry ) id: 10 {
}
protected plugin => null
protected _eventManager => object( Cake\Event\EventManager ) id: 11 {
}
protected _eventClass => 'Cake\Event\Event'
protected _tableLocator => object( Cake\ORM\Locator\TableLocator ) id: 12 {
}
protected modelClass => 'PoliticaDeCookies'
protected _modelFactories => [
'' => [maximum depth reached] ,
]
protected _modelType => 'Table'
protected _viewBuilder => null
}
protected _data => [
]
protected result => null
protected _stopped => false
}
* @return \Psr\Http\Message\ResponseInterface | null
*/
public function startupProcess (): ? ResponseInterface
{
$event = $this -> dispatchEvent ( 'Controller.initialize' );
if ( $event -> getResult () instanceof ResponseInterface ) {
return $event -> getResult ();
}
$event = $this -> dispatchEvent ( 'Controller.startup' );
* @ psalm - param \Cake\Controller\Controller $controller
*/
public function invoke ( $controller ): ResponseInterface
{
$result = $controller -> startupProcess ();
if ( $result instanceof ResponseInterface ) {
return $result ;
}
$action = $controller -> getAction ();
}
$controller = $this -> controllerFactory -> create ( $request );
return $this -> controllerFactory -> invoke ( $controller );
}
}
Arguments
object( App\Controller\PoliticaDeCookiesController ) id: 0 {
paginate => [
]
RequestHandler => object( Cake\Controller\Component\RequestHandlerComponent ) id: 1 {
'components' => [
]
'implementedEvents' => [
'Controller.startup' => 'startup' ,
'Controller.beforeRender' => 'beforeRender' ,
]
'_config' => [
'checkHttpCache' => true ,
'viewClassMap' => [
'' => [maximum depth reached] ,
] ,
]
}
Flash => object( Cake\Controller\Component\FlashComponent ) id: 2 {
'components' => [
]
'implementedEvents' => [
]
'_config' => [
'key' => 'flash' ,
'element' => 'default' ,
'plugin' => null ,
'params' => [
'' => [maximum depth reached] ,
] ,
'clear' => false ,
'duplicate' => true ,
]
}
FormProtection => object( Cake\Controller\Component\FormProtectionComponent ) id: 3 {
'components' => [
]
'implementedEvents' => [
'Controller.startup' => 'startup' ,
]
'_config' => [
'validate' => true ,
'unlockedFields' => [
'' => [maximum depth reached] ,
] ,
'unlockedActions' => [
'' => [maximum depth reached] ,
] ,
'validationFailureCallback' => null ,
]
}
Authentication => object( Authentication\Controller\Component\AuthenticationComponent ) id: 4 {
'components' => [
]
'implementedEvents' => [
'Controller.initialize' => 'beforeFilter' ,
'Controller.startup' => 'startup' ,
]
'_config' => [
'logoutRedirect' => false ,
'requireIdentity' => true ,
'identityAttribute' => 'identity' ,
'identityCheckEvent' => 'Controller.startup' ,
'unauthenticatedMessage' => null ,
]
}
Paginas => object( App\Model\Table\PaginasTable ) id: 5 {
'registryAlias' => 'Paginas'
'table' => 'paginas'
'alias' => 'Paginas'
'entityClass' => 'App\Model\Entity\Pagina'
'associations' => [
(int) 0 => 'Parametros' ,
]
'behaviors' => [
(int) 0 => 'Timestamp' ,
]
'defaultConnection' => 'default'
'connectionName' => 'default'
}
Conteudos => object( App\Model\Table\ConteudosTable ) id: 6 {
'registryAlias' => 'Conteudos'
'table' => 'conteudos'
'alias' => 'Conteudos'
'entityClass' => 'App\Model\Entity\Conteudo'
'associations' => [
(int) 0 => 'Parametros' ,
]
'behaviors' => [
(int) 0 => 'Timestamp' ,
]
'defaultConnection' => 'default'
'connectionName' => 'default'
}
protected name => 'PoliticaDeCookies'
protected request => object( Cake\Http\ServerRequest ) id: 7 {
trustProxy => false
protected params => [
'' => [maximum depth reached] ,
]
protected data => [
'' => [maximum depth reached] ,
]
protected query => [
'' => [maximum depth reached] ,
]
protected cookies => [
'' => [maximum depth reached] ,
]
protected _environment => [
'' => [maximum depth reached] ,
]
protected base => ''
protected webroot => '/'
protected trustedProxies => [
'' => [maximum depth reached] ,
]
protected _detectors => [
'' => [maximum depth reached] ,
]
protected _detectorCache => [
'' => [maximum depth reached] ,
]
protected stream => object( Laminas\Diactoros\PhpInputStream ) id: 8 {
}
protected uri => object( Laminas\Diactoros\Uri ) id: 9 {
}
protected session => object( Cake\Http\Session ) id: 10 {
}
protected flash => object( Cake\Http\FlashMessage ) id: 11 {
}
protected attributes => [
'' => [maximum depth reached] ,
]
protected emulatedAttributes => [
'' => [maximum depth reached] ,
]
protected uploadedFiles => [
'' => [maximum depth reached] ,
]
protected protocol => null
protected requestTarget => null
}
protected response => object( Cake\Http\Response ) id: 12 {
'status' => (int) 200
'contentType' => 'text/html'
'headers' => [
'Content-Type' => [
'' => [maximum depth reached] ,
] ,
]
'file' => null
'fileRange' => [
]
'cookies' => object( Cake\Http\Cookie\CookieCollection ) id: 13 {
}
'cacheDirectives' => [
]
'body' => ''
}
protected _responseClass => 'Cake\Http\Response'
protected autoRender => true
protected _components => object( Cake\Controller\ComponentRegistry ) id: 14 {
'_Controller' => object( App\Controller\PoliticaDeCookiesController ) id: 0 {}
'_loaded' => [
(int) 0 => 'RequestHandler' ,
(int) 1 => 'Flash' ,
(int) 2 => 'FormProtection' ,
(int) 3 => 'Authentication' ,
]
'_eventManager' => object( Cake\Event\EventManager ) id: 15 {
}
'_eventClass' => 'Cake\Event\Event'
}
protected plugin => null
protected _eventManager => object( Cake\Event\EventManager ) id: 15 {}
protected _eventClass => 'Cake\Event\Event'
protected _tableLocator => object( Cake\ORM\Locator\TableLocator ) id: 16 {
protected locations => [
'' => [maximum depth reached] ,
]
protected _config => [
'' => [maximum depth reached] ,
]
protected instances => [
'' => [maximum depth reached] ,
]
protected _fallbacked => [
'' => [maximum depth reached] ,
]
protected fallbackClassName => 'Cake\ORM\Table'
protected allowFallbackClass => false
protected options => [
'' => [maximum depth reached] ,
]
}
protected modelClass => 'PoliticaDeCookies'
protected _modelFactories => [
'Table' => [
(int) 0 => object( Cake\ORM\Locator\TableLocator ) id: 16 {} ,
(int) 1 => 'get' ,
] ,
]
protected _modelType => 'Table'
protected _viewBuilder => null
}
return $middleware -> process ( $request , $this );
}
if ( $this -> fallbackHandler ) {
return $this -> fallbackHandler -> handle ( $request );
}
$response = new Response ([
'body' => 'Middleware queue was exhausted without returning a response '
Arguments
object( Cake\Http\ServerRequest ) id: 0 {
trustProxy => false
protected params => [
'controller' => 'PoliticaDeCookies' ,
'pass' => [
] ,
'action' => 'index' ,
'plugin' => null ,
'_matchedRoute' => '/{controller}' ,
'_ext' => null ,
]
protected data => [
]
protected query => [
]
protected cookies => [
]
protected _environment => [
'USER' => 'casabrasileirapl2' ,
'HOME' => '/home/storage/c/35/50/casabrasileirapl2' ,
'ORACLE_HOME' => '/usr/lib/oracle/21/client64/lib' ,
'SCRIPT_NAME' => '/webroot/index.php' ,
'REQUEST_URI' => '/politica-de-cookies' ,
'QUERY_STRING' => '' ,
'REQUEST_METHOD' => 'GET' ,
'SERVER_PROTOCOL' => 'HTTP/1.1' ,
'GATEWAY_INTERFACE' => 'CGI/1.1' ,
'REDIRECT_URL' => '/webroot/politica-de-cookies' ,
'REMOTE_PORT' => '37318' ,
'SCRIPT_FILENAME' => '/home/storage/c/35/50/casabrasileirapl2/public_html/webroot/index.php' ,
'SERVER_ADMIN' => 'webmaster@casabrasileiraplanejados.com.br' ,
'CONTEXT_DOCUMENT_ROOT' => '/home/storage/c/35/50/casabrasileirapl2/public_html' ,
'CONTEXT_PREFIX' => '' ,
'REQUEST_SCHEME' => 'https' ,
'DOCUMENT_ROOT' => '/home/storage/c/35/50/casabrasileirapl2/public_html' ,
'REMOTE_ADDR' => '18.216.45.133' ,
'SERVER_PORT' => '443' ,
'SERVER_ADDR' => '127.0.0.1' ,
'SERVER_NAME' => 'www.casabrasileiraplanejados.com.br' ,
'SERVER_SOFTWARE' => 'Apache' ,
'SERVER_SIGNATURE' => '' ,
'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin' ,
'HTTP_ACCEPT_ENCODING' => 'gzip, br, zstd, deflate' ,
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)' ,
'HTTP_ACCEPT' => '*/*' ,
'HTTP_HOST' => 'www.casabrasileiraplanejados.com.br' ,
'HTTP_X_FORWARDED_SERVER' => 'www.casabrasileiraplanejados.com.br' ,
'HTTP_X_FORWARDED_PROTO' => 'https' ,
'HTTP_X_FORWARDED_HOST' => 'www.casabrasileiraplanejados.com.br:443' ,
'HTTP_X_REAL_IP' => '18.216.45.133' ,
'HTTP_LW_X_ID' => 'd4f48732f1b917a58f595e5e17571f0e.430877-18.216.45.133:1411@dinesh8086' ,
'HTTPS' => 'on' ,
'LOG_SUBDIR' => 'casabrasileirapl2' ,
'UNIQUE_ID' => 'aBMuyDtXFRrktsCCqiGPrAAAAYM' ,
'REDIRECT_STATUS' => '200' ,
'REDIRECT_HTTPS' => 'on' ,
'REDIRECT_LOG_SUBDIR' => 'casabrasileirapl2' ,
'REDIRECT_UNIQUE_ID' => 'aBMuyDtXFRrktsCCqiGPrAAAAYM' ,
'REDIRECT_REDIRECT_STATUS' => '200' ,
'REDIRECT_REDIRECT_HTTPS' => 'on' ,
'REDIRECT_REDIRECT_LOG_SUBDIR' => 'casabrasileirapl2' ,
'REDIRECT_REDIRECT_UNIQUE_ID' => 'aBMuyDtXFRrktsCCqiGPrAAAAYM' ,
'FCGI_ROLE' => 'RESPONDER' ,
'PHP_SELF' => '/webroot/index.php' ,
'REQUEST_TIME_FLOAT' => (float) 1746087624.9984 ,
'REQUEST_TIME' => (int) 1746087624 ,
'ORIGINAL_REQUEST_METHOD' => 'GET' ,
]
protected base => ''
protected webroot => '/'
protected trustedProxies => [
]
protected _detectors => [
'get' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'GET' ,
] ,
'post' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'POST' ,
] ,
'put' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'PUT' ,
] ,
'patch' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'PATCH' ,
] ,
'delete' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'DELETE' ,
] ,
'head' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'HEAD' ,
] ,
'options' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'OPTIONS' ,
] ,
'ssl' => [
'env' => 'HTTPS' ,
'options' => [
'' => [maximum depth reached] ,
] ,
] ,
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH' ,
'value' => 'XMLHttpRequest' ,
] ,
'json' => [
'accept' => [
'' => [maximum depth reached] ,
] ,
'param' => '_ext' ,
'value' => 'json' ,
] ,
'xml' => [
'accept' => [
'' => [maximum depth reached] ,
] ,
'param' => '_ext' ,
'value' => 'xml' ,
] ,
'mobile' => object( Closure ) id: 1 {
} ,
'tablet' => object( Closure ) id: 2 {
} ,
]
protected _detectorCache => [
]
protected stream => object( Laminas\Diactoros\PhpInputStream ) id: 3 {
protected resource => (resource) Resource id #144
protected stream => 'php://input'
private cache => ''
private reachedEof => false
}
protected uri => object( Laminas\Diactoros\Uri ) id: 4 {
base => ''
webroot => '/'
protected allowedSchemes => [
'' => [maximum depth reached] ,
]
private scheme => 'https'
private userInfo => ''
private host => 'www.casabrasileiraplanejados.com.br'
private port => (int) 443
private path => '/politica-de-cookies'
private query => ''
private fragment => ''
private uriString => null
}
protected session => object( Cake\Http\Session ) id: 5 {
protected _engine => null
protected _started => null
protected _lifetime => (int) 1440
protected _isCLI => false
}
protected flash => object( Cake\Http\FlashMessage ) id: 6 {
protected _defaultConfig => [
'' => [maximum depth reached] ,
]
protected session => object( Cake\Http\Session ) id: 5 {}
protected _config => [
'' => [maximum depth reached] ,
]
protected _configInitialized => true
}
protected attributes => [
'csrfToken' => '/tPU45wtVXaiVmkOlPxoAQr+zUJp819n5FJxqX9ZmOeciqjwFIhYbOkDoROtkawfv7aRkDb0vIVlj9li9eC8q3Q8yJ3sqdEIOsr6dQ/HaF/cZhPPTGGog6WykMkmuWFb3zuUdpumyXmI1PenAMWEsg==' ,
'identity' => null ,
'authentication' => object( Authentication\AuthenticationService ) id: 7 {
} ,
'authenticationResult' => object( Authentication\Authenticator\Result ) id: 8 {
} ,
]
protected emulatedAttributes => [
(int) 0 => 'session' ,
(int) 1 => 'flash' ,
(int) 2 => 'webroot' ,
(int) 3 => 'base' ,
(int) 4 => 'params' ,
(int) 5 => 'here' ,
]
protected uploadedFiles => [
]
protected protocol => null
protected requestTarget => null
}
$request = $request -> withAttribute ( 'authentication' , $service );
$request = $request -> withAttribute ( 'authenticationResult' , $result );
try {
$response = $handler -> handle ( $request );
$authenticator = $service -> getAuthenticationProvider ();
if ( $authenticator !== null && ! $authenticator instanceof StatelessInterface ) {
$return = $service -> persistIdentity ( $request , $response , $result -> getData ());
Arguments
object( Cake\Http\ServerRequest ) id: 0 {
trustProxy => false
protected params => [
'controller' => 'PoliticaDeCookies' ,
'pass' => [
] ,
'action' => 'index' ,
'plugin' => null ,
'_matchedRoute' => '/{controller}' ,
'_ext' => null ,
]
protected data => [
]
protected query => [
]
protected cookies => [
]
protected _environment => [
'USER' => 'casabrasileirapl2' ,
'HOME' => '/home/storage/c/35/50/casabrasileirapl2' ,
'ORACLE_HOME' => '/usr/lib/oracle/21/client64/lib' ,
'SCRIPT_NAME' => '/webroot/index.php' ,
'REQUEST_URI' => '/politica-de-cookies' ,
'QUERY_STRING' => '' ,
'REQUEST_METHOD' => 'GET' ,
'SERVER_PROTOCOL' => 'HTTP/1.1' ,
'GATEWAY_INTERFACE' => 'CGI/1.1' ,
'REDIRECT_URL' => '/webroot/politica-de-cookies' ,
'REMOTE_PORT' => '37318' ,
'SCRIPT_FILENAME' => '/home/storage/c/35/50/casabrasileirapl2/public_html/webroot/index.php' ,
'SERVER_ADMIN' => 'webmaster@casabrasileiraplanejados.com.br' ,
'CONTEXT_DOCUMENT_ROOT' => '/home/storage/c/35/50/casabrasileirapl2/public_html' ,
'CONTEXT_PREFIX' => '' ,
'REQUEST_SCHEME' => 'https' ,
'DOCUMENT_ROOT' => '/home/storage/c/35/50/casabrasileirapl2/public_html' ,
'REMOTE_ADDR' => '18.216.45.133' ,
'SERVER_PORT' => '443' ,
'SERVER_ADDR' => '127.0.0.1' ,
'SERVER_NAME' => 'www.casabrasileiraplanejados.com.br' ,
'SERVER_SOFTWARE' => 'Apache' ,
'SERVER_SIGNATURE' => '' ,
'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin' ,
'HTTP_ACCEPT_ENCODING' => 'gzip, br, zstd, deflate' ,
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)' ,
'HTTP_ACCEPT' => '*/*' ,
'HTTP_HOST' => 'www.casabrasileiraplanejados.com.br' ,
'HTTP_X_FORWARDED_SERVER' => 'www.casabrasileiraplanejados.com.br' ,
'HTTP_X_FORWARDED_PROTO' => 'https' ,
'HTTP_X_FORWARDED_HOST' => 'www.casabrasileiraplanejados.com.br:443' ,
'HTTP_X_REAL_IP' => '18.216.45.133' ,
'HTTP_LW_X_ID' => 'd4f48732f1b917a58f595e5e17571f0e.430877-18.216.45.133:1411@dinesh8086' ,
'HTTPS' => 'on' ,
'LOG_SUBDIR' => 'casabrasileirapl2' ,
'UNIQUE_ID' => 'aBMuyDtXFRrktsCCqiGPrAAAAYM' ,
'REDIRECT_STATUS' => '200' ,
'REDIRECT_HTTPS' => 'on' ,
'REDIRECT_LOG_SUBDIR' => 'casabrasileirapl2' ,
'REDIRECT_UNIQUE_ID' => 'aBMuyDtXFRrktsCCqiGPrAAAAYM' ,
'REDIRECT_REDIRECT_STATUS' => '200' ,
'REDIRECT_REDIRECT_HTTPS' => 'on' ,
'REDIRECT_REDIRECT_LOG_SUBDIR' => 'casabrasileirapl2' ,
'REDIRECT_REDIRECT_UNIQUE_ID' => 'aBMuyDtXFRrktsCCqiGPrAAAAYM' ,
'FCGI_ROLE' => 'RESPONDER' ,
'PHP_SELF' => '/webroot/index.php' ,
'REQUEST_TIME_FLOAT' => (float) 1746087624.9984 ,
'REQUEST_TIME' => (int) 1746087624 ,
'ORIGINAL_REQUEST_METHOD' => 'GET' ,
]
protected base => ''
protected webroot => '/'
protected trustedProxies => [
]
protected _detectors => [
'get' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'GET' ,
] ,
'post' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'POST' ,
] ,
'put' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'PUT' ,
] ,
'patch' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'PATCH' ,
] ,
'delete' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'DELETE' ,
] ,
'head' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'HEAD' ,
] ,
'options' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'OPTIONS' ,
] ,
'ssl' => [
'env' => 'HTTPS' ,
'options' => [
'' => [maximum depth reached] ,
] ,
] ,
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH' ,
'value' => 'XMLHttpRequest' ,
] ,
'json' => [
'accept' => [
'' => [maximum depth reached] ,
] ,
'param' => '_ext' ,
'value' => 'json' ,
] ,
'xml' => [
'accept' => [
'' => [maximum depth reached] ,
] ,
'param' => '_ext' ,
'value' => 'xml' ,
] ,
'mobile' => object( Closure ) id: 1 {
} ,
'tablet' => object( Closure ) id: 2 {
} ,
]
protected _detectorCache => [
]
protected stream => object( Laminas\Diactoros\PhpInputStream ) id: 3 {
protected resource => (resource) Resource id #144
protected stream => 'php://input'
private cache => ''
private reachedEof => false
}
protected uri => object( Laminas\Diactoros\Uri ) id: 4 {
base => ''
webroot => '/'
protected allowedSchemes => [
'' => [maximum depth reached] ,
]
private scheme => 'https'
private userInfo => ''
private host => 'www.casabrasileiraplanejados.com.br'
private port => (int) 443
private path => '/politica-de-cookies'
private query => ''
private fragment => ''
private uriString => null
}
protected session => object( Cake\Http\Session ) id: 5 {
protected _engine => null
protected _started => null
protected _lifetime => (int) 1440
protected _isCLI => false
}
protected flash => object( Cake\Http\FlashMessage ) id: 6 {
protected _defaultConfig => [
'' => [maximum depth reached] ,
]
protected session => object( Cake\Http\Session ) id: 5 {}
protected _config => [
'' => [maximum depth reached] ,
]
protected _configInitialized => true
}
protected attributes => [
'csrfToken' => '/tPU45wtVXaiVmkOlPxoAQr+zUJp819n5FJxqX9ZmOeciqjwFIhYbOkDoROtkawfv7aRkDb0vIVlj9li9eC8q3Q8yJ3sqdEIOsr6dQ/HaF/cZhPPTGGog6WykMkmuWFb3zuUdpumyXmI1PenAMWEsg==' ,
'identity' => null ,
'authentication' => object( Authentication\AuthenticationService ) id: 7 {
} ,
'authenticationResult' => object( Authentication\Authenticator\Result ) id: 8 {
} ,
]
protected emulatedAttributes => [
(int) 0 => 'session' ,
(int) 1 => 'flash' ,
(int) 2 => 'webroot' ,
(int) 3 => 'base' ,
(int) 4 => 'params' ,
(int) 5 => 'here' ,
]
protected uploadedFiles => [
]
protected protocol => null
protected requestTarget => null
}
if ( $this -> queue -> valid ()) {
$middleware = $this -> queue -> current ();
$this -> queue -> next ();
return $middleware -> process ( $request , $this );
}
if ( $this -> fallbackHandler ) {
return $this -> fallbackHandler -> handle ( $request );
Arguments
object( Cake\Http\ServerRequest ) id: 0 {
trustProxy => false
protected params => [
'controller' => 'PoliticaDeCookies' ,
'pass' => [
] ,
'action' => 'index' ,
'plugin' => null ,
'_matchedRoute' => '/{controller}' ,
'_ext' => null ,
]
protected data => [
]
protected query => [
]
protected cookies => [
]
protected _environment => [
'USER' => 'casabrasileirapl2' ,
'HOME' => '/home/storage/c/35/50/casabrasileirapl2' ,
'ORACLE_HOME' => '/usr/lib/oracle/21/client64/lib' ,
'SCRIPT_NAME' => '/webroot/index.php' ,
'REQUEST_URI' => '/politica-de-cookies' ,
'QUERY_STRING' => '' ,
'REQUEST_METHOD' => 'GET' ,
'SERVER_PROTOCOL' => 'HTTP/1.1' ,
'GATEWAY_INTERFACE' => 'CGI/1.1' ,
'REDIRECT_URL' => '/webroot/politica-de-cookies' ,
'REMOTE_PORT' => '37318' ,
'SCRIPT_FILENAME' => '/home/storage/c/35/50/casabrasileirapl2/public_html/webroot/index.php' ,
'SERVER_ADMIN' => 'webmaster@casabrasileiraplanejados.com.br' ,
'CONTEXT_DOCUMENT_ROOT' => '/home/storage/c/35/50/casabrasileirapl2/public_html' ,
'CONTEXT_PREFIX' => '' ,
'REQUEST_SCHEME' => 'https' ,
'DOCUMENT_ROOT' => '/home/storage/c/35/50/casabrasileirapl2/public_html' ,
'REMOTE_ADDR' => '18.216.45.133' ,
'SERVER_PORT' => '443' ,
'SERVER_ADDR' => '127.0.0.1' ,
'SERVER_NAME' => 'www.casabrasileiraplanejados.com.br' ,
'SERVER_SOFTWARE' => 'Apache' ,
'SERVER_SIGNATURE' => '' ,
'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin' ,
'HTTP_ACCEPT_ENCODING' => 'gzip, br, zstd, deflate' ,
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)' ,
'HTTP_ACCEPT' => '*/*' ,
'HTTP_HOST' => 'www.casabrasileiraplanejados.com.br' ,
'HTTP_X_FORWARDED_SERVER' => 'www.casabrasileiraplanejados.com.br' ,
'HTTP_X_FORWARDED_PROTO' => 'https' ,
'HTTP_X_FORWARDED_HOST' => 'www.casabrasileiraplanejados.com.br:443' ,
'HTTP_X_REAL_IP' => '18.216.45.133' ,
'HTTP_LW_X_ID' => 'd4f48732f1b917a58f595e5e17571f0e.430877-18.216.45.133:1411@dinesh8086' ,
'HTTPS' => 'on' ,
'LOG_SUBDIR' => 'casabrasileirapl2' ,
'UNIQUE_ID' => 'aBMuyDtXFRrktsCCqiGPrAAAAYM' ,
'REDIRECT_STATUS' => '200' ,
'REDIRECT_HTTPS' => 'on' ,
'REDIRECT_LOG_SUBDIR' => 'casabrasileirapl2' ,
'REDIRECT_UNIQUE_ID' => 'aBMuyDtXFRrktsCCqiGPrAAAAYM' ,
'REDIRECT_REDIRECT_STATUS' => '200' ,
'REDIRECT_REDIRECT_HTTPS' => 'on' ,
'REDIRECT_REDIRECT_LOG_SUBDIR' => 'casabrasileirapl2' ,
'REDIRECT_REDIRECT_UNIQUE_ID' => 'aBMuyDtXFRrktsCCqiGPrAAAAYM' ,
'FCGI_ROLE' => 'RESPONDER' ,
'PHP_SELF' => '/webroot/index.php' ,
'REQUEST_TIME_FLOAT' => (float) 1746087624.9984 ,
'REQUEST_TIME' => (int) 1746087624 ,
'ORIGINAL_REQUEST_METHOD' => 'GET' ,
]
protected base => ''
protected webroot => '/'
protected trustedProxies => [
]
protected _detectors => [
'get' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'GET' ,
] ,
'post' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'POST' ,
] ,
'put' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'PUT' ,
] ,
'patch' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'PATCH' ,
] ,
'delete' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'DELETE' ,
] ,
'head' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'HEAD' ,
] ,
'options' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'OPTIONS' ,
] ,
'ssl' => [
'env' => 'HTTPS' ,
'options' => [
'' => [maximum depth reached] ,
] ,
] ,
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH' ,
'value' => 'XMLHttpRequest' ,
] ,
'json' => [
'accept' => [
'' => [maximum depth reached] ,
] ,
'param' => '_ext' ,
'value' => 'json' ,
] ,
'xml' => [
'accept' => [
'' => [maximum depth reached] ,
] ,
'param' => '_ext' ,
'value' => 'xml' ,
] ,
'mobile' => object( Closure ) id: 1 {
} ,
'tablet' => object( Closure ) id: 2 {
} ,
]
protected _detectorCache => [
]
protected stream => object( Laminas\Diactoros\PhpInputStream ) id: 3 {
protected resource => (resource) Resource id #144
protected stream => 'php://input'
private cache => ''
private reachedEof => false
}
protected uri => object( Laminas\Diactoros\Uri ) id: 4 {
base => ''
webroot => '/'
protected allowedSchemes => [
'' => [maximum depth reached] ,
]
private scheme => 'https'
private userInfo => ''
private host => 'www.casabrasileiraplanejados.com.br'
private port => (int) 443
private path => '/politica-de-cookies'
private query => ''
private fragment => ''
private uriString => null
}
protected session => object( Cake\Http\Session ) id: 5 {
protected _engine => null
protected _started => null
protected _lifetime => (int) 1440
protected _isCLI => false
}
protected flash => object( Cake\Http\FlashMessage ) id: 6 {
protected _defaultConfig => [
'' => [maximum depth reached] ,
]
protected session => object( Cake\Http\Session ) id: 5 {}
protected _config => [
'' => [maximum depth reached] ,
]
protected _configInitialized => true
}
protected attributes => [
'csrfToken' => '/tPU45wtVXaiVmkOlPxoAQr+zUJp819n5FJxqX9ZmOeciqjwFIhYbOkDoROtkawfv7aRkDb0vIVlj9li9eC8q3Q8yJ3sqdEIOsr6dQ/HaF/cZhPPTGGog6WykMkmuWFb3zuUdpumyXmI1PenAMWEsg==' ,
'identity' => null ,
'authentication' => object( Authentication\AuthenticationService ) id: 7 {
} ,
'authenticationResult' => object( Authentication\Authenticator\Result ) id: 8 {
} ,
]
protected emulatedAttributes => [
(int) 0 => 'session' ,
(int) 1 => 'flash' ,
(int) 2 => 'webroot' ,
(int) 3 => 'base' ,
(int) 4 => 'params' ,
(int) 5 => 'here' ,
]
protected uploadedFiles => [
]
protected protocol => null
protected requestTarget => null
}
object( Cake\Http\Runner ) id: 0 {
protected queue => object( Cake\Http\MiddlewareQueue ) id: 1 {
protected position => (int) 6
protected queue => [
'' => [maximum depth reached] ,
]
}
protected fallbackHandler => object( App\Application ) id: 2 {
protected configDir => '/home/storage/c/35/50/casabrasileirapl2/public_html/config/'
protected plugins => object( Cake\Core\PluginCollection ) id: 3 {
}
protected controllerFactory => object( Cake\Controller\ControllerFactory ) id: 4 {
}
protected container => object( Cake\Core\Container ) id: 5 {
}
protected _eventManager => object( Cake\Event\EventManager ) id: 6 {
}
protected _eventClass => 'Cake\Event\Event'
}
}
if ( $method === 'GET' && $cookieData === null ) {
$token = $this -> createToken ();
$request = $request -> withAttribute ( 'csrfToken' , $this -> saltToken ( $token ));
/** @var mixed $response */
$response = $handler -> handle ( $request );
return $this -> _addTokenCookie ( $token , $request , $response );
}
Arguments
object( Cake\Http\ServerRequest ) id: 0 {
trustProxy => false
protected params => [
'controller' => 'PoliticaDeCookies' ,
'pass' => [
] ,
'action' => 'index' ,
'plugin' => null ,
'_matchedRoute' => '/{controller}' ,
'_ext' => null ,
]
protected data => [
]
protected query => [
]
protected cookies => [
]
protected _environment => [
'USER' => 'casabrasileirapl2' ,
'HOME' => '/home/storage/c/35/50/casabrasileirapl2' ,
'ORACLE_HOME' => '/usr/lib/oracle/21/client64/lib' ,
'SCRIPT_NAME' => '/webroot/index.php' ,
'REQUEST_URI' => '/politica-de-cookies' ,
'QUERY_STRING' => '' ,
'REQUEST_METHOD' => 'GET' ,
'SERVER_PROTOCOL' => 'HTTP/1.1' ,
'GATEWAY_INTERFACE' => 'CGI/1.1' ,
'REDIRECT_URL' => '/webroot/politica-de-cookies' ,
'REMOTE_PORT' => '37318' ,
'SCRIPT_FILENAME' => '/home/storage/c/35/50/casabrasileirapl2/public_html/webroot/index.php' ,
'SERVER_ADMIN' => 'webmaster@casabrasileiraplanejados.com.br' ,
'CONTEXT_DOCUMENT_ROOT' => '/home/storage/c/35/50/casabrasileirapl2/public_html' ,
'CONTEXT_PREFIX' => '' ,
'REQUEST_SCHEME' => 'https' ,
'DOCUMENT_ROOT' => '/home/storage/c/35/50/casabrasileirapl2/public_html' ,
'REMOTE_ADDR' => '18.216.45.133' ,
'SERVER_PORT' => '443' ,
'SERVER_ADDR' => '127.0.0.1' ,
'SERVER_NAME' => 'www.casabrasileiraplanejados.com.br' ,
'SERVER_SOFTWARE' => 'Apache' ,
'SERVER_SIGNATURE' => '' ,
'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin' ,
'HTTP_ACCEPT_ENCODING' => 'gzip, br, zstd, deflate' ,
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)' ,
'HTTP_ACCEPT' => '*/*' ,
'HTTP_HOST' => 'www.casabrasileiraplanejados.com.br' ,
'HTTP_X_FORWARDED_SERVER' => 'www.casabrasileiraplanejados.com.br' ,
'HTTP_X_FORWARDED_PROTO' => 'https' ,
'HTTP_X_FORWARDED_HOST' => 'www.casabrasileiraplanejados.com.br:443' ,
'HTTP_X_REAL_IP' => '18.216.45.133' ,
'HTTP_LW_X_ID' => 'd4f48732f1b917a58f595e5e17571f0e.430877-18.216.45.133:1411@dinesh8086' ,
'HTTPS' => 'on' ,
'LOG_SUBDIR' => 'casabrasileirapl2' ,
'UNIQUE_ID' => 'aBMuyDtXFRrktsCCqiGPrAAAAYM' ,
'REDIRECT_STATUS' => '200' ,
'REDIRECT_HTTPS' => 'on' ,
'REDIRECT_LOG_SUBDIR' => 'casabrasileirapl2' ,
'REDIRECT_UNIQUE_ID' => 'aBMuyDtXFRrktsCCqiGPrAAAAYM' ,
'REDIRECT_REDIRECT_STATUS' => '200' ,
'REDIRECT_REDIRECT_HTTPS' => 'on' ,
'REDIRECT_REDIRECT_LOG_SUBDIR' => 'casabrasileirapl2' ,
'REDIRECT_REDIRECT_UNIQUE_ID' => 'aBMuyDtXFRrktsCCqiGPrAAAAYM' ,
'FCGI_ROLE' => 'RESPONDER' ,
'PHP_SELF' => '/webroot/index.php' ,
'REQUEST_TIME_FLOAT' => (float) 1746087624.9984 ,
'REQUEST_TIME' => (int) 1746087624 ,
'ORIGINAL_REQUEST_METHOD' => 'GET' ,
]
protected base => ''
protected webroot => '/'
protected trustedProxies => [
]
protected _detectors => [
'get' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'GET' ,
] ,
'post' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'POST' ,
] ,
'put' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'PUT' ,
] ,
'patch' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'PATCH' ,
] ,
'delete' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'DELETE' ,
] ,
'head' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'HEAD' ,
] ,
'options' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'OPTIONS' ,
] ,
'ssl' => [
'env' => 'HTTPS' ,
'options' => [
'' => [maximum depth reached] ,
] ,
] ,
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH' ,
'value' => 'XMLHttpRequest' ,
] ,
'json' => [
'accept' => [
'' => [maximum depth reached] ,
] ,
'param' => '_ext' ,
'value' => 'json' ,
] ,
'xml' => [
'accept' => [
'' => [maximum depth reached] ,
] ,
'param' => '_ext' ,
'value' => 'xml' ,
] ,
'mobile' => object( Closure ) id: 1 {
} ,
'tablet' => object( Closure ) id: 2 {
} ,
]
protected _detectorCache => [
]
protected stream => object( Laminas\Diactoros\PhpInputStream ) id: 3 {
protected resource => (resource) Resource id #144
protected stream => 'php://input'
private cache => ''
private reachedEof => false
}
protected uri => object( Laminas\Diactoros\Uri ) id: 4 {
base => ''
webroot => '/'
protected allowedSchemes => [
'' => [maximum depth reached] ,
]
private scheme => 'https'
private userInfo => ''
private host => 'www.casabrasileiraplanejados.com.br'
private port => (int) 443
private path => '/politica-de-cookies'
private query => ''
private fragment => ''
private uriString => null
}
protected session => object( Cake\Http\Session ) id: 5 {
protected _engine => null
protected _started => null
protected _lifetime => (int) 1440
protected _isCLI => false
}
protected flash => object( Cake\Http\FlashMessage ) id: 6 {
protected _defaultConfig => [
'' => [maximum depth reached] ,
]
protected session => object( Cake\Http\Session ) id: 5 {}
protected _config => [
'' => [maximum depth reached] ,
]
protected _configInitialized => true
}
protected attributes => [
'csrfToken' => '/tPU45wtVXaiVmkOlPxoAQr+zUJp819n5FJxqX9ZmOeciqjwFIhYbOkDoROtkawfv7aRkDb0vIVlj9li9eC8q3Q8yJ3sqdEIOsr6dQ/HaF/cZhPPTGGog6WykMkmuWFb3zuUdpumyXmI1PenAMWEsg==' ,
]
protected emulatedAttributes => [
(int) 0 => 'session' ,
(int) 1 => 'flash' ,
(int) 2 => 'webroot' ,
(int) 3 => 'base' ,
(int) 4 => 'params' ,
(int) 5 => 'here' ,
]
protected uploadedFiles => [
]
protected protocol => null
protected requestTarget => null
}
if ( $this -> queue -> valid ()) {
$middleware = $this -> queue -> current ();
$this -> queue -> next ();
return $middleware -> process ( $request , $this );
}
if ( $this -> fallbackHandler ) {
return $this -> fallbackHandler -> handle ( $request );
Arguments
object( Cake\Http\ServerRequest ) id: 0 {
trustProxy => false
protected params => [
'controller' => 'PoliticaDeCookies' ,
'pass' => [
] ,
'action' => 'index' ,
'plugin' => null ,
'_matchedRoute' => '/{controller}' ,
'_ext' => null ,
]
protected data => [
]
protected query => [
]
protected cookies => [
]
protected _environment => [
'USER' => 'casabrasileirapl2' ,
'HOME' => '/home/storage/c/35/50/casabrasileirapl2' ,
'ORACLE_HOME' => '/usr/lib/oracle/21/client64/lib' ,
'SCRIPT_NAME' => '/webroot/index.php' ,
'REQUEST_URI' => '/politica-de-cookies' ,
'QUERY_STRING' => '' ,
'REQUEST_METHOD' => 'GET' ,
'SERVER_PROTOCOL' => 'HTTP/1.1' ,
'GATEWAY_INTERFACE' => 'CGI/1.1' ,
'REDIRECT_URL' => '/webroot/politica-de-cookies' ,
'REMOTE_PORT' => '37318' ,
'SCRIPT_FILENAME' => '/home/storage/c/35/50/casabrasileirapl2/public_html/webroot/index.php' ,
'SERVER_ADMIN' => 'webmaster@casabrasileiraplanejados.com.br' ,
'CONTEXT_DOCUMENT_ROOT' => '/home/storage/c/35/50/casabrasileirapl2/public_html' ,
'CONTEXT_PREFIX' => '' ,
'REQUEST_SCHEME' => 'https' ,
'DOCUMENT_ROOT' => '/home/storage/c/35/50/casabrasileirapl2/public_html' ,
'REMOTE_ADDR' => '18.216.45.133' ,
'SERVER_PORT' => '443' ,
'SERVER_ADDR' => '127.0.0.1' ,
'SERVER_NAME' => 'www.casabrasileiraplanejados.com.br' ,
'SERVER_SOFTWARE' => 'Apache' ,
'SERVER_SIGNATURE' => '' ,
'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin' ,
'HTTP_ACCEPT_ENCODING' => 'gzip, br, zstd, deflate' ,
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)' ,
'HTTP_ACCEPT' => '*/*' ,
'HTTP_HOST' => 'www.casabrasileiraplanejados.com.br' ,
'HTTP_X_FORWARDED_SERVER' => 'www.casabrasileiraplanejados.com.br' ,
'HTTP_X_FORWARDED_PROTO' => 'https' ,
'HTTP_X_FORWARDED_HOST' => 'www.casabrasileiraplanejados.com.br:443' ,
'HTTP_X_REAL_IP' => '18.216.45.133' ,
'HTTP_LW_X_ID' => 'd4f48732f1b917a58f595e5e17571f0e.430877-18.216.45.133:1411@dinesh8086' ,
'HTTPS' => 'on' ,
'LOG_SUBDIR' => 'casabrasileirapl2' ,
'UNIQUE_ID' => 'aBMuyDtXFRrktsCCqiGPrAAAAYM' ,
'REDIRECT_STATUS' => '200' ,
'REDIRECT_HTTPS' => 'on' ,
'REDIRECT_LOG_SUBDIR' => 'casabrasileirapl2' ,
'REDIRECT_UNIQUE_ID' => 'aBMuyDtXFRrktsCCqiGPrAAAAYM' ,
'REDIRECT_REDIRECT_STATUS' => '200' ,
'REDIRECT_REDIRECT_HTTPS' => 'on' ,
'REDIRECT_REDIRECT_LOG_SUBDIR' => 'casabrasileirapl2' ,
'REDIRECT_REDIRECT_UNIQUE_ID' => 'aBMuyDtXFRrktsCCqiGPrAAAAYM' ,
'FCGI_ROLE' => 'RESPONDER' ,
'PHP_SELF' => '/webroot/index.php' ,
'REQUEST_TIME_FLOAT' => (float) 1746087624.9984 ,
'REQUEST_TIME' => (int) 1746087624 ,
'ORIGINAL_REQUEST_METHOD' => 'GET' ,
]
protected base => ''
protected webroot => '/'
protected trustedProxies => [
]
protected _detectors => [
'get' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'GET' ,
] ,
'post' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'POST' ,
] ,
'put' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'PUT' ,
] ,
'patch' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'PATCH' ,
] ,
'delete' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'DELETE' ,
] ,
'head' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'HEAD' ,
] ,
'options' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'OPTIONS' ,
] ,
'ssl' => [
'env' => 'HTTPS' ,
'options' => [
'' => [maximum depth reached] ,
] ,
] ,
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH' ,
'value' => 'XMLHttpRequest' ,
] ,
'json' => [
'accept' => [
'' => [maximum depth reached] ,
] ,
'param' => '_ext' ,
'value' => 'json' ,
] ,
'xml' => [
'accept' => [
'' => [maximum depth reached] ,
] ,
'param' => '_ext' ,
'value' => 'xml' ,
] ,
'mobile' => object( Closure ) id: 1 {
} ,
'tablet' => object( Closure ) id: 2 {
} ,
]
protected _detectorCache => [
]
protected stream => object( Laminas\Diactoros\PhpInputStream ) id: 3 {
protected resource => (resource) Resource id #144
protected stream => 'php://input'
private cache => ''
private reachedEof => false
}
protected uri => object( Laminas\Diactoros\Uri ) id: 4 {
base => ''
webroot => '/'
protected allowedSchemes => [
'' => [maximum depth reached] ,
]
private scheme => 'https'
private userInfo => ''
private host => 'www.casabrasileiraplanejados.com.br'
private port => (int) 443
private path => '/politica-de-cookies'
private query => ''
private fragment => ''
private uriString => null
}
protected session => object( Cake\Http\Session ) id: 5 {
protected _engine => null
protected _started => null
protected _lifetime => (int) 1440
protected _isCLI => false
}
protected flash => object( Cake\Http\FlashMessage ) id: 6 {
protected _defaultConfig => [
'' => [maximum depth reached] ,
]
protected session => object( Cake\Http\Session ) id: 5 {}
protected _config => [
'' => [maximum depth reached] ,
]
protected _configInitialized => true
}
protected attributes => [
'csrfToken' => '/tPU45wtVXaiVmkOlPxoAQr+zUJp819n5FJxqX9ZmOeciqjwFIhYbOkDoROtkawfv7aRkDb0vIVlj9li9eC8q3Q8yJ3sqdEIOsr6dQ/HaF/cZhPPTGGog6WykMkmuWFb3zuUdpumyXmI1PenAMWEsg==' ,
]
protected emulatedAttributes => [
(int) 0 => 'session' ,
(int) 1 => 'flash' ,
(int) 2 => 'webroot' ,
(int) 3 => 'base' ,
(int) 4 => 'params' ,
(int) 5 => 'here' ,
]
protected uploadedFiles => [
]
protected protocol => null
protected requestTarget => null
}
object( Cake\Http\Runner ) id: 0 {
protected queue => object( Cake\Http\MiddlewareQueue ) id: 1 {
protected position => (int) 6
protected queue => [
'' => [maximum depth reached] ,
]
}
protected fallbackHandler => object( App\Application ) id: 2 {
protected configDir => '/home/storage/c/35/50/casabrasileirapl2/public_html/config/'
protected plugins => object( Cake\Core\PluginCollection ) id: 3 {
}
protected controllerFactory => object( Cake\Controller\ControllerFactory ) id: 4 {
}
protected container => object( Cake\Core\Container ) id: 5 {
}
protected _eventManager => object( Cake\Event\EventManager ) id: 6 {
}
protected _eventClass => 'Cake\Event\Event'
}
}
*/
public function process ( ServerRequestInterface $request , RequestHandlerInterface $handler ): ResponseInterface
{
if (! in_array ( $request -> getMethod (), $this -> methods , true )) {
return $handler -> handle ( $request );
}
[ $type ] = explode ( ';' , $request -> getHeaderLine ( 'Content-Type' ));
$type = strtolower ( $type );
if (!isset( $this -> parsers [ $type ])) {
Arguments
object( Cake\Http\ServerRequest ) id: 0 {
trustProxy => false
protected params => [
'controller' => 'PoliticaDeCookies' ,
'pass' => [
] ,
'action' => 'index' ,
'plugin' => null ,
'_matchedRoute' => '/{controller}' ,
'_ext' => null ,
]
protected data => [
]
protected query => [
]
protected cookies => [
]
protected _environment => [
'USER' => 'casabrasileirapl2' ,
'HOME' => '/home/storage/c/35/50/casabrasileirapl2' ,
'ORACLE_HOME' => '/usr/lib/oracle/21/client64/lib' ,
'SCRIPT_NAME' => '/webroot/index.php' ,
'REQUEST_URI' => '/politica-de-cookies' ,
'QUERY_STRING' => '' ,
'REQUEST_METHOD' => 'GET' ,
'SERVER_PROTOCOL' => 'HTTP/1.1' ,
'GATEWAY_INTERFACE' => 'CGI/1.1' ,
'REDIRECT_URL' => '/webroot/politica-de-cookies' ,
'REMOTE_PORT' => '37318' ,
'SCRIPT_FILENAME' => '/home/storage/c/35/50/casabrasileirapl2/public_html/webroot/index.php' ,
'SERVER_ADMIN' => 'webmaster@casabrasileiraplanejados.com.br' ,
'CONTEXT_DOCUMENT_ROOT' => '/home/storage/c/35/50/casabrasileirapl2/public_html' ,
'CONTEXT_PREFIX' => '' ,
'REQUEST_SCHEME' => 'https' ,
'DOCUMENT_ROOT' => '/home/storage/c/35/50/casabrasileirapl2/public_html' ,
'REMOTE_ADDR' => '18.216.45.133' ,
'SERVER_PORT' => '443' ,
'SERVER_ADDR' => '127.0.0.1' ,
'SERVER_NAME' => 'www.casabrasileiraplanejados.com.br' ,
'SERVER_SOFTWARE' => 'Apache' ,
'SERVER_SIGNATURE' => '' ,
'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin' ,
'HTTP_ACCEPT_ENCODING' => 'gzip, br, zstd, deflate' ,
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)' ,
'HTTP_ACCEPT' => '*/*' ,
'HTTP_HOST' => 'www.casabrasileiraplanejados.com.br' ,
'HTTP_X_FORWARDED_SERVER' => 'www.casabrasileiraplanejados.com.br' ,
'HTTP_X_FORWARDED_PROTO' => 'https' ,
'HTTP_X_FORWARDED_HOST' => 'www.casabrasileiraplanejados.com.br:443' ,
'HTTP_X_REAL_IP' => '18.216.45.133' ,
'HTTP_LW_X_ID' => 'd4f48732f1b917a58f595e5e17571f0e.430877-18.216.45.133:1411@dinesh8086' ,
'HTTPS' => 'on' ,
'LOG_SUBDIR' => 'casabrasileirapl2' ,
'UNIQUE_ID' => 'aBMuyDtXFRrktsCCqiGPrAAAAYM' ,
'REDIRECT_STATUS' => '200' ,
'REDIRECT_HTTPS' => 'on' ,
'REDIRECT_LOG_SUBDIR' => 'casabrasileirapl2' ,
'REDIRECT_UNIQUE_ID' => 'aBMuyDtXFRrktsCCqiGPrAAAAYM' ,
'REDIRECT_REDIRECT_STATUS' => '200' ,
'REDIRECT_REDIRECT_HTTPS' => 'on' ,
'REDIRECT_REDIRECT_LOG_SUBDIR' => 'casabrasileirapl2' ,
'REDIRECT_REDIRECT_UNIQUE_ID' => 'aBMuyDtXFRrktsCCqiGPrAAAAYM' ,
'FCGI_ROLE' => 'RESPONDER' ,
'PHP_SELF' => '/webroot/index.php' ,
'REQUEST_TIME_FLOAT' => (float) 1746087624.9984 ,
'REQUEST_TIME' => (int) 1746087624 ,
'ORIGINAL_REQUEST_METHOD' => 'GET' ,
]
protected base => ''
protected webroot => '/'
protected trustedProxies => [
]
protected _detectors => [
'get' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'GET' ,
] ,
'post' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'POST' ,
] ,
'put' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'PUT' ,
] ,
'patch' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'PATCH' ,
] ,
'delete' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'DELETE' ,
] ,
'head' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'HEAD' ,
] ,
'options' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'OPTIONS' ,
] ,
'ssl' => [
'env' => 'HTTPS' ,
'options' => [
'' => [maximum depth reached] ,
] ,
] ,
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH' ,
'value' => 'XMLHttpRequest' ,
] ,
'json' => [
'accept' => [
'' => [maximum depth reached] ,
] ,
'param' => '_ext' ,
'value' => 'json' ,
] ,
'xml' => [
'accept' => [
'' => [maximum depth reached] ,
] ,
'param' => '_ext' ,
'value' => 'xml' ,
] ,
'mobile' => object( Closure ) id: 1 {
} ,
'tablet' => object( Closure ) id: 2 {
} ,
]
protected _detectorCache => [
]
protected stream => object( Laminas\Diactoros\PhpInputStream ) id: 3 {
protected resource => (resource) Resource id #144
protected stream => 'php://input'
private cache => ''
private reachedEof => false
}
protected uri => object( Laminas\Diactoros\Uri ) id: 4 {
base => ''
webroot => '/'
protected allowedSchemes => [
'' => [maximum depth reached] ,
]
private scheme => 'https'
private userInfo => ''
private host => 'www.casabrasileiraplanejados.com.br'
private port => (int) 443
private path => '/politica-de-cookies'
private query => ''
private fragment => ''
private uriString => null
}
protected session => object( Cake\Http\Session ) id: 5 {
protected _engine => null
protected _started => null
protected _lifetime => (int) 1440
protected _isCLI => false
}
protected flash => object( Cake\Http\FlashMessage ) id: 6 {
protected _defaultConfig => [
'' => [maximum depth reached] ,
]
protected session => object( Cake\Http\Session ) id: 5 {}
protected _config => [
'' => [maximum depth reached] ,
]
protected _configInitialized => true
}
protected attributes => [
]
protected emulatedAttributes => [
(int) 0 => 'session' ,
(int) 1 => 'flash' ,
(int) 2 => 'webroot' ,
(int) 3 => 'base' ,
(int) 4 => 'params' ,
(int) 5 => 'here' ,
]
protected uploadedFiles => [
]
protected protocol => null
protected requestTarget => null
}
if ( $this -> queue -> valid ()) {
$middleware = $this -> queue -> current ();
$this -> queue -> next ();
return $middleware -> process ( $request , $this );
}
if ( $this -> fallbackHandler ) {
return $this -> fallbackHandler -> handle ( $request );
Arguments
object( Cake\Http\ServerRequest ) id: 0 {
trustProxy => false
protected params => [
'controller' => 'PoliticaDeCookies' ,
'pass' => [
] ,
'action' => 'index' ,
'plugin' => null ,
'_matchedRoute' => '/{controller}' ,
'_ext' => null ,
]
protected data => [
]
protected query => [
]
protected cookies => [
]
protected _environment => [
'USER' => 'casabrasileirapl2' ,
'HOME' => '/home/storage/c/35/50/casabrasileirapl2' ,
'ORACLE_HOME' => '/usr/lib/oracle/21/client64/lib' ,
'SCRIPT_NAME' => '/webroot/index.php' ,
'REQUEST_URI' => '/politica-de-cookies' ,
'QUERY_STRING' => '' ,
'REQUEST_METHOD' => 'GET' ,
'SERVER_PROTOCOL' => 'HTTP/1.1' ,
'GATEWAY_INTERFACE' => 'CGI/1.1' ,
'REDIRECT_URL' => '/webroot/politica-de-cookies' ,
'REMOTE_PORT' => '37318' ,
'SCRIPT_FILENAME' => '/home/storage/c/35/50/casabrasileirapl2/public_html/webroot/index.php' ,
'SERVER_ADMIN' => 'webmaster@casabrasileiraplanejados.com.br' ,
'CONTEXT_DOCUMENT_ROOT' => '/home/storage/c/35/50/casabrasileirapl2/public_html' ,
'CONTEXT_PREFIX' => '' ,
'REQUEST_SCHEME' => 'https' ,
'DOCUMENT_ROOT' => '/home/storage/c/35/50/casabrasileirapl2/public_html' ,
'REMOTE_ADDR' => '18.216.45.133' ,
'SERVER_PORT' => '443' ,
'SERVER_ADDR' => '127.0.0.1' ,
'SERVER_NAME' => 'www.casabrasileiraplanejados.com.br' ,
'SERVER_SOFTWARE' => 'Apache' ,
'SERVER_SIGNATURE' => '' ,
'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin' ,
'HTTP_ACCEPT_ENCODING' => 'gzip, br, zstd, deflate' ,
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)' ,
'HTTP_ACCEPT' => '*/*' ,
'HTTP_HOST' => 'www.casabrasileiraplanejados.com.br' ,
'HTTP_X_FORWARDED_SERVER' => 'www.casabrasileiraplanejados.com.br' ,
'HTTP_X_FORWARDED_PROTO' => 'https' ,
'HTTP_X_FORWARDED_HOST' => 'www.casabrasileiraplanejados.com.br:443' ,
'HTTP_X_REAL_IP' => '18.216.45.133' ,
'HTTP_LW_X_ID' => 'd4f48732f1b917a58f595e5e17571f0e.430877-18.216.45.133:1411@dinesh8086' ,
'HTTPS' => 'on' ,
'LOG_SUBDIR' => 'casabrasileirapl2' ,
'UNIQUE_ID' => 'aBMuyDtXFRrktsCCqiGPrAAAAYM' ,
'REDIRECT_STATUS' => '200' ,
'REDIRECT_HTTPS' => 'on' ,
'REDIRECT_LOG_SUBDIR' => 'casabrasileirapl2' ,
'REDIRECT_UNIQUE_ID' => 'aBMuyDtXFRrktsCCqiGPrAAAAYM' ,
'REDIRECT_REDIRECT_STATUS' => '200' ,
'REDIRECT_REDIRECT_HTTPS' => 'on' ,
'REDIRECT_REDIRECT_LOG_SUBDIR' => 'casabrasileirapl2' ,
'REDIRECT_REDIRECT_UNIQUE_ID' => 'aBMuyDtXFRrktsCCqiGPrAAAAYM' ,
'FCGI_ROLE' => 'RESPONDER' ,
'PHP_SELF' => '/webroot/index.php' ,
'REQUEST_TIME_FLOAT' => (float) 1746087624.9984 ,
'REQUEST_TIME' => (int) 1746087624 ,
'ORIGINAL_REQUEST_METHOD' => 'GET' ,
]
protected base => ''
protected webroot => '/'
protected trustedProxies => [
]
protected _detectors => [
'get' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'GET' ,
] ,
'post' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'POST' ,
] ,
'put' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'PUT' ,
] ,
'patch' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'PATCH' ,
] ,
'delete' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'DELETE' ,
] ,
'head' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'HEAD' ,
] ,
'options' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'OPTIONS' ,
] ,
'ssl' => [
'env' => 'HTTPS' ,
'options' => [
'' => [maximum depth reached] ,
] ,
] ,
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH' ,
'value' => 'XMLHttpRequest' ,
] ,
'json' => [
'accept' => [
'' => [maximum depth reached] ,
] ,
'param' => '_ext' ,
'value' => 'json' ,
] ,
'xml' => [
'accept' => [
'' => [maximum depth reached] ,
] ,
'param' => '_ext' ,
'value' => 'xml' ,
] ,
'mobile' => object( Closure ) id: 1 {
} ,
'tablet' => object( Closure ) id: 2 {
} ,
]
protected _detectorCache => [
]
protected stream => object( Laminas\Diactoros\PhpInputStream ) id: 3 {
protected resource => (resource) Resource id #144
protected stream => 'php://input'
private cache => ''
private reachedEof => false
}
protected uri => object( Laminas\Diactoros\Uri ) id: 4 {
base => ''
webroot => '/'
protected allowedSchemes => [
'' => [maximum depth reached] ,
]
private scheme => 'https'
private userInfo => ''
private host => 'www.casabrasileiraplanejados.com.br'
private port => (int) 443
private path => '/politica-de-cookies'
private query => ''
private fragment => ''
private uriString => null
}
protected session => object( Cake\Http\Session ) id: 5 {
protected _engine => null
protected _started => null
protected _lifetime => (int) 1440
protected _isCLI => false
}
protected flash => object( Cake\Http\FlashMessage ) id: 6 {
protected _defaultConfig => [
'' => [maximum depth reached] ,
]
protected session => object( Cake\Http\Session ) id: 5 {}
protected _config => [
'' => [maximum depth reached] ,
]
protected _configInitialized => true
}
protected attributes => [
]
protected emulatedAttributes => [
(int) 0 => 'session' ,
(int) 1 => 'flash' ,
(int) 2 => 'webroot' ,
(int) 3 => 'base' ,
(int) 4 => 'params' ,
(int) 5 => 'here' ,
]
protected uploadedFiles => [
]
protected protocol => null
protected requestTarget => null
}
object( Cake\Http\Runner ) id: 0 {
protected queue => object( Cake\Http\MiddlewareQueue ) id: 1 {
protected position => (int) 6
protected queue => [
'' => [maximum depth reached] ,
]
}
protected fallbackHandler => object( App\Application ) id: 2 {
protected configDir => '/home/storage/c/35/50/casabrasileirapl2/public_html/config/'
protected plugins => object( Cake\Core\PluginCollection ) id: 3 {
}
protected controllerFactory => object( Cake\Controller\ControllerFactory ) id: 4 {
}
protected container => object( Cake\Core\Container ) id: 5 {
}
protected _eventManager => object( Cake\Event\EventManager ) id: 6 {
}
protected _eventClass => 'Cake\Event\Event'
}
}
);
}
$matching = Router :: getRouteCollection ()-> getMiddleware ( $middleware );
if (! $matching ) {
return $handler -> handle ( $request );
}
$middleware = new MiddlewareQueue ( $matching );
$runner = new Runner ();
Arguments
object( Cake\Http\ServerRequest ) id: 0 {
trustProxy => false
protected params => [
'controller' => 'PoliticaDeCookies' ,
'pass' => [
] ,
'action' => 'index' ,
'plugin' => null ,
'_matchedRoute' => '/{controller}' ,
'_ext' => null ,
]
protected data => [
]
protected query => [
]
protected cookies => [
]
protected _environment => [
'USER' => 'casabrasileirapl2' ,
'HOME' => '/home/storage/c/35/50/casabrasileirapl2' ,
'ORACLE_HOME' => '/usr/lib/oracle/21/client64/lib' ,
'SCRIPT_NAME' => '/webroot/index.php' ,
'REQUEST_URI' => '/politica-de-cookies' ,
'QUERY_STRING' => '' ,
'REQUEST_METHOD' => 'GET' ,
'SERVER_PROTOCOL' => 'HTTP/1.1' ,
'GATEWAY_INTERFACE' => 'CGI/1.1' ,
'REDIRECT_URL' => '/webroot/politica-de-cookies' ,
'REMOTE_PORT' => '37318' ,
'SCRIPT_FILENAME' => '/home/storage/c/35/50/casabrasileirapl2/public_html/webroot/index.php' ,
'SERVER_ADMIN' => 'webmaster@casabrasileiraplanejados.com.br' ,
'CONTEXT_DOCUMENT_ROOT' => '/home/storage/c/35/50/casabrasileirapl2/public_html' ,
'CONTEXT_PREFIX' => '' ,
'REQUEST_SCHEME' => 'https' ,
'DOCUMENT_ROOT' => '/home/storage/c/35/50/casabrasileirapl2/public_html' ,
'REMOTE_ADDR' => '18.216.45.133' ,
'SERVER_PORT' => '443' ,
'SERVER_ADDR' => '127.0.0.1' ,
'SERVER_NAME' => 'www.casabrasileiraplanejados.com.br' ,
'SERVER_SOFTWARE' => 'Apache' ,
'SERVER_SIGNATURE' => '' ,
'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin' ,
'HTTP_ACCEPT_ENCODING' => 'gzip, br, zstd, deflate' ,
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)' ,
'HTTP_ACCEPT' => '*/*' ,
'HTTP_HOST' => 'www.casabrasileiraplanejados.com.br' ,
'HTTP_X_FORWARDED_SERVER' => 'www.casabrasileiraplanejados.com.br' ,
'HTTP_X_FORWARDED_PROTO' => 'https' ,
'HTTP_X_FORWARDED_HOST' => 'www.casabrasileiraplanejados.com.br:443' ,
'HTTP_X_REAL_IP' => '18.216.45.133' ,
'HTTP_LW_X_ID' => 'd4f48732f1b917a58f595e5e17571f0e.430877-18.216.45.133:1411@dinesh8086' ,
'HTTPS' => 'on' ,
'LOG_SUBDIR' => 'casabrasileirapl2' ,
'UNIQUE_ID' => 'aBMuyDtXFRrktsCCqiGPrAAAAYM' ,
'REDIRECT_STATUS' => '200' ,
'REDIRECT_HTTPS' => 'on' ,
'REDIRECT_LOG_SUBDIR' => 'casabrasileirapl2' ,
'REDIRECT_UNIQUE_ID' => 'aBMuyDtXFRrktsCCqiGPrAAAAYM' ,
'REDIRECT_REDIRECT_STATUS' => '200' ,
'REDIRECT_REDIRECT_HTTPS' => 'on' ,
'REDIRECT_REDIRECT_LOG_SUBDIR' => 'casabrasileirapl2' ,
'REDIRECT_REDIRECT_UNIQUE_ID' => 'aBMuyDtXFRrktsCCqiGPrAAAAYM' ,
'FCGI_ROLE' => 'RESPONDER' ,
'PHP_SELF' => '/webroot/index.php' ,
'REQUEST_TIME_FLOAT' => (float) 1746087624.9984 ,
'REQUEST_TIME' => (int) 1746087624 ,
'ORIGINAL_REQUEST_METHOD' => 'GET' ,
]
protected base => ''
protected webroot => '/'
protected trustedProxies => [
]
protected _detectors => [
'get' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'GET' ,
] ,
'post' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'POST' ,
] ,
'put' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'PUT' ,
] ,
'patch' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'PATCH' ,
] ,
'delete' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'DELETE' ,
] ,
'head' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'HEAD' ,
] ,
'options' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'OPTIONS' ,
] ,
'ssl' => [
'env' => 'HTTPS' ,
'options' => [
'' => [maximum depth reached] ,
] ,
] ,
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH' ,
'value' => 'XMLHttpRequest' ,
] ,
'json' => [
'accept' => [
'' => [maximum depth reached] ,
] ,
'param' => '_ext' ,
'value' => 'json' ,
] ,
'xml' => [
'accept' => [
'' => [maximum depth reached] ,
] ,
'param' => '_ext' ,
'value' => 'xml' ,
] ,
'mobile' => object( Closure ) id: 1 {
} ,
'tablet' => object( Closure ) id: 2 {
} ,
]
protected _detectorCache => [
]
protected stream => object( Laminas\Diactoros\PhpInputStream ) id: 3 {
protected resource => (resource) Resource id #144
protected stream => 'php://input'
private cache => ''
private reachedEof => false
}
protected uri => object( Laminas\Diactoros\Uri ) id: 4 {
base => ''
webroot => '/'
protected allowedSchemes => [
'' => [maximum depth reached] ,
]
private scheme => 'https'
private userInfo => ''
private host => 'www.casabrasileiraplanejados.com.br'
private port => (int) 443
private path => '/politica-de-cookies'
private query => ''
private fragment => ''
private uriString => null
}
protected session => object( Cake\Http\Session ) id: 5 {
protected _engine => null
protected _started => null
protected _lifetime => (int) 1440
protected _isCLI => false
}
protected flash => object( Cake\Http\FlashMessage ) id: 6 {
protected _defaultConfig => [
'' => [maximum depth reached] ,
]
protected session => object( Cake\Http\Session ) id: 5 {}
protected _config => [
'' => [maximum depth reached] ,
]
protected _configInitialized => true
}
protected attributes => [
]
protected emulatedAttributes => [
(int) 0 => 'session' ,
(int) 1 => 'flash' ,
(int) 2 => 'webroot' ,
(int) 3 => 'base' ,
(int) 4 => 'params' ,
(int) 5 => 'here' ,
]
protected uploadedFiles => [
]
protected protocol => null
protected requestTarget => null
}
if ( $this -> queue -> valid ()) {
$middleware = $this -> queue -> current ();
$this -> queue -> next ();
return $middleware -> process ( $request , $this );
}
if ( $this -> fallbackHandler ) {
return $this -> fallbackHandler -> handle ( $request );
Arguments
object( Cake\Http\ServerRequest ) id: 0 {
trustProxy => false
protected params => [
'controller' => 'PoliticaDeCookies' ,
'pass' => [
] ,
'action' => 'index' ,
'plugin' => null ,
'_matchedRoute' => '/{controller}' ,
'_ext' => null ,
]
protected data => [
]
protected query => [
]
protected cookies => [
]
protected _environment => [
'USER' => 'casabrasileirapl2' ,
'HOME' => '/home/storage/c/35/50/casabrasileirapl2' ,
'ORACLE_HOME' => '/usr/lib/oracle/21/client64/lib' ,
'SCRIPT_NAME' => '/webroot/index.php' ,
'REQUEST_URI' => '/politica-de-cookies' ,
'QUERY_STRING' => '' ,
'REQUEST_METHOD' => 'GET' ,
'SERVER_PROTOCOL' => 'HTTP/1.1' ,
'GATEWAY_INTERFACE' => 'CGI/1.1' ,
'REDIRECT_URL' => '/webroot/politica-de-cookies' ,
'REMOTE_PORT' => '37318' ,
'SCRIPT_FILENAME' => '/home/storage/c/35/50/casabrasileirapl2/public_html/webroot/index.php' ,
'SERVER_ADMIN' => 'webmaster@casabrasileiraplanejados.com.br' ,
'CONTEXT_DOCUMENT_ROOT' => '/home/storage/c/35/50/casabrasileirapl2/public_html' ,
'CONTEXT_PREFIX' => '' ,
'REQUEST_SCHEME' => 'https' ,
'DOCUMENT_ROOT' => '/home/storage/c/35/50/casabrasileirapl2/public_html' ,
'REMOTE_ADDR' => '18.216.45.133' ,
'SERVER_PORT' => '443' ,
'SERVER_ADDR' => '127.0.0.1' ,
'SERVER_NAME' => 'www.casabrasileiraplanejados.com.br' ,
'SERVER_SOFTWARE' => 'Apache' ,
'SERVER_SIGNATURE' => '' ,
'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin' ,
'HTTP_ACCEPT_ENCODING' => 'gzip, br, zstd, deflate' ,
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)' ,
'HTTP_ACCEPT' => '*/*' ,
'HTTP_HOST' => 'www.casabrasileiraplanejados.com.br' ,
'HTTP_X_FORWARDED_SERVER' => 'www.casabrasileiraplanejados.com.br' ,
'HTTP_X_FORWARDED_PROTO' => 'https' ,
'HTTP_X_FORWARDED_HOST' => 'www.casabrasileiraplanejados.com.br:443' ,
'HTTP_X_REAL_IP' => '18.216.45.133' ,
'HTTP_LW_X_ID' => 'd4f48732f1b917a58f595e5e17571f0e.430877-18.216.45.133:1411@dinesh8086' ,
'HTTPS' => 'on' ,
'LOG_SUBDIR' => 'casabrasileirapl2' ,
'UNIQUE_ID' => 'aBMuyDtXFRrktsCCqiGPrAAAAYM' ,
'REDIRECT_STATUS' => '200' ,
'REDIRECT_HTTPS' => 'on' ,
'REDIRECT_LOG_SUBDIR' => 'casabrasileirapl2' ,
'REDIRECT_UNIQUE_ID' => 'aBMuyDtXFRrktsCCqiGPrAAAAYM' ,
'REDIRECT_REDIRECT_STATUS' => '200' ,
'REDIRECT_REDIRECT_HTTPS' => 'on' ,
'REDIRECT_REDIRECT_LOG_SUBDIR' => 'casabrasileirapl2' ,
'REDIRECT_REDIRECT_UNIQUE_ID' => 'aBMuyDtXFRrktsCCqiGPrAAAAYM' ,
'FCGI_ROLE' => 'RESPONDER' ,
'PHP_SELF' => '/webroot/index.php' ,
'REQUEST_TIME_FLOAT' => (float) 1746087624.9984 ,
'REQUEST_TIME' => (int) 1746087624 ,
'ORIGINAL_REQUEST_METHOD' => 'GET' ,
]
protected base => ''
protected webroot => '/'
protected trustedProxies => [
]
protected _detectors => [
'get' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'GET' ,
] ,
'post' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'POST' ,
] ,
'put' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'PUT' ,
] ,
'patch' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'PATCH' ,
] ,
'delete' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'DELETE' ,
] ,
'head' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'HEAD' ,
] ,
'options' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'OPTIONS' ,
] ,
'ssl' => [
'env' => 'HTTPS' ,
'options' => [
'' => [maximum depth reached] ,
] ,
] ,
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH' ,
'value' => 'XMLHttpRequest' ,
] ,
'json' => [
'accept' => [
'' => [maximum depth reached] ,
] ,
'param' => '_ext' ,
'value' => 'json' ,
] ,
'xml' => [
'accept' => [
'' => [maximum depth reached] ,
] ,
'param' => '_ext' ,
'value' => 'xml' ,
] ,
'mobile' => object( Closure ) id: 1 {
} ,
'tablet' => object( Closure ) id: 2 {
} ,
]
protected _detectorCache => [
]
protected stream => object( Laminas\Diactoros\PhpInputStream ) id: 3 {
protected resource => (resource) Resource id #144
protected stream => 'php://input'
private cache => ''
private reachedEof => false
}
protected uri => object( Laminas\Diactoros\Uri ) id: 4 {
base => ''
webroot => '/'
protected allowedSchemes => [
'' => [maximum depth reached] ,
]
private scheme => 'https'
private userInfo => ''
private host => 'www.casabrasileiraplanejados.com.br'
private port => (int) 443
private path => '/politica-de-cookies'
private query => ''
private fragment => ''
private uriString => null
}
protected session => object( Cake\Http\Session ) id: 5 {
protected _engine => null
protected _started => null
protected _lifetime => (int) 1440
protected _isCLI => false
}
protected flash => object( Cake\Http\FlashMessage ) id: 6 {
protected _defaultConfig => [
'' => [maximum depth reached] ,
]
protected session => object( Cake\Http\Session ) id: 5 {}
protected _config => [
'' => [maximum depth reached] ,
]
protected _configInitialized => true
}
protected attributes => [
]
protected emulatedAttributes => [
(int) 0 => 'session' ,
(int) 1 => 'flash' ,
(int) 2 => 'webroot' ,
(int) 3 => 'base' ,
(int) 4 => 'params' ,
(int) 5 => 'here' ,
]
protected uploadedFiles => [
]
protected protocol => null
protected requestTarget => null
}
object( Cake\Http\Runner ) id: 0 {
protected queue => object( Cake\Http\MiddlewareQueue ) id: 1 {
protected position => (int) 6
protected queue => [
'' => [maximum depth reached] ,
]
}
protected fallbackHandler => object( App\Application ) id: 2 {
protected configDir => '/home/storage/c/35/50/casabrasileirapl2/public_html/config/'
protected plugins => object( Cake\Core\PluginCollection ) id: 3 {
}
protected controllerFactory => object( Cake\Controller\ControllerFactory ) id: 4 {
}
protected container => object( Cake\Core\Container ) id: 5 {
}
protected _eventManager => object( Cake\Event\EventManager ) id: 6 {
}
protected _eventClass => 'Cake\Event\Event'
}
}
public function process ( ServerRequestInterface $request , RequestHandlerInterface $handler ): ResponseInterface
{
$url = $request -> getUri ()-> getPath ();
if ( strpos ( $url , '..' ) !== false || strpos ( $url , '.' ) === false ) {
return $handler -> handle ( $request );
}
if ( strpos ( $url , '/.' ) !== false ) {
return $handler -> handle ( $request );
Arguments
object( Cake\Http\ServerRequest ) id: 0 {
trustProxy => false
protected params => [
'plugin' => null ,
'controller' => null ,
'action' => null ,
'_ext' => null ,
'pass' => [
] ,
]
protected data => [
]
protected query => [
]
protected cookies => [
]
protected _environment => [
'USER' => 'casabrasileirapl2' ,
'HOME' => '/home/storage/c/35/50/casabrasileirapl2' ,
'ORACLE_HOME' => '/usr/lib/oracle/21/client64/lib' ,
'SCRIPT_NAME' => '/webroot/index.php' ,
'REQUEST_URI' => '/politica-de-cookies' ,
'QUERY_STRING' => '' ,
'REQUEST_METHOD' => 'GET' ,
'SERVER_PROTOCOL' => 'HTTP/1.1' ,
'GATEWAY_INTERFACE' => 'CGI/1.1' ,
'REDIRECT_URL' => '/webroot/politica-de-cookies' ,
'REMOTE_PORT' => '37318' ,
'SCRIPT_FILENAME' => '/home/storage/c/35/50/casabrasileirapl2/public_html/webroot/index.php' ,
'SERVER_ADMIN' => 'webmaster@casabrasileiraplanejados.com.br' ,
'CONTEXT_DOCUMENT_ROOT' => '/home/storage/c/35/50/casabrasileirapl2/public_html' ,
'CONTEXT_PREFIX' => '' ,
'REQUEST_SCHEME' => 'https' ,
'DOCUMENT_ROOT' => '/home/storage/c/35/50/casabrasileirapl2/public_html' ,
'REMOTE_ADDR' => '18.216.45.133' ,
'SERVER_PORT' => '443' ,
'SERVER_ADDR' => '127.0.0.1' ,
'SERVER_NAME' => 'www.casabrasileiraplanejados.com.br' ,
'SERVER_SOFTWARE' => 'Apache' ,
'SERVER_SIGNATURE' => '' ,
'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin' ,
'HTTP_ACCEPT_ENCODING' => 'gzip, br, zstd, deflate' ,
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)' ,
'HTTP_ACCEPT' => '*/*' ,
'HTTP_HOST' => 'www.casabrasileiraplanejados.com.br' ,
'HTTP_X_FORWARDED_SERVER' => 'www.casabrasileiraplanejados.com.br' ,
'HTTP_X_FORWARDED_PROTO' => 'https' ,
'HTTP_X_FORWARDED_HOST' => 'www.casabrasileiraplanejados.com.br:443' ,
'HTTP_X_REAL_IP' => '18.216.45.133' ,
'HTTP_LW_X_ID' => 'd4f48732f1b917a58f595e5e17571f0e.430877-18.216.45.133:1411@dinesh8086' ,
'HTTPS' => 'on' ,
'LOG_SUBDIR' => 'casabrasileirapl2' ,
'UNIQUE_ID' => 'aBMuyDtXFRrktsCCqiGPrAAAAYM' ,
'REDIRECT_STATUS' => '200' ,
'REDIRECT_HTTPS' => 'on' ,
'REDIRECT_LOG_SUBDIR' => 'casabrasileirapl2' ,
'REDIRECT_UNIQUE_ID' => 'aBMuyDtXFRrktsCCqiGPrAAAAYM' ,
'REDIRECT_REDIRECT_STATUS' => '200' ,
'REDIRECT_REDIRECT_HTTPS' => 'on' ,
'REDIRECT_REDIRECT_LOG_SUBDIR' => 'casabrasileirapl2' ,
'REDIRECT_REDIRECT_UNIQUE_ID' => 'aBMuyDtXFRrktsCCqiGPrAAAAYM' ,
'FCGI_ROLE' => 'RESPONDER' ,
'PHP_SELF' => '/webroot/index.php' ,
'REQUEST_TIME_FLOAT' => (float) 1746087624.9984 ,
'REQUEST_TIME' => (int) 1746087624 ,
'ORIGINAL_REQUEST_METHOD' => 'GET' ,
]
protected base => ''
protected webroot => '/'
protected trustedProxies => [
]
protected _detectors => [
'get' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'GET' ,
] ,
'post' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'POST' ,
] ,
'put' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'PUT' ,
] ,
'patch' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'PATCH' ,
] ,
'delete' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'DELETE' ,
] ,
'head' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'HEAD' ,
] ,
'options' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'OPTIONS' ,
] ,
'ssl' => [
'env' => 'HTTPS' ,
'options' => [
'' => [maximum depth reached] ,
] ,
] ,
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH' ,
'value' => 'XMLHttpRequest' ,
] ,
'json' => [
'accept' => [
'' => [maximum depth reached] ,
] ,
'param' => '_ext' ,
'value' => 'json' ,
] ,
'xml' => [
'accept' => [
'' => [maximum depth reached] ,
] ,
'param' => '_ext' ,
'value' => 'xml' ,
] ,
'mobile' => object( Closure ) id: 1 {
} ,
'tablet' => object( Closure ) id: 2 {
} ,
]
protected _detectorCache => [
]
protected stream => object( Laminas\Diactoros\PhpInputStream ) id: 3 {
protected resource => (resource) Resource id #144
protected stream => 'php://input'
private cache => ''
private reachedEof => false
}
protected uri => object( Laminas\Diactoros\Uri ) id: 4 {
base => ''
webroot => '/'
protected allowedSchemes => [
'' => [maximum depth reached] ,
]
private scheme => 'https'
private userInfo => ''
private host => 'www.casabrasileiraplanejados.com.br'
private port => (int) 443
private path => '/politica-de-cookies'
private query => ''
private fragment => ''
private uriString => null
}
protected session => object( Cake\Http\Session ) id: 5 {
protected _engine => null
protected _started => null
protected _lifetime => (int) 1440
protected _isCLI => false
}
protected flash => object( Cake\Http\FlashMessage ) id: 6 {
protected _defaultConfig => [
'' => [maximum depth reached] ,
]
protected session => object( Cake\Http\Session ) id: 5 {}
protected _config => [
'' => [maximum depth reached] ,
]
protected _configInitialized => true
}
protected attributes => [
]
protected emulatedAttributes => [
(int) 0 => 'session' ,
(int) 1 => 'flash' ,
(int) 2 => 'webroot' ,
(int) 3 => 'base' ,
(int) 4 => 'params' ,
(int) 5 => 'here' ,
]
protected uploadedFiles => [
]
protected protocol => null
protected requestTarget => null
}
if ( $this -> queue -> valid ()) {
$middleware = $this -> queue -> current ();
$this -> queue -> next ();
return $middleware -> process ( $request , $this );
}
if ( $this -> fallbackHandler ) {
return $this -> fallbackHandler -> handle ( $request );
Arguments
object( Cake\Http\ServerRequest ) id: 0 {
trustProxy => false
protected params => [
'plugin' => null ,
'controller' => null ,
'action' => null ,
'_ext' => null ,
'pass' => [
] ,
]
protected data => [
]
protected query => [
]
protected cookies => [
]
protected _environment => [
'USER' => 'casabrasileirapl2' ,
'HOME' => '/home/storage/c/35/50/casabrasileirapl2' ,
'ORACLE_HOME' => '/usr/lib/oracle/21/client64/lib' ,
'SCRIPT_NAME' => '/webroot/index.php' ,
'REQUEST_URI' => '/politica-de-cookies' ,
'QUERY_STRING' => '' ,
'REQUEST_METHOD' => 'GET' ,
'SERVER_PROTOCOL' => 'HTTP/1.1' ,
'GATEWAY_INTERFACE' => 'CGI/1.1' ,
'REDIRECT_URL' => '/webroot/politica-de-cookies' ,
'REMOTE_PORT' => '37318' ,
'SCRIPT_FILENAME' => '/home/storage/c/35/50/casabrasileirapl2/public_html/webroot/index.php' ,
'SERVER_ADMIN' => 'webmaster@casabrasileiraplanejados.com.br' ,
'CONTEXT_DOCUMENT_ROOT' => '/home/storage/c/35/50/casabrasileirapl2/public_html' ,
'CONTEXT_PREFIX' => '' ,
'REQUEST_SCHEME' => 'https' ,
'DOCUMENT_ROOT' => '/home/storage/c/35/50/casabrasileirapl2/public_html' ,
'REMOTE_ADDR' => '18.216.45.133' ,
'SERVER_PORT' => '443' ,
'SERVER_ADDR' => '127.0.0.1' ,
'SERVER_NAME' => 'www.casabrasileiraplanejados.com.br' ,
'SERVER_SOFTWARE' => 'Apache' ,
'SERVER_SIGNATURE' => '' ,
'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin' ,
'HTTP_ACCEPT_ENCODING' => 'gzip, br, zstd, deflate' ,
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)' ,
'HTTP_ACCEPT' => '*/*' ,
'HTTP_HOST' => 'www.casabrasileiraplanejados.com.br' ,
'HTTP_X_FORWARDED_SERVER' => 'www.casabrasileiraplanejados.com.br' ,
'HTTP_X_FORWARDED_PROTO' => 'https' ,
'HTTP_X_FORWARDED_HOST' => 'www.casabrasileiraplanejados.com.br:443' ,
'HTTP_X_REAL_IP' => '18.216.45.133' ,
'HTTP_LW_X_ID' => 'd4f48732f1b917a58f595e5e17571f0e.430877-18.216.45.133:1411@dinesh8086' ,
'HTTPS' => 'on' ,
'LOG_SUBDIR' => 'casabrasileirapl2' ,
'UNIQUE_ID' => 'aBMuyDtXFRrktsCCqiGPrAAAAYM' ,
'REDIRECT_STATUS' => '200' ,
'REDIRECT_HTTPS' => 'on' ,
'REDIRECT_LOG_SUBDIR' => 'casabrasileirapl2' ,
'REDIRECT_UNIQUE_ID' => 'aBMuyDtXFRrktsCCqiGPrAAAAYM' ,
'REDIRECT_REDIRECT_STATUS' => '200' ,
'REDIRECT_REDIRECT_HTTPS' => 'on' ,
'REDIRECT_REDIRECT_LOG_SUBDIR' => 'casabrasileirapl2' ,
'REDIRECT_REDIRECT_UNIQUE_ID' => 'aBMuyDtXFRrktsCCqiGPrAAAAYM' ,
'FCGI_ROLE' => 'RESPONDER' ,
'PHP_SELF' => '/webroot/index.php' ,
'REQUEST_TIME_FLOAT' => (float) 1746087624.9984 ,
'REQUEST_TIME' => (int) 1746087624 ,
'ORIGINAL_REQUEST_METHOD' => 'GET' ,
]
protected base => ''
protected webroot => '/'
protected trustedProxies => [
]
protected _detectors => [
'get' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'GET' ,
] ,
'post' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'POST' ,
] ,
'put' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'PUT' ,
] ,
'patch' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'PATCH' ,
] ,
'delete' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'DELETE' ,
] ,
'head' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'HEAD' ,
] ,
'options' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'OPTIONS' ,
] ,
'ssl' => [
'env' => 'HTTPS' ,
'options' => [
'' => [maximum depth reached] ,
] ,
] ,
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH' ,
'value' => 'XMLHttpRequest' ,
] ,
'json' => [
'accept' => [
'' => [maximum depth reached] ,
] ,
'param' => '_ext' ,
'value' => 'json' ,
] ,
'xml' => [
'accept' => [
'' => [maximum depth reached] ,
] ,
'param' => '_ext' ,
'value' => 'xml' ,
] ,
'mobile' => object( Closure ) id: 1 {
} ,
'tablet' => object( Closure ) id: 2 {
} ,
]
protected _detectorCache => [
]
protected stream => object( Laminas\Diactoros\PhpInputStream ) id: 3 {
protected resource => (resource) Resource id #144
protected stream => 'php://input'
private cache => ''
private reachedEof => false
}
protected uri => object( Laminas\Diactoros\Uri ) id: 4 {
base => ''
webroot => '/'
protected allowedSchemes => [
'' => [maximum depth reached] ,
]
private scheme => 'https'
private userInfo => ''
private host => 'www.casabrasileiraplanejados.com.br'
private port => (int) 443
private path => '/politica-de-cookies'
private query => ''
private fragment => ''
private uriString => null
}
protected session => object( Cake\Http\Session ) id: 5 {
protected _engine => null
protected _started => null
protected _lifetime => (int) 1440
protected _isCLI => false
}
protected flash => object( Cake\Http\FlashMessage ) id: 6 {
protected _defaultConfig => [
'' => [maximum depth reached] ,
]
protected session => object( Cake\Http\Session ) id: 5 {}
protected _config => [
'' => [maximum depth reached] ,
]
protected _configInitialized => true
}
protected attributes => [
]
protected emulatedAttributes => [
(int) 0 => 'session' ,
(int) 1 => 'flash' ,
(int) 2 => 'webroot' ,
(int) 3 => 'base' ,
(int) 4 => 'params' ,
(int) 5 => 'here' ,
]
protected uploadedFiles => [
]
protected protocol => null
protected requestTarget => null
}
object( Cake\Http\Runner ) id: 0 {
protected queue => object( Cake\Http\MiddlewareQueue ) id: 1 {
protected position => (int) 6
protected queue => [
'' => [maximum depth reached] ,
]
}
protected fallbackHandler => object( App\Application ) id: 2 {
protected configDir => '/home/storage/c/35/50/casabrasileirapl2/public_html/config/'
protected plugins => object( Cake\Core\PluginCollection ) id: 3 {
}
protected controllerFactory => object( Cake\Controller\ControllerFactory ) id: 4 {
}
protected container => object( Cake\Core\Container ) id: 5 {
}
protected _eventManager => object( Cake\Event\EventManager ) id: 6 {
}
protected _eventClass => 'Cake\Event\Event'
}
}
*/
public function process ( ServerRequestInterface $request , RequestHandlerInterface $handler ): ResponseInterface
{
try {
return $handler -> handle ( $request );
} catch ( RedirectException $exception ) {
return $this -> handleRedirect ( $exception );
} catch ( Throwable $exception ) {
return $this -> handleException ( $exception , $request );
Arguments
object( Cake\Http\ServerRequest ) id: 0 {
trustProxy => false
protected params => [
'plugin' => null ,
'controller' => null ,
'action' => null ,
'_ext' => null ,
'pass' => [
] ,
]
protected data => [
]
protected query => [
]
protected cookies => [
]
protected _environment => [
'USER' => 'casabrasileirapl2' ,
'HOME' => '/home/storage/c/35/50/casabrasileirapl2' ,
'ORACLE_HOME' => '/usr/lib/oracle/21/client64/lib' ,
'SCRIPT_NAME' => '/webroot/index.php' ,
'REQUEST_URI' => '/politica-de-cookies' ,
'QUERY_STRING' => '' ,
'REQUEST_METHOD' => 'GET' ,
'SERVER_PROTOCOL' => 'HTTP/1.1' ,
'GATEWAY_INTERFACE' => 'CGI/1.1' ,
'REDIRECT_URL' => '/webroot/politica-de-cookies' ,
'REMOTE_PORT' => '37318' ,
'SCRIPT_FILENAME' => '/home/storage/c/35/50/casabrasileirapl2/public_html/webroot/index.php' ,
'SERVER_ADMIN' => 'webmaster@casabrasileiraplanejados.com.br' ,
'CONTEXT_DOCUMENT_ROOT' => '/home/storage/c/35/50/casabrasileirapl2/public_html' ,
'CONTEXT_PREFIX' => '' ,
'REQUEST_SCHEME' => 'https' ,
'DOCUMENT_ROOT' => '/home/storage/c/35/50/casabrasileirapl2/public_html' ,
'REMOTE_ADDR' => '18.216.45.133' ,
'SERVER_PORT' => '443' ,
'SERVER_ADDR' => '127.0.0.1' ,
'SERVER_NAME' => 'www.casabrasileiraplanejados.com.br' ,
'SERVER_SOFTWARE' => 'Apache' ,
'SERVER_SIGNATURE' => '' ,
'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin' ,
'HTTP_ACCEPT_ENCODING' => 'gzip, br, zstd, deflate' ,
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)' ,
'HTTP_ACCEPT' => '*/*' ,
'HTTP_HOST' => 'www.casabrasileiraplanejados.com.br' ,
'HTTP_X_FORWARDED_SERVER' => 'www.casabrasileiraplanejados.com.br' ,
'HTTP_X_FORWARDED_PROTO' => 'https' ,
'HTTP_X_FORWARDED_HOST' => 'www.casabrasileiraplanejados.com.br:443' ,
'HTTP_X_REAL_IP' => '18.216.45.133' ,
'HTTP_LW_X_ID' => 'd4f48732f1b917a58f595e5e17571f0e.430877-18.216.45.133:1411@dinesh8086' ,
'HTTPS' => 'on' ,
'LOG_SUBDIR' => 'casabrasileirapl2' ,
'UNIQUE_ID' => 'aBMuyDtXFRrktsCCqiGPrAAAAYM' ,
'REDIRECT_STATUS' => '200' ,
'REDIRECT_HTTPS' => 'on' ,
'REDIRECT_LOG_SUBDIR' => 'casabrasileirapl2' ,
'REDIRECT_UNIQUE_ID' => 'aBMuyDtXFRrktsCCqiGPrAAAAYM' ,
'REDIRECT_REDIRECT_STATUS' => '200' ,
'REDIRECT_REDIRECT_HTTPS' => 'on' ,
'REDIRECT_REDIRECT_LOG_SUBDIR' => 'casabrasileirapl2' ,
'REDIRECT_REDIRECT_UNIQUE_ID' => 'aBMuyDtXFRrktsCCqiGPrAAAAYM' ,
'FCGI_ROLE' => 'RESPONDER' ,
'PHP_SELF' => '/webroot/index.php' ,
'REQUEST_TIME_FLOAT' => (float) 1746087624.9984 ,
'REQUEST_TIME' => (int) 1746087624 ,
'ORIGINAL_REQUEST_METHOD' => 'GET' ,
]
protected base => ''
protected webroot => '/'
protected trustedProxies => [
]
protected _detectors => [
'get' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'GET' ,
] ,
'post' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'POST' ,
] ,
'put' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'PUT' ,
] ,
'patch' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'PATCH' ,
] ,
'delete' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'DELETE' ,
] ,
'head' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'HEAD' ,
] ,
'options' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'OPTIONS' ,
] ,
'ssl' => [
'env' => 'HTTPS' ,
'options' => [
'' => [maximum depth reached] ,
] ,
] ,
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH' ,
'value' => 'XMLHttpRequest' ,
] ,
'json' => [
'accept' => [
'' => [maximum depth reached] ,
] ,
'param' => '_ext' ,
'value' => 'json' ,
] ,
'xml' => [
'accept' => [
'' => [maximum depth reached] ,
] ,
'param' => '_ext' ,
'value' => 'xml' ,
] ,
'mobile' => object( Closure ) id: 1 {
} ,
'tablet' => object( Closure ) id: 2 {
} ,
]
protected _detectorCache => [
]
protected stream => object( Laminas\Diactoros\PhpInputStream ) id: 3 {
protected resource => (resource) Resource id #144
protected stream => 'php://input'
private cache => ''
private reachedEof => false
}
protected uri => object( Laminas\Diactoros\Uri ) id: 4 {
base => ''
webroot => '/'
protected allowedSchemes => [
'' => [maximum depth reached] ,
]
private scheme => 'https'
private userInfo => ''
private host => 'www.casabrasileiraplanejados.com.br'
private port => (int) 443
private path => '/politica-de-cookies'
private query => ''
private fragment => ''
private uriString => null
}
protected session => object( Cake\Http\Session ) id: 5 {
protected _engine => null
protected _started => null
protected _lifetime => (int) 1440
protected _isCLI => false
}
protected flash => object( Cake\Http\FlashMessage ) id: 6 {
protected _defaultConfig => [
'' => [maximum depth reached] ,
]
protected session => object( Cake\Http\Session ) id: 5 {}
protected _config => [
'' => [maximum depth reached] ,
]
protected _configInitialized => true
}
protected attributes => [
]
protected emulatedAttributes => [
(int) 0 => 'session' ,
(int) 1 => 'flash' ,
(int) 2 => 'webroot' ,
(int) 3 => 'base' ,
(int) 4 => 'params' ,
(int) 5 => 'here' ,
]
protected uploadedFiles => [
]
protected protocol => null
protected requestTarget => null
}
if ( $this -> queue -> valid ()) {
$middleware = $this -> queue -> current ();
$this -> queue -> next ();
return $middleware -> process ( $request , $this );
}
if ( $this -> fallbackHandler ) {
return $this -> fallbackHandler -> handle ( $request );
Arguments
object( Cake\Http\ServerRequest ) id: 0 {
trustProxy => false
protected params => [
'plugin' => null ,
'controller' => null ,
'action' => null ,
'_ext' => null ,
'pass' => [
] ,
]
protected data => [
]
protected query => [
]
protected cookies => [
]
protected _environment => [
'USER' => 'casabrasileirapl2' ,
'HOME' => '/home/storage/c/35/50/casabrasileirapl2' ,
'ORACLE_HOME' => '/usr/lib/oracle/21/client64/lib' ,
'SCRIPT_NAME' => '/webroot/index.php' ,
'REQUEST_URI' => '/politica-de-cookies' ,
'QUERY_STRING' => '' ,
'REQUEST_METHOD' => 'GET' ,
'SERVER_PROTOCOL' => 'HTTP/1.1' ,
'GATEWAY_INTERFACE' => 'CGI/1.1' ,
'REDIRECT_URL' => '/webroot/politica-de-cookies' ,
'REMOTE_PORT' => '37318' ,
'SCRIPT_FILENAME' => '/home/storage/c/35/50/casabrasileirapl2/public_html/webroot/index.php' ,
'SERVER_ADMIN' => 'webmaster@casabrasileiraplanejados.com.br' ,
'CONTEXT_DOCUMENT_ROOT' => '/home/storage/c/35/50/casabrasileirapl2/public_html' ,
'CONTEXT_PREFIX' => '' ,
'REQUEST_SCHEME' => 'https' ,
'DOCUMENT_ROOT' => '/home/storage/c/35/50/casabrasileirapl2/public_html' ,
'REMOTE_ADDR' => '18.216.45.133' ,
'SERVER_PORT' => '443' ,
'SERVER_ADDR' => '127.0.0.1' ,
'SERVER_NAME' => 'www.casabrasileiraplanejados.com.br' ,
'SERVER_SOFTWARE' => 'Apache' ,
'SERVER_SIGNATURE' => '' ,
'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin' ,
'HTTP_ACCEPT_ENCODING' => 'gzip, br, zstd, deflate' ,
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)' ,
'HTTP_ACCEPT' => '*/*' ,
'HTTP_HOST' => 'www.casabrasileiraplanejados.com.br' ,
'HTTP_X_FORWARDED_SERVER' => 'www.casabrasileiraplanejados.com.br' ,
'HTTP_X_FORWARDED_PROTO' => 'https' ,
'HTTP_X_FORWARDED_HOST' => 'www.casabrasileiraplanejados.com.br:443' ,
'HTTP_X_REAL_IP' => '18.216.45.133' ,
'HTTP_LW_X_ID' => 'd4f48732f1b917a58f595e5e17571f0e.430877-18.216.45.133:1411@dinesh8086' ,
'HTTPS' => 'on' ,
'LOG_SUBDIR' => 'casabrasileirapl2' ,
'UNIQUE_ID' => 'aBMuyDtXFRrktsCCqiGPrAAAAYM' ,
'REDIRECT_STATUS' => '200' ,
'REDIRECT_HTTPS' => 'on' ,
'REDIRECT_LOG_SUBDIR' => 'casabrasileirapl2' ,
'REDIRECT_UNIQUE_ID' => 'aBMuyDtXFRrktsCCqiGPrAAAAYM' ,
'REDIRECT_REDIRECT_STATUS' => '200' ,
'REDIRECT_REDIRECT_HTTPS' => 'on' ,
'REDIRECT_REDIRECT_LOG_SUBDIR' => 'casabrasileirapl2' ,
'REDIRECT_REDIRECT_UNIQUE_ID' => 'aBMuyDtXFRrktsCCqiGPrAAAAYM' ,
'FCGI_ROLE' => 'RESPONDER' ,
'PHP_SELF' => '/webroot/index.php' ,
'REQUEST_TIME_FLOAT' => (float) 1746087624.9984 ,
'REQUEST_TIME' => (int) 1746087624 ,
'ORIGINAL_REQUEST_METHOD' => 'GET' ,
]
protected base => ''
protected webroot => '/'
protected trustedProxies => [
]
protected _detectors => [
'get' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'GET' ,
] ,
'post' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'POST' ,
] ,
'put' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'PUT' ,
] ,
'patch' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'PATCH' ,
] ,
'delete' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'DELETE' ,
] ,
'head' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'HEAD' ,
] ,
'options' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'OPTIONS' ,
] ,
'ssl' => [
'env' => 'HTTPS' ,
'options' => [
'' => [maximum depth reached] ,
] ,
] ,
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH' ,
'value' => 'XMLHttpRequest' ,
] ,
'json' => [
'accept' => [
'' => [maximum depth reached] ,
] ,
'param' => '_ext' ,
'value' => 'json' ,
] ,
'xml' => [
'accept' => [
'' => [maximum depth reached] ,
] ,
'param' => '_ext' ,
'value' => 'xml' ,
] ,
'mobile' => object( Closure ) id: 1 {
} ,
'tablet' => object( Closure ) id: 2 {
} ,
]
protected _detectorCache => [
]
protected stream => object( Laminas\Diactoros\PhpInputStream ) id: 3 {
protected resource => (resource) Resource id #144
protected stream => 'php://input'
private cache => ''
private reachedEof => false
}
protected uri => object( Laminas\Diactoros\Uri ) id: 4 {
base => ''
webroot => '/'
protected allowedSchemes => [
'' => [maximum depth reached] ,
]
private scheme => 'https'
private userInfo => ''
private host => 'www.casabrasileiraplanejados.com.br'
private port => (int) 443
private path => '/politica-de-cookies'
private query => ''
private fragment => ''
private uriString => null
}
protected session => object( Cake\Http\Session ) id: 5 {
protected _engine => null
protected _started => null
protected _lifetime => (int) 1440
protected _isCLI => false
}
protected flash => object( Cake\Http\FlashMessage ) id: 6 {
protected _defaultConfig => [
'' => [maximum depth reached] ,
]
protected session => object( Cake\Http\Session ) id: 5 {}
protected _config => [
'' => [maximum depth reached] ,
]
protected _configInitialized => true
}
protected attributes => [
]
protected emulatedAttributes => [
(int) 0 => 'session' ,
(int) 1 => 'flash' ,
(int) 2 => 'webroot' ,
(int) 3 => 'base' ,
(int) 4 => 'params' ,
(int) 5 => 'here' ,
]
protected uploadedFiles => [
]
protected protocol => null
protected requestTarget => null
}
object( Cake\Http\Runner ) id: 0 {
protected queue => object( Cake\Http\MiddlewareQueue ) id: 1 {
protected position => (int) 6
protected queue => [
'' => [maximum depth reached] ,
]
}
protected fallbackHandler => object( App\Application ) id: 2 {
protected configDir => '/home/storage/c/35/50/casabrasileirapl2/public_html/config/'
protected plugins => object( Cake\Core\PluginCollection ) id: 3 {
}
protected controllerFactory => object( Cake\Controller\ControllerFactory ) id: 4 {
}
protected container => object( Cake\Core\Container ) id: 5 {
}
protected _eventManager => object( Cake\Event\EventManager ) id: 6 {
}
protected _eventClass => 'Cake\Event\Event'
}
}
$this -> queue = $queue ;
$this -> queue -> rewind ();
$this -> fallbackHandler = $fallbackHandler ;
return $this -> handle ( $request );
}
/**
* Handle incoming server request and return a response .
Arguments
object( Cake\Http\ServerRequest ) id: 0 {
trustProxy => false
protected params => [
'plugin' => null ,
'controller' => null ,
'action' => null ,
'_ext' => null ,
'pass' => [
] ,
]
protected data => [
]
protected query => [
]
protected cookies => [
]
protected _environment => [
'USER' => 'casabrasileirapl2' ,
'HOME' => '/home/storage/c/35/50/casabrasileirapl2' ,
'ORACLE_HOME' => '/usr/lib/oracle/21/client64/lib' ,
'SCRIPT_NAME' => '/webroot/index.php' ,
'REQUEST_URI' => '/politica-de-cookies' ,
'QUERY_STRING' => '' ,
'REQUEST_METHOD' => 'GET' ,
'SERVER_PROTOCOL' => 'HTTP/1.1' ,
'GATEWAY_INTERFACE' => 'CGI/1.1' ,
'REDIRECT_URL' => '/webroot/politica-de-cookies' ,
'REMOTE_PORT' => '37318' ,
'SCRIPT_FILENAME' => '/home/storage/c/35/50/casabrasileirapl2/public_html/webroot/index.php' ,
'SERVER_ADMIN' => 'webmaster@casabrasileiraplanejados.com.br' ,
'CONTEXT_DOCUMENT_ROOT' => '/home/storage/c/35/50/casabrasileirapl2/public_html' ,
'CONTEXT_PREFIX' => '' ,
'REQUEST_SCHEME' => 'https' ,
'DOCUMENT_ROOT' => '/home/storage/c/35/50/casabrasileirapl2/public_html' ,
'REMOTE_ADDR' => '18.216.45.133' ,
'SERVER_PORT' => '443' ,
'SERVER_ADDR' => '127.0.0.1' ,
'SERVER_NAME' => 'www.casabrasileiraplanejados.com.br' ,
'SERVER_SOFTWARE' => 'Apache' ,
'SERVER_SIGNATURE' => '' ,
'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin' ,
'HTTP_ACCEPT_ENCODING' => 'gzip, br, zstd, deflate' ,
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)' ,
'HTTP_ACCEPT' => '*/*' ,
'HTTP_HOST' => 'www.casabrasileiraplanejados.com.br' ,
'HTTP_X_FORWARDED_SERVER' => 'www.casabrasileiraplanejados.com.br' ,
'HTTP_X_FORWARDED_PROTO' => 'https' ,
'HTTP_X_FORWARDED_HOST' => 'www.casabrasileiraplanejados.com.br:443' ,
'HTTP_X_REAL_IP' => '18.216.45.133' ,
'HTTP_LW_X_ID' => 'd4f48732f1b917a58f595e5e17571f0e.430877-18.216.45.133:1411@dinesh8086' ,
'HTTPS' => 'on' ,
'LOG_SUBDIR' => 'casabrasileirapl2' ,
'UNIQUE_ID' => 'aBMuyDtXFRrktsCCqiGPrAAAAYM' ,
'REDIRECT_STATUS' => '200' ,
'REDIRECT_HTTPS' => 'on' ,
'REDIRECT_LOG_SUBDIR' => 'casabrasileirapl2' ,
'REDIRECT_UNIQUE_ID' => 'aBMuyDtXFRrktsCCqiGPrAAAAYM' ,
'REDIRECT_REDIRECT_STATUS' => '200' ,
'REDIRECT_REDIRECT_HTTPS' => 'on' ,
'REDIRECT_REDIRECT_LOG_SUBDIR' => 'casabrasileirapl2' ,
'REDIRECT_REDIRECT_UNIQUE_ID' => 'aBMuyDtXFRrktsCCqiGPrAAAAYM' ,
'FCGI_ROLE' => 'RESPONDER' ,
'PHP_SELF' => '/webroot/index.php' ,
'REQUEST_TIME_FLOAT' => (float) 1746087624.9984 ,
'REQUEST_TIME' => (int) 1746087624 ,
'ORIGINAL_REQUEST_METHOD' => 'GET' ,
]
protected base => ''
protected webroot => '/'
protected trustedProxies => [
]
protected _detectors => [
'get' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'GET' ,
] ,
'post' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'POST' ,
] ,
'put' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'PUT' ,
] ,
'patch' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'PATCH' ,
] ,
'delete' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'DELETE' ,
] ,
'head' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'HEAD' ,
] ,
'options' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'OPTIONS' ,
] ,
'ssl' => [
'env' => 'HTTPS' ,
'options' => [
'' => [maximum depth reached] ,
] ,
] ,
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH' ,
'value' => 'XMLHttpRequest' ,
] ,
'json' => [
'accept' => [
'' => [maximum depth reached] ,
] ,
'param' => '_ext' ,
'value' => 'json' ,
] ,
'xml' => [
'accept' => [
'' => [maximum depth reached] ,
] ,
'param' => '_ext' ,
'value' => 'xml' ,
] ,
'mobile' => object( Closure ) id: 1 {
} ,
'tablet' => object( Closure ) id: 2 {
} ,
]
protected _detectorCache => [
]
protected stream => object( Laminas\Diactoros\PhpInputStream ) id: 3 {
protected resource => (resource) Resource id #144
protected stream => 'php://input'
private cache => ''
private reachedEof => false
}
protected uri => object( Laminas\Diactoros\Uri ) id: 4 {
base => ''
webroot => '/'
protected allowedSchemes => [
'' => [maximum depth reached] ,
]
private scheme => 'https'
private userInfo => ''
private host => 'www.casabrasileiraplanejados.com.br'
private port => (int) 443
private path => '/politica-de-cookies'
private query => ''
private fragment => ''
private uriString => null
}
protected session => object( Cake\Http\Session ) id: 5 {
protected _engine => null
protected _started => null
protected _lifetime => (int) 1440
protected _isCLI => false
}
protected flash => object( Cake\Http\FlashMessage ) id: 6 {
protected _defaultConfig => [
'' => [maximum depth reached] ,
]
protected session => object( Cake\Http\Session ) id: 5 {}
protected _config => [
'' => [maximum depth reached] ,
]
protected _configInitialized => true
}
protected attributes => [
]
protected emulatedAttributes => [
(int) 0 => 'session' ,
(int) 1 => 'flash' ,
(int) 2 => 'webroot' ,
(int) 3 => 'base' ,
(int) 4 => 'params' ,
(int) 5 => 'here' ,
]
protected uploadedFiles => [
]
protected protocol => null
protected requestTarget => null
}
}
$this -> dispatchEvent ( 'Server.buildMiddleware' , [ 'middleware' => $middleware ]);
$response = $this -> runner -> run ( $middleware , $request , $this -> app );
if ( $request instanceof ServerRequest ) {
$request -> getSession ()-> close ();
}
Arguments
object( Cake\Http\MiddlewareQueue ) id: 0 {
protected position => (int) 6
protected queue => [
(int) 0 => object( Cake\Error\Middleware\ErrorHandlerMiddleware ) id: 1 {
} ,
(int) 1 => object( Cake\Routing\Middleware\AssetMiddleware ) id: 2 {
} ,
(int) 2 => object( Cake\Routing\Middleware\RoutingMiddleware ) id: 3 {
} ,
(int) 3 => object( Cake\Http\Middleware\BodyParserMiddleware ) id: 4 {
} ,
(int) 4 => object( Cake\Http\Middleware\CsrfProtectionMiddleware ) id: 5 {
} ,
(int) 5 => object( Authentication\Middleware\AuthenticationMiddleware ) id: 6 {
} ,
]
}
object( Cake\Http\ServerRequest ) id: 0 {
trustProxy => false
protected params => [
'plugin' => null ,
'controller' => null ,
'action' => null ,
'_ext' => null ,
'pass' => [
] ,
]
protected data => [
]
protected query => [
]
protected cookies => [
]
protected _environment => [
'USER' => 'casabrasileirapl2' ,
'HOME' => '/home/storage/c/35/50/casabrasileirapl2' ,
'ORACLE_HOME' => '/usr/lib/oracle/21/client64/lib' ,
'SCRIPT_NAME' => '/webroot/index.php' ,
'REQUEST_URI' => '/politica-de-cookies' ,
'QUERY_STRING' => '' ,
'REQUEST_METHOD' => 'GET' ,
'SERVER_PROTOCOL' => 'HTTP/1.1' ,
'GATEWAY_INTERFACE' => 'CGI/1.1' ,
'REDIRECT_URL' => '/webroot/politica-de-cookies' ,
'REMOTE_PORT' => '37318' ,
'SCRIPT_FILENAME' => '/home/storage/c/35/50/casabrasileirapl2/public_html/webroot/index.php' ,
'SERVER_ADMIN' => 'webmaster@casabrasileiraplanejados.com.br' ,
'CONTEXT_DOCUMENT_ROOT' => '/home/storage/c/35/50/casabrasileirapl2/public_html' ,
'CONTEXT_PREFIX' => '' ,
'REQUEST_SCHEME' => 'https' ,
'DOCUMENT_ROOT' => '/home/storage/c/35/50/casabrasileirapl2/public_html' ,
'REMOTE_ADDR' => '18.216.45.133' ,
'SERVER_PORT' => '443' ,
'SERVER_ADDR' => '127.0.0.1' ,
'SERVER_NAME' => 'www.casabrasileiraplanejados.com.br' ,
'SERVER_SOFTWARE' => 'Apache' ,
'SERVER_SIGNATURE' => '' ,
'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin' ,
'HTTP_ACCEPT_ENCODING' => 'gzip, br, zstd, deflate' ,
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)' ,
'HTTP_ACCEPT' => '*/*' ,
'HTTP_HOST' => 'www.casabrasileiraplanejados.com.br' ,
'HTTP_X_FORWARDED_SERVER' => 'www.casabrasileiraplanejados.com.br' ,
'HTTP_X_FORWARDED_PROTO' => 'https' ,
'HTTP_X_FORWARDED_HOST' => 'www.casabrasileiraplanejados.com.br:443' ,
'HTTP_X_REAL_IP' => '18.216.45.133' ,
'HTTP_LW_X_ID' => 'd4f48732f1b917a58f595e5e17571f0e.430877-18.216.45.133:1411@dinesh8086' ,
'HTTPS' => 'on' ,
'LOG_SUBDIR' => 'casabrasileirapl2' ,
'UNIQUE_ID' => 'aBMuyDtXFRrktsCCqiGPrAAAAYM' ,
'REDIRECT_STATUS' => '200' ,
'REDIRECT_HTTPS' => 'on' ,
'REDIRECT_LOG_SUBDIR' => 'casabrasileirapl2' ,
'REDIRECT_UNIQUE_ID' => 'aBMuyDtXFRrktsCCqiGPrAAAAYM' ,
'REDIRECT_REDIRECT_STATUS' => '200' ,
'REDIRECT_REDIRECT_HTTPS' => 'on' ,
'REDIRECT_REDIRECT_LOG_SUBDIR' => 'casabrasileirapl2' ,
'REDIRECT_REDIRECT_UNIQUE_ID' => 'aBMuyDtXFRrktsCCqiGPrAAAAYM' ,
'FCGI_ROLE' => 'RESPONDER' ,
'PHP_SELF' => '/webroot/index.php' ,
'REQUEST_TIME_FLOAT' => (float) 1746087624.9984 ,
'REQUEST_TIME' => (int) 1746087624 ,
'ORIGINAL_REQUEST_METHOD' => 'GET' ,
]
protected base => ''
protected webroot => '/'
protected trustedProxies => [
]
protected _detectors => [
'get' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'GET' ,
] ,
'post' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'POST' ,
] ,
'put' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'PUT' ,
] ,
'patch' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'PATCH' ,
] ,
'delete' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'DELETE' ,
] ,
'head' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'HEAD' ,
] ,
'options' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'OPTIONS' ,
] ,
'ssl' => [
'env' => 'HTTPS' ,
'options' => [
'' => [maximum depth reached] ,
] ,
] ,
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH' ,
'value' => 'XMLHttpRequest' ,
] ,
'json' => [
'accept' => [
'' => [maximum depth reached] ,
] ,
'param' => '_ext' ,
'value' => 'json' ,
] ,
'xml' => [
'accept' => [
'' => [maximum depth reached] ,
] ,
'param' => '_ext' ,
'value' => 'xml' ,
] ,
'mobile' => object( Closure ) id: 1 {
} ,
'tablet' => object( Closure ) id: 2 {
} ,
]
protected _detectorCache => [
]
protected stream => object( Laminas\Diactoros\PhpInputStream ) id: 3 {
protected resource => (resource) Resource id #144
protected stream => 'php://input'
private cache => ''
private reachedEof => false
}
protected uri => object( Laminas\Diactoros\Uri ) id: 4 {
base => ''
webroot => '/'
protected allowedSchemes => [
'' => [maximum depth reached] ,
]
private scheme => 'https'
private userInfo => ''
private host => 'www.casabrasileiraplanejados.com.br'
private port => (int) 443
private path => '/politica-de-cookies'
private query => ''
private fragment => ''
private uriString => null
}
protected session => object( Cake\Http\Session ) id: 5 {
protected _engine => null
protected _started => null
protected _lifetime => (int) 1440
protected _isCLI => false
}
protected flash => object( Cake\Http\FlashMessage ) id: 6 {
protected _defaultConfig => [
'' => [maximum depth reached] ,
]
protected session => object( Cake\Http\Session ) id: 5 {}
protected _config => [
'' => [maximum depth reached] ,
]
protected _configInitialized => true
}
protected attributes => [
]
protected emulatedAttributes => [
(int) 0 => 'session' ,
(int) 1 => 'flash' ,
(int) 2 => 'webroot' ,
(int) 3 => 'base' ,
(int) 4 => 'params' ,
(int) 5 => 'here' ,
]
protected uploadedFiles => [
]
protected protocol => null
protected requestTarget => null
}
object( App\Application ) id: 0 {
protected configDir => '/home/storage/c/35/50/casabrasileirapl2/public_html/config/'
protected plugins => object( Cake\Core\PluginCollection ) id: 1 {
protected plugins => [
'' => [maximum depth reached] ,
]
protected names => [
'' => [maximum depth reached] ,
]
protected positions => [
'' => [maximum depth reached] ,
]
protected loopDepth => (int) -1
}
protected controllerFactory => object( Cake\Controller\ControllerFactory ) id: 2 {
protected container => object( Cake\Core\Container ) id: 3 {
}
}
protected container => object( Cake\Core\Container ) id: 3 {}
protected _eventManager => object( Cake\Event\EventManager ) id: 4 {
'_listeners' => [
]
'_isGlobal' => true
'_trackEvents' => false
'_generalManager' => '(object) EventManager'
'_dispatchedEvents' => null
}
protected _eventClass => 'Cake\Event\Event'
}
// Bind your application to the server.
$server = new Server (new Application ( dirname ( __DIR__ ) . '/config' ));
// Run the request/response through the application and emit the response.
$server -> emit ( $server -> run ());
Error in:
ROOT/src/Controller/AppController.php, line 99
If you want to customize this error message, create
templates/Error/error500.php