Issue 16097

UAT: No action for /Node

16097
Reporter: trobertson
Type: Bug
Summary: UAT: No action for /Node
Priority: Major
Resolution: Fixed
Status: Closed
Created: 2014-07-10 10:57:06.709
Updated: 2017-10-09 17:14:37.685
Resolved: 2017-10-09 17:14:37.597
        
Description: Showing in logs:

ERROR [2014-07-10 10:52:45,851+0200] [http-bio-8080-exec-200] org.apache.struts2.dispatcher.Dispatcher: Exception occurred during processing request: There is no Action mapped for namespace [/node] and action name [user/password] associated with context path [/b_portal].
com.opensymphony.xwork2.config.ConfigurationException: There is no Action mapped for namespace [/node] and action name [user/password] associated with context path [/b_portal].
]]>
    


Author: omeyn@gbif.org
Comment: One theory is that this is caused by drupal
Created: 2014-07-10 11:03:28.603
Updated: 2014-07-10 11:03:28.603


Author: bko@gbif.org
Created: 2014-07-10 11:21:10.722
Updated: 2014-07-10 11:21:10.722
        
To my knowledge /node/* is handled by Struts, /node/*/edit is directed to Drupal, and the password page on Drupal is /user/password.

[~trobertson@gbif.org] did you say /node/user/password ? I would need to know there this url is produced.