alangecker / bigbluebutton-docker

merged into https://github.com/bigbluebutton/docker
GNU Lesser General Public License v3.0
98 stars 33 forks source link

Enable Presentation Download #7

Closed cheuberg closed 4 years ago

cheuberg commented 4 years ago

Fix filename regular expression for download of presentation files.

The current regular expression leads to a 404 not found error; a typical URL in my case looks like https://DOMAIN/bigbluebutton/presentation/download/7edcf389f2e94bb6be5cffde818b51a56e7a88d1-1589742763468/2b1b0499ed3320721f636f41fd31c47fd08c578e-1589742784002?presFilename=2b1b0499ed3320721f636f41fd31c47fd08c578e-1589742784002.pdf

alangecker commented 4 years ago

perfect. thanks!