Re: [WebDNA] Different results for [THISURL]

This WebDNA talk-list message is from

2018


It keeps the original formatting.
numero = 114462
interpreted = N
texte = 2081 Great, good news.=20 Regards Stuart Tremain Pharoah Lane Software=20 7/76 Reserve Road=20 Artarmon NSW 2064 AUSTRALIA +612 8971 4431 > On 9 Nov 2018, at 9:49 pm, christophe.billiottet@webdna.us wrote: >=20 > Hi Stuart! yes, we fixed it. We are testing the Windows version for the sl= ash - reverse slash bug and we will release an 8.6.3 very soon. >=20 >> On Nov 9, 2018, at 13:20, Stuart Tremain wrote= : >>=20 >> Hi Chris >>=20 >> Any movement on this ? >>=20 >>=20 >> Kind regards >>=20 >> Stuart Tremain >> Pharoah Lane Software >> AUSTRALIA >> webdna@plsoftware.com.au >>=20 >>=20 >>=20 >>=20 >>=20 >>=20 >>=20 >>> On 8 Oct 2018, at 16:54, christophe.billiottet@webdna.us wrote: >>>=20 >>> Hi Stuart, >>>=20 >>> yes, I think this should be fixed, the behavior isn=E2=80=99t consistent= when mod_rewrite rules are involved. >>>=20 >>> I wonder if you have it backwards though, I guess the FastCGI version al= ways shows /department/category because it generates THISURL from the REQUES= T_URI parameter, and this should be the original URL without the domain name= in front. >>>=20 >>> Whereas, the Server version's module uses Apache's request_rec->unparsed= _uri. The issue I'm seeing is that unparsed_uri will be /department/category= if your mod_rewrite rules are in your main apache config files. But if you h= ave your mod_rewrite rules in a .htaccess file, then Apache generates a new r= equest and it puts the rewritten URL (/dept-root/cat-page.html) in unparsed_= uri. >>>=20 >>> I think the solution would be to adjust the Server module to always gene= rate THISURL from the raw request. We will do it. >>>=20 >>> If you see /dept-root/cat-page.html with the FastCGI version, then I wou= ld be interested in knowing if you are using Apache+mod_fcgid or something e= lse. We could not reproduce this with latest WebDNA FastCGI+Apache+mod_fcgid= on Ubuntu. >>>=20 >>> kind regards, >>>=20 >>> - chris >>>=20 >>>> On Oct 5, 2018, at 02:32, Stuart Tremain wro= te: >>>>=20 >>>> I am getting different results for [THISURL] on different platforms. >>>>=20 >>>> http://www.domain.com/department/category >>>>=20 >>>>=20 >>>> CentOS Server WebDNA 8.5 >>>> ThisURL =3D /department/category >>>>=20 >>>>=20 >>>> Ubuntu fcgi WebDNA 8.5 >>>> ThisURL =3D /dept-root/cat-page.html >>>>=20 >>>> Any idea why this would happen? >>>>=20 >>>> Is there a work around ? >>>>=20 >>>>=20 >>>>=20 >>>>=20 >>>>=20 >>>> Kind regards >>>>=20 >>>> Stuart Tremain >>>> Pharoah Lane Software >>>> AUSTRALIA >>>> webdna@plsoftware.com.au >=20 >=20 >=20 >=20 >=20 >=20 > --------------------------------------------------------- > This message is sent to you because you are subscribed to > the mailing list talk@webdna.us > To unsubscribe, E-mail to: talk-leave@webdna.us > archives: http://www.webdna.us/page.dna?numero=3D55 > Bug Reporting: support@webdna.us --------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list talk@webdna.us To unsubscribe, E-mail to: talk-leave@webdna.us archives: http://www.webdna.us/page.dna?numero=3D55 Bug Reporting: support@webdna.us . Associated Messages, from the most recent to the oldest:

    
  1. Re: [WebDNA] Different results for [THISURL] (Stuart Tremain 2018)
  2. Re: [WebDNA] Different results for [THISURL] (christophe.billiottet@webdna.us 2018)
  3. Re: [WebDNA] Different results for [THISURL] (Stuart Tremain 2018)
  4. Re: [WebDNA] Different results for [THISURL] (christophe.billiottet@webdna.us 2018)
  5. Re: [WebDNA] Different results for [THISURL] (Stuart Tremain 2018)
  6. Re: [WebDNA] Different results for [THISURL] (christophe.billiottet@webdna.us 2018)
  7. Re: [WebDNA] Different results for [THISURL] (christophe.billiottet@webdna.us 2018)
  8. Re: [WebDNA] Different results for [THISURL] (Stuart Tremain 2018)
  9. Re: [WebDNA] Different results for [THISURL] (christophe.billiottet@webdna.us 2018)
  10. [WebDNA] Different results for [THISURL] (Stuart Tremain 2018)
2081 Great, good news.=20 Regards Stuart Tremain Pharoah Lane Software=20 7/76 Reserve Road=20 Artarmon NSW 2064 AUSTRALIA +612 8971 4431 > On 9 Nov 2018, at 9:49 pm, christophe.billiottet@webdna.us wrote: >=20 > Hi Stuart! yes, we fixed it. We are testing the Windows version for the sl= ash - reverse slash bug and we will release an 8.6.3 very soon. >=20 >> On Nov 9, 2018, at 13:20, Stuart Tremain wrote= : >>=20 >> Hi Chris >>=20 >> Any movement on this ? >>=20 >>=20 >> Kind regards >>=20 >> Stuart Tremain >> Pharoah Lane Software >> AUSTRALIA >> webdna@plsoftware.com.au >>=20 >>=20 >>=20 >>=20 >>=20 >>=20 >>=20 >>> On 8 Oct 2018, at 16:54, christophe.billiottet@webdna.us wrote: >>>=20 >>> Hi Stuart, >>>=20 >>> yes, I think this should be fixed, the behavior isn=E2=80=99t consistent= when mod_rewrite rules are involved. >>>=20 >>> I wonder if you have it backwards though, I guess the FastCGI version al= ways shows /department/category because it generates THISURL from the REQUES= T_URI parameter, and this should be the original URL without the domain name= in front. >>>=20 >>> Whereas, the Server version's module uses Apache's request_rec->unparsed= _uri. The issue I'm seeing is that unparsed_uri will be /department/category= if your mod_rewrite rules are in your main apache config files. But if you h= ave your mod_rewrite rules in a .htaccess file, then Apache generates a new r= equest and it puts the rewritten URL (/dept-root/cat-page.html) in unparsed_= uri. >>>=20 >>> I think the solution would be to adjust the Server module to always gene= rate THISURL from the raw request. We will do it. >>>=20 >>> If you see /dept-root/cat-page.html with the FastCGI version, then I wou= ld be interested in knowing if you are using Apache+mod_fcgid or something e= lse. We could not reproduce this with latest WebDNA FastCGI+Apache+mod_fcgid= on Ubuntu. >>>=20 >>> kind regards, >>>=20 >>> - chris >>>=20 >>>> On Oct 5, 2018, at 02:32, Stuart Tremain wro= te: >>>>=20 >>>> I am getting different results for [thisurl] on different platforms. >>>>=20 >>>> http://www.domain.com/department/category >>>>=20 >>>>=20 >>>> CentOS Server WebDNA 8.5 >>>> ThisURL =3D /department/category >>>>=20 >>>>=20 >>>> Ubuntu fcgi WebDNA 8.5 >>>> ThisURL =3D /dept-root/cat-page.html >>>>=20 >>>> Any idea why this would happen? >>>>=20 >>>> Is there a work around ? >>>>=20 >>>>=20 >>>>=20 >>>>=20 >>>>=20 >>>> Kind regards >>>>=20 >>>> Stuart Tremain >>>> Pharoah Lane Software >>>> AUSTRALIA >>>> webdna@plsoftware.com.au >=20 >=20 >=20 >=20 >=20 >=20 > --------------------------------------------------------- > This message is sent to you because you are subscribed to > the mailing list talk@webdna.us > To unsubscribe, E-mail to: talk-leave@webdna.us > archives: http://www.webdna.us/page.dna?numero=3D55 > Bug Reporting: support@webdna.us --------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list talk@webdna.us To unsubscribe, E-mail to: talk-leave@webdna.us archives: http://www.webdna.us/page.dna?numero=3D55 Bug Reporting: support@webdna.us . Stuart Tremain

DOWNLOAD WEBDNA NOW!

Top Articles:

Talk List

The WebDNA community talk-list is the best place to get some help: several hundred extremely proficient programmers with an excellent knowledge of WebDNA and an excellent spirit will deliver all the tips and tricks you can imagine...

Related Readings:

Resume Catalog ? (1997) vars (2000) Help! WebCat2 bug (1997) 2.0 Beta (1997) SiteGaurd file Cache vs webcatalog cache (1997) Shell Script needed (2003) [WebDNA] directory protection questions (2008) Hello world ... (2002) [delete] problem (1997) WebCatalog can't find database (1997) Max Record length restated as maybe bug (1997) _ in front of field name (1998) [WebDNA] WebDNA future (2010) Database Updates (1997) Authorizenet - version 3.1 compliance (2002) weird user / authenticate happenings (2003) Mac Scheduling (1998) Bug In Admin Templates (2003) Translator. (1998) Help with nested search (1998)