Re: WOBiking

2008-10-08 Thread Xavier Destombes
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 _r

Re: WOBiking

2008-10-08 Thread Mike Schrag
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 _rew

Re: WOBiking

2008-10-08 Thread Xavier Destombes
I knew there was something like this:) I've just checked the source and I'm not sure about something: Assuming I have a url like: /cgi-bin/WebObjects/MyApp.woa/ instanceNumber/wa/action?p2=param2&p1=param1&p3=param3&wosid=sessionID could I use this feature to have it replace by: /param1/param2/pa

Re: WOBiking

2008-10-07 Thread Guido Neitzer
Ah, that's new. Haven't seen that one yet. Nice. cug On 07.10.2008, at 13:27, Mike Schrag wrote: on ERXApplication: /** * This method is called by ERXWOContext and provides the application a hook * to rewrite generated URLs. * * You can also set "er.extensions

Re: WOBiking

2008-10-07 Thread Mike Schrag
on ERXApplication: /** * This method is called by ERXWOContext and provides the application a hook * to rewrite generated URLs. * * You can also set "er.extensions.replaceApplicationPath.pattern" to the pattern to * match and "er.extensions.replaceApplicationP

Re: WOBiking

2008-10-07 Thread Guido Neitzer
On 07.10.2008, at 13:04, Xavier Destombes wrote: Hello Guido, I'm jumping on this answer to ask you: Do you have a sample code that use wonder url rewriting feature? When you decode using Apache rewrite, are you using a script or a static rewriting rule? :) I have this in my application cla

Re: WOBiking

2008-10-07 Thread Xavier Destombes
Hello Guido, I'm jumping on this answer to ask you: Do you have a sample code that use wonder url rewriting feature? When you decode using Apache rewrite, are you using a script or a static rewriting rule? :) Thanks Xavier On 2-Oct-08, at 3:31 PM, Mike Schrag wrote: I' am not a member of th

Re: WOBiking

2008-10-02 Thread Guido Neitzer
On 2-Oct-08, at 3:31 PM, Mike Schrag wrote: I' am not a member of this sect... but, it is WO-Based, a far as I can tell from the url. http://www.wwag.com/ I periodically do a google search for "inurl:/cgi-bin/ WebObjects" ... Sometimes interesting. Unfortunately URL rewriting is too simple

Re: WOBiking

2008-10-02 Thread Mike Schrag
I' am not a member of this sect... but, it is WO-Based, a far as I can tell from the url. http://www.wwag.com/ I periodically do a google search for "inurl:/cgi-bin/WebObjects" ... Sometimes interesting. ms ___ Do not post admin requests to the li

WOBiking

2008-10-02 Thread Jean Pierre Malrieu
I' am not a member of this sect... but, it is WO-Based, a far as I can tell from the url. http://www.wwag.com/ JPM Tout ce que l'on apprend à un enfant, on l'empêche de l'inventer ou de le découvrir. J. Piaget ___ Do not post admin requests to th