We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I upgraded a symfony 2 application (which uses the PdfBundle) to 3 recently.
Since the upgrade the bundle doesn't send the correct Content-Type header anymore. it sends "text/html", when I expect "application/pdf".
It is fixable with the annotation header
/* * @Pdf( * headers={"Content-Type":"application/pdf"} * ) */
But this shouldn't be a solution in the first place.
I tested it on on several webservers (Apache/Nginx/PHP).
Any idea what is causing this? Looking at recent commits there is nothing that seems like the cause. Is it something on Symfony's end?
The text was updated successfully, but these errors were encountered:
Thanks for letting me know, I will take care of this asap.
Sorry, something went wrong.
Hi, did you have time to look into this? We have the same issue but changing the annotation does not seem to fix it.
No branches or pull requests
I upgraded a symfony 2 application (which uses the PdfBundle) to 3 recently.
Since the upgrade the bundle doesn't send the correct Content-Type header anymore. it sends "text/html", when I expect "application/pdf".
It is fixable with the annotation header
But this shouldn't be a solution in the first place.
I tested it on on several webservers (Apache/Nginx/PHP).
Any idea what is causing this? Looking at recent commits there is nothing that seems like the cause. Is it something on Symfony's end?
The text was updated successfully, but these errors were encountered: