Open GoogleCodeExporter opened 9 years ago
I am sorry, I should have logged this issue as Enhancement rather than an issue.
Original comment by suryak...@gmail.com
on 13 Jan 2010 at 5:38
Are you aware of <class-rule>
(http://urlrewritefilter.googlecode.com/svn/trunk/src/doc/manual/3.2/index.html#
class-rule)
and <run>
(http://urlrewritefilter.googlecode.com/svn/trunk/src/doc/manual/3.2/index.html#
run)
tags?
Original comment by avl...@gmail.com
on 13 Jan 2010 at 11:22
Yes, I am aware of those features. But I am not sure how we can use it for
below purpose:
Example : <any_domain>/my_param1/my_param2
1) Lets say I have a (say, my_param1) parameter in my URL and I want to just
change
the case of first letter (it would be My_param1) of it and redirect it with <to>
(with altered cased letter).
(I can convert whole parameter itself to upper case using $uppser{}).
But if I have above mentioned feature I can call a static method on that class
which
will return me the required formatted string.
I might be missing something here, if you can help me on this that will be
great.
Thanks,
Surya
Original comment by suryak...@gmail.com
on 14 Jan 2010 at 6:17
Got it! Custom "transformers" have been on my mind for quite some time. I'll
post
shortly with a first version of the concept.
Original comment by avl...@gmail.com
on 15 Jan 2010 at 4:07
Original comment by avl...@gmail.com
on 15 Jan 2010 at 4:08
Can you guys share some light on how I would use $upper ? Is there anything
like that
available now ? I'd be more interested to know if it's available in 2.6 as
well.
Thanks.
Original comment by nolo.onl...@gmail.com
on 9 Feb 2010 at 3:55
@nolo: what do you mean? is your question related in anyway to this ticket? If
not,
please post it on the mailing list.
Original comment by avl...@gmail.com
on 9 Feb 2010 at 5:34
Hi! Is there any progress on this?
Original comment by michael....@gmail.com
on 19 Jul 2010 at 12:31
Original issue reported on code.google.com by
suryak...@gmail.com
on 13 Jan 2010 at 5:30