Giter Site home page Giter Site logo

myfuses's People

Contributors

benhurmarques avatar fellipeesteves avatar lmserique avatar piraz avatar rdohms avatar tbreuss avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

myfuses's Issues

Json to php is broken

The json to php routine will break while handling an array. Need to check if this a PHP 7 issue or if that will break on PHP 5 and 6.

Make it redirect mode run on NGINX

Myfuses has a problem to run with pure CGI as pointed on a FIXME comment in FuseRequest.class.php:

// FIXME Fixing an error occoured with CGI GATEWAYS.

This part of the code that will redirect the request to the right circuit and action was designed over the $_SERVER[ 'REDIRECT_URL' ] variable set by apache RewriteEngine.

We need to figure out if the NGINX and thus the CGI will operate dealing with the index.php directly and the $_SERVER[ 'REQUEST_URI' ] variable is generated by the http proxy.

This happens on NGINX using the TRY_FILES primarily.

Response will make the circuit use the last type defined globally

The response verb will only set the content type to the global circuit. The problem here happens when in different actions we set the response type, that will make all actions from this circuit to use the last content type set.

I suspect that will affect even do action verbs. We need a way to define the content type correctly.

Reorganize project structure

Organize the project structure adding basic files like .gitignore, README, composer, etc.

Remove all idea meta files from the source code.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.