AKSW / site.ontowiki

HTML Content Publishing system on top of Linked Data
6 stars 7 forks source link

return http code 404 for the 404 resource #17

Closed seebi closed 11 years ago

seebi commented 11 years ago

see https://github.com/AKSW/OntoWiki/issues/228

seebi commented 11 years ago

please consider siteConfig.error resource too here

seebi commented 11 years ago

currently, ALL requests return a 404!

yamalight commented 11 years ago

@seebi okay, figured it out. that happens because of cache. if data is loaded from cache, SiteHelper->onIsDispatchable() always returns 404. I have no idea how this $event thing works there, so please ask Jonas (who is to blame according to git blame) to change it so that it doesn't reacts to cache.