You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think we should update the codebase to use the shorter form (check that frontend/server doesn't bake in the action_route= in front of the route to call. The config that oskari-ext.properties have by default is currently this:
# url path to call for ajax requests/action routes
oskari.ajax.url.prefix=/action?
These both work as server endpoints and do the same thing:
I think we should update the codebase to use the shorter form (check that frontend/server doesn't bake in the
action_route=
in front of the route to call. The config that oskari-ext.properties have by default is currently this:https://github.com/oskariorg/sample-configs/blob/4c6c3a48d879a8264dfa9ad0798aff4f4217e24f/jetty-9/oskari-server/resources/oskari-ext.properties#L48-L49
The text was updated successfully, but these errors were encountered: