Re: Case-sensitive $r->param?

"Randolf Richardson" <[email protected]> Wed, 14 Feb 2024 12:21:03 -0800
Newsgroups gmane.comp.apache.mod-perl
Organization Inter-Corporate Computer & Network Services
Message-ID <[email protected]>
	Yeah, I can see that being a major undertaking, and then Ruben's 
observation that it could break a lot of software is also important.

	By the way, thanks for all the work you've done on Mod Perl.  It's a 
great solution for the projects I work on, and I use it extensively 
for a lot of different things -- not just building interactive web 
sites (that use DBI and PostgreSQL primairly for the database 
backends), but also for adding custom Diriective to Apache HTTPd, 
hooking into different stages, and for some custom protocol stuff too 
(not HTTP).

	I feel that mod_perl2 is an amazing solution that deserves a lot 
more publicity than it currently receives, and I'm optimistic about 
the future of it as I'm hearing lately that Perl is gaining more 
popularity again in recent years.

> It´s not worth replumbing apr`s table API at this point.
> 
> Joe Schaefer, Ph.D.
> <https://sunstarsys.com/orion/features>
> Orion - The Enterprise Jamstack Wiki <https://sunstarsys.com/orion/features>
> <[email protected]>
> 954.253.3732 <//954.253.3732>
> 
> 
> 
> 
> On Wed, Feb 14, 2024 at 11:31AM Randolf Richardson <[email protected]>
> wrote:
> 
> >         Thanks Joe.  So it's an APR library issue then.
> >
> >         I wonder if adding a case_sensitive_keys() method to
> > APR::Request::Param that takes a boolean is something the APR team
> > would be willing to add.  Or might there be a better approach?
> >
> > > In short- No.  All apreq interfaces use APR tables underneath.
> > >
> > > On Wed, Feb 14, 2024 at 11:12AM Randolf Richardson <[email protected]>
> > > wrote:
> > >
> > > >         Is there a way to use $r->param in a case-sensitive manner?
> > The
> > > > documentation indicates that keys are case-insensitive.
> > > >
> > > >         Thanks.
> > > >
> > > > Randolf Richardson, CNA - [email protected]
> > > > Inter-Corporate Computer & Network Services, Inc.
> > > > Beautiful British Columbia, Canada
> > > > https://www.inter-corporate.com/
> > > >
> > > >
> > > >
> > >
> >
> >
> > Randolf Richardson, CNA - [email protected]
> > Inter-Corporate Computer & Network Services, Inc.
> > Beautiful British Columbia, Canada
> > https://www.inter-corporate.com/
> >
> >
> >
> 


Randolf Richardson, CNA - [email protected]
Inter-Corporate Computer & Network Services, Inc.
Beautiful British Columbia, Canada
https://www.inter-corporate.com/