Try ap_escape_uri

Keith

| > 
| >     s->req_uri = ap_encode_uri(r->pool, r->uri);
| > 
| > David, or anyone else interested too, would you
| > try this with some corner test cases and see if
| > it lives up to expectation?
| 
| I gave it a shot and it compiled fine, but got this error at runtime:
| 
| Cannot load /usr/local/apache/libexec/mod_jk.so into server:
| /usr/local/apache/libexec/mod_jk.so: undefined symbol: ap_encode_uri
| 
| Any hints?  I'm new at Apache module hacking.
| 
| -Dave

Reply via email to