webprotege-gwt-ui icon indicating copy to clipboard operation
webprotege-gwt-ui copied to clipboard

Project download returns empty 200 OK response

Open jdrusso opened this issue 5 months ago • 0 comments

I have deployed webprotege using webprotege-deploy. Almost everything seems to be working -- I can log in, upload an ontology, modify it, etc.

However, trying to download the ontology with the button on the projects list page returns a blank page and no download.

I can see it's correctly making the GET request to what appears to be the correct url, .../download?project=<project_uid>&revision=<revision>, but there's no response.

Looking in the server logs, I see that it acknowledges the received request, and then nothing, no failures or anything.

When I compare the ProjectDownloadServlet in this repo against the one in the webprotege-server monolith, it almost seems like it's just missing the code after that logging statement that would trigger the download...

Is there a reason this was removed? Or, am I missing something?

Thank you!

jdrusso avatar Sep 10 '24 22:09 jdrusso