Hello,

I work on an extranet projet which is hosted via a virtual host on a
server (called X to make more simple)
My problem is simple to explain but I don't kown how to resolve it.

This extranet use symfony and many link are broken. For example:

https://extratest.xxx.com/applications/netquest_ext/netquest_dev.php/reqRequesting/execPopup/scenario_id/3390

is rewritted in:

https://extratest.xxx.com/applications/netquest_ext/netquest_dev.php/sqli/"/UEP/applications/netquest_ext/netquest_dev.php/reqRequesting/execPopup/scenario_id/1226";

The link is generated with url_for('reqRequesting/execPopup?
scenario_id='.$key)

In routing.yml , I have juste add:
homepage:
  url:   /
  param: { module: reqRequesting, action: exec }

.htaccess has not been modified.

Where can I look to resolve the problem?

Thanks

-- 
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.com

You received this message because you are subscribed to the Google
Groups "symfony users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en

Reply via email to