openHPI / xikolo-android

📱 Android App of the HPI MOOC Platform
https://play.google.com/store/apps/dev?id=7185448023325736337
GNU General Public License v3.0
41 stars 15 forks source link

Invalid Deep Links for Course Items #260

Closed tobiasrohloff closed 4 years ago

tobiasrohloff commented 4 years ago

It seems that deep links for course items need to be checked more strictly, as our backend detected the following invalid requests: Screenshot from 2020-08-10 13-17-50 Due to DeepLinkUtil's removal of slashes, we end up with these weird IDs. I'm not sure if we support any nested links like courses/*/items/*/another_action or if this needs to be avoided at all. Anyway, please fix this and add tests.