Re: [Rife-users] Pathinfo does not generate proper URL if the mapping references a globalvar

2006-03-03 Thread Geert Bevin
Thanks On 3-mrt-06, at 17:29, Eddy Young wrote: http://uwyn.com/issues/browse/RIFE-275 Geert Bevin wrote: Hi Eddy, can you please report that in the issuetracker. I'll look at it as soon as I can. -- http://coding.mu http://priscimon.com/blog _

Re: [Rife-users] Pathinfo does not generate proper URL if the mapping references a globalvar

2006-03-03 Thread Eddy Young
http://uwyn.com/issues/browse/RIFE-275 Geert Bevin wrote: Hi Eddy, can you please report that in the issuetracker. I'll look at it as soon as I can. -- http://coding.mu http://priscimon.com/blog ___ Rife-users mailing list Rife-users@uwyn.com http

Re: [Rife-users] Pathinfo does not generate proper URL if the mapping references a globalvar

2006-03-03 Thread Geert Bevin
Hi Eddy, can you please report that in the issuetracker. I'll look at it as soon as I can. Best regards, Geert On 3-mrt-06, at 17:09, Eddy Young wrote: Hi, I have a globalvar declared "sessionid". One of my element is declared as such: For a sessionid value of "a

[Rife-users] Pathinfo does not generate proper URL if the mapping references a globalvar

2006-03-03 Thread Eddy Young
Hi, I have a globalvar declared "sessionid". One of my element is declared as such: For a sessionid value of "abcd", I was expecting "/account/abcd/profile", but instead I got "/account/profile?sessionid=abcd". Eddy -- http://coding.mu http://priscimon.com/blog ___

Re: [Rife-users] pathinfo capabilities

2006-03-03 Thread JR Boyens
On Fri, 2006-03-03 at 17:20 +0530, Naren wrote: > Hello Fred, > > You can see this type of example in Elephant project. > There BlogLocationIdentifier.java process the url that may have different > pathinfo. > > Regards > Naren That file can be found here: http://rifers.org:8088/viewrep/rifers

Re: [Rife-users] pathinfo capabilities

2006-03-03 Thread Naren
Hello Fred, You can see this type of example in Elephant project. There BlogLocationIdentifier.java process the url that may have different pathinfo. Regards Naren - Original Message - From: "Geert Bevin" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; "RIFE users list : questions,bug re

Re: [Rife-users] pathinfo capabilities

2006-03-03 Thread Geert Bevin
Hi Fred, sure this is possible, but if your pathinfo is totally dynamic like this it's probably best to parse it yourself or to setup a generic mapping like: It's then up to you to figure out which part has which purpose. Best regards, Geert On 3-mrt-06, at 11:41, Fred Baube wrote: A

Re: [Rife-users] pathinfo capabilities

2006-03-03 Thread Fred Baube
Another dumb question (as usual :-) ... but this is an itch I'd like to scratch ... About pathinfo ... Is it possible that within a URL, the order of the several pathinfo elements could be rearranged ? For example, that these could be equivalent: http://mywebsite/geert/file/image/12.jpg htt