Log message #114469

# At Username Text
# Aug 9th 2008, 20:42 JD__ ah i see
# Aug 9th 2008, 20:42 Spoom hehe thanks
# Aug 9th 2008, 20:42 kalileo JD__: if he sees the error in apache's error log then it's happening before the access even reaches cake
# Aug 9th 2008, 20:42 Spoom just using auth
# Aug 9th 2008, 20:41 JD__ if you have require get that would break the ajax
# Aug 9th 2008, 20:41 Spoom nothing too fancy so far
# Aug 9th 2008, 20:41 Spoom no
# Aug 9th 2008, 20:41 JD__ I use that on purpose to make that 403 happen to stop people tying in my json urls
# Aug 9th 2008, 20:41 JD__ $this->Security->requirePost( 'getnodes.json', 'reorder', 'reparent');
# Aug 9th 2008, 20:41 JD__ Do you have security component included?
# Aug 9th 2008, 20:40 kalileo if it is in your server error log then the url doesn't work
# Aug 9th 2008, 20:40 Spoom http://jamiearseneault.com/questionnaire/questionnaire/questions/index - cake:cake to access if you want to see it
# Aug 9th 2008, 20:40 Spoom it is the correct url
# Aug 9th 2008, 20:40 Spoom i did earlier
# Aug 9th 2008, 20:40 kalileo there must be a reason for the server to throw a 403
# Aug 9th 2008, 20:39 kalileo Spoom: then check the Url as it appears in the error log to make sure that you are not having a messed up url arriving at the server
# Aug 9th 2008, 20:39 Spoom yes, it is
# Aug 9th 2008, 20:39 kalileo if you get the 403 you should see it in your server's error log, that way you could check if it is a cache issue or indeed coming from the server
# Aug 9th 2008, 20:38 Spoom also i just remembered that these errors are showing up in the error log so it's definitely not caching
# Aug 9th 2008, 20:38 Spoom anyway, same issue with cache cleared, so that's not it
# Aug 9th 2008, 20:37 kalileo hmmm, understand
# Aug 9th 2008, 20:37 Spoom kalileo, i know how to do a force-reload, but this is ajax, how do i tell the browser to repeat the ajax request and not reload the whole page instead?
# Aug 9th 2008, 20:36 kalileo Spoom: hold the shift key while clicking the browser's reload button
# Aug 9th 2008, 20:36 adj rafaelbandeira3: thanks. looking now
# Aug 9th 2008, 20:36 rafaelbandeira3 svn:keywords
# Aug 9th 2008, 20:35 rafaelbandeira3 adj: it's a svn stuff
# Aug 9th 2008, 20:35 Spoom ACTION clears his cache since he doesn't know how to do that for a div o_o
# Aug 9th 2008, 20:35 kalileo well, firefox is aggresively caching, and I think it could also cache errors, try a force-reload
# Aug 9th 2008, 20:34 adj what does the dev team use to put the svn revision information in the file header comments? is this an ide thing? or something that works directly with svn/
# Aug 9th 2008, 20:34 Spoom i'm just clicking the 2 link in the pages
# Aug 9th 2008, 20:34 Spoom according to the access logs
# Aug 9th 2008, 20:34 Spoom apparently
# Aug 9th 2008, 20:34 Spoom i'm wondering if there's some weird browser caching or something... though that wouldn't make much sense, why would firefox cache errors
# Aug 9th 2008, 20:34 rafaelbandeira3 it does a post on the pagination?
# Aug 9th 2008, 20:34 kalileo that was for Spoom - i see he's trying to debug his app but when I see a 403 then his app is not involved yet
# Aug 9th 2008, 20:33 Spoom yeah, as i mentioned it does work if pasted into the browser after the host
# Aug 9th 2008, 20:33 rafaelbandeira3 if it does exists... and is reached via GET?
# Aug 9th 2008, 20:33 rafaelbandeira3 kalileo: yes... but why?
# Aug 9th 2008, 20:32 Spoom You don't have permission to access /questionnaire/questionnaire/questions/index/page:2 on this server.
# Aug 9th 2008, 20:32 Spoom yes
# Aug 9th 2008, 20:32 Spoom cake can generate them i believe