Closed ragesoss closed 9 years ago
I went here: http://dashboard.wikiedu.org/courses/University_of_California,_Davis/BIS_98_(W15)/manual_update
Eventually, I got this:
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
The requested URL /courses/University_of_California,_Davis/BIS_98_(W15) was not found on this server.
This was the url I got sent back to:
http://dashboard.wikiedu.org/courses/University_of_California,_Davis%2FBIS_98_(W15)
Note that the slash got turned into a "%2F", and apparently rails did't know how to handle this at all. (Unlike previously, there was no exception logged on Sentry now.)
Should be resolved in cdc189d08b772b69166e8561333cdd2e36773cd1
Resolved in cdc189d.
Note: need an integration test for the manual update button.
I went here: http://dashboard.wikiedu.org/courses/University_of_California,_Davis/BIS_98_(W15)/manual_update
Eventually, I got this:
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
Not Found
The requested URL /courses/University_of_California,_Davis/BIS_98_(W15) was not found on this server.
Apache/2.4.7 (Ubuntu) Server at dashboard.wikiedu.org Port 80
This was the url I got sent back to:
http://dashboard.wikiedu.org/courses/University_of_California,_Davis%2FBIS_98_(W15)
Note that the slash got turned into a "%2F", and apparently rails did't know how to handle this at all. (Unlike previously, there was no exception logged on Sentry now.)