LightVC handles a urlencoded "&" passed as %26 as a "&"

Bug #663079 reported by Jamie Isaacs
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
LightVC
Invalid
Undecided
Unassigned

Bug Description

Revision history for this message
Jamie Isaacs (pdt256) wrote :

This URL works.
http://dev.example.com/test/index/?parm=this%26that

Also, this does not seem to be a problem with Nginx. I only see it when using Apache.

My Nginx conf...

 try_files $uri @app;
 location @app {
  rewrite ^/(.*)$ /index.php?url=$1 last;
 }
 location ~ \.php$ {
  include /etc/nginx/fastcgi.conf;
  fastcgi_pass 127.0.0.1:8000;
 }

Revision history for this message
Anthony Bush (awbush) wrote :

This is not a bug in LightVC, but a problem with mod_rewrite. It looks to be fixed in apache 2.3? https://issues.apache.org/bugzilla/show_bug.cgi?id=34602

Changed in lightvc:
status: New → Invalid
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.