Search Results

5
votes

How can I prevent database being written to again when the browser does a reload/back?

Using a POST request will cause the browser to try to prevent the user from submitting the same request again, but I'd recommend using session-based transaction tracking of some kind so that if the …
1
vote

How do I serve an image from the cgi directory under Tomcat?

Since the Bugzilla Guide includes configur …
1
vote

Why can’t my apache process write to my world-writeable file?

I know that a previous post touched on this, but I think it bears repeating: When discussing a problem of this nature it's helpful to include the relevant code and the output of the exception. If a …