AtomGraph / Core-PHP

Generic Jena-compatible PHP Linked Data management library. Apache license.
https://atomgraph.com
26 stars 4 forks source link

Refactor getRequestURI() #32

Open seporaitis opened 11 years ago

seporaitis commented 11 years ago

Refactor getRequestURI() method in https://github.com/Graphity/graphity-core/blob/master/src/main/php/Graphity/Request.php

The logic in that method contains a bug. $_SERVER['REQUEST_URI'] in PHP has path & query segments, but not SERVER_NAME.