Assuming I have a url like: /cgi-bin/WebObjects/MyApp.woa/ instanceNumber/wa/action?p2=param2&p1=param1&p3=param3&wosid=sessionID
It depends on the exact ordering of how you put the parameters onto your URL. The default pattern stuff will not support this, but a completely custom impl of _rewriteURL probably can (assuming you have set the query params early enough instead of manually attaching them after generating the base url). Using ERXMutableURL will probably make this much easier to implement that custom method, also. Obviously, your apache rewrite rule will get equivalently more complex, too. So Wonder doesn't do much in this case except give you the hooks to get in at the right time.

ms

_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to