Re: [naviserver-devel] ns_urlencode on Windows Naviserver

2017-06-12 Thread Gustaf Neumann
ow to obtain the AOLserver behaviour under Naviserver? Would it be difficult to overload ns_urlencode? Would be grateful for any advice. best wishes Brian *From:*Brian Fenton *Sent:* 12 May 2017 15:18 *To:* naviserver-devel@lists.sourceforge.net <mailto:navis

Re: [naviserver-devel] ns_urlencode on Windows Naviserver

2017-06-12 Thread Brian Fenton
bject: Re: [naviserver-devel] ns_urlencode on Windows Naviserver Brian, It is certainly possible to overload every command, but i would not recommend it, since this can break code in various ways, and i would not recommend to rely in general on the non-standard-confoming AOLserver encoding.I would r

Re: [naviserver-devel] ns_urlencode on Windows Naviserver

2017-06-09 Thread Enrique Catalan
one any suggestions for how to obtain the AOLserver behaviour under > Naviserver? Would it be difficult to overload ns_urlencode? > > Would be grateful for any advice. > > > > best wishes > > Brian > > > > *From:* Brian Fenton > *Sent:* 12 May 2017 15:18 >

Re: [naviserver-devel] ns_urlencode on Windows Naviserver

2017-06-08 Thread Gustaf Neumann
or how to obtain the AOLserver behaviour under Naviserver? Would it be difficult to overload ns_urlencode? Would be grateful for any advice. best wishes Brian *From:*Brian Fenton *Sent:* 12 May 2017 15:18 *To:* naviserver-devel@lists.sourceforge.net *Subject:* RE: [naviserver-devel] ns_u

Re: [naviserver-devel] ns_urlencode on Windows Naviserver

2017-06-08 Thread Brian Fenton
vel@lists.sourceforge.net Subject: RE: [naviserver-devel] ns_urlencode on Windows Naviserver Thanks Gustaf An issue arose during migration testing which was breaking some of our existing AOLserver code, then when I saw the documentation issue, I thought best to check with the list that maybe th

Re: [naviserver-devel] ns_urlencode on Windows Naviserver

2017-05-12 Thread Maurizio Martignano
rpose as a delimiter, then the conflicting data must be percent-encoded before the URI is formed. " Hope it helps, Maurizio From: Brian Fenton [mailto:brian.fen...@quest.ie] Sent: 12 May 2017 16:18 To: naviserver-devel@lists.sourceforge.net Subject: Re: [naviserver-devel] ns_urlen

Re: [naviserver-devel] ns_urlencode on Windows Naviserver

2017-05-12 Thread Brian Fenton
em is exactly. thanks Brian From: Gustaf Neumann [mailto:neum...@wu.ac.at] Sent: 12 May 2017 14:52 To: naviserver-devel@lists.sourceforge.net Subject: Re: [naviserver-devel] ns_urlencode on Windows Naviserver Am 12.05.17 um 13:41 schrieb Brian Fenton: Thank you David So, assuming the documentati

Re: [naviserver-devel] ns_urlencode on Windows Naviserver

2017-05-12 Thread Gustaf Neumann
Am 12.05.17 um 13:41 schrieb Brian Fenton: Thank you David So, assuming the documentation is incorrect https://naviserver.sourceforge.io/n/naviserver/files/ns_urlencode.html it seems that the API has been changed from AOLserver. Brian Brian, are you worried about the literal comparison in

Re: [naviserver-devel] ns_urlencode on Windows Naviserver

2017-05-12 Thread Maurizio Martignano
Thank you very much David! Maurizio From: David Osborne [mailto:da...@qcode.co.uk] Sent: 12 May 2017 13:36 To: naviserver-devel@lists.sourceforge.net Subject: Re: [naviserver-devel] ns_urlencode on Windows Naviserver --- Welcome to tlc_erp running at /usr/lib/naviserver/bin/nsd

Re: [naviserver-devel] ns_urlencode on Windows Naviserver

2017-05-12 Thread Brian Fenton
@lists.sourceforge.net Subject: Re: [naviserver-devel] ns_urlencode on Windows Naviserver --- Welcome to tlc_erp running at /usr/lib/naviserver/bin/nsd (pid 10339) NaviServer/4.99.16d5 for linux built on May 4 2017 at 16:39:38 Tag: tar-4.99.16d5 tlc_erp:nscp 1> ns_urlencode http://www.aolserver.

Re: [naviserver-devel] ns_urlencode on Windows Naviserver

2017-05-12 Thread David Osborne
t; Brian > > > > > > *From:* Maurizio Martignano [mailto:maurizio.martign...@spazioit.com] > *Sent:* 12 May 2017 12:31 > *To:* naviserver-devel@lists.sourceforge.net > *Subject:* Re: [naviserver-devel] ns_urlencode on Windows Naviserver > > > > Dear Brian, > &

Re: [naviserver-devel] ns_urlencode on Windows Naviserver

2017-05-12 Thread Brian Fenton
eforge.net Subject: Re: [naviserver-devel] ns_urlencode on Windows Naviserver Dear Brian, Is this really a "Windows Naviserver" issue or is it a matter of a new implementation of the function, different from what was previously done in Aolserver? The two implementati

Re: [naviserver-devel] ns_urlencode on Windows Naviserver

2017-05-12 Thread Maurizio Martignano
Dear Brian, Is this really a "Windows Naviserver" issue or is it a matter of a new implementation of the function, different from what was previously done in Aolserver? The two implementations seem to me quite different. Thanks a lot, Maurizio From: Brian Fenton [ma