in reply to CGI-class changes + to space for BASE64-data
The + should only be substituted for a space in URL parameters.
Since Base64 data is often rather long anyway, a possible solution is to not use URL parameters for them, but instead POST parameters.
The functions used don't know any context, the system is used in three web applications and therefore has to be pretty general to not break anything.
You can still customize it for just one app, either by inheritance (for OO code), or by wrapping (for procedural code). AUTOLOAD can help you with automtic wrapping.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: CGI-class changes + to space for BASE64-data
by Pickwick (Beadle) on Dec 01, 2010 at 10:53 UTC |