sivarajankumar / alivepdf

Automatically exported from code.google.com/p/alivepdf
0 stars 0 forks source link

The save() method should optionally add the quesiton mark(?) to the request url #128

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
If the url provided to the save() method already contains a question
mark(?) it can cause server errors. For example, a url such as
www.mydomain.com/?event=generatePDF can end up as
www.mydomain.com/?event=generatePDF?name=pdfName.pdf&method=inline.

The save() method should optionally add the question mark to the url if it
doesn't already have one.

Original issue reported on code.google.com by Kalen.Gi...@gmail.com on 26 May 2009 at 9:09