File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
python/server/auto_generated Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -61,9 +61,9 @@ Constructor
61
61
62
62
:return: the request url
63
63
64
- Subclasses may override in case the original URL needs to be
65
- returned instead of the rewritten one (i.e. from a web server
66
- rewrite module) .
64
+ Subclasses may override in case the original URL (not rewritten, e.g.from
65
+ a web server rewrite module) needs to be returned instead of the URL
66
+ seen by QGIS server .
67
67
%End
68
68
69
69
QgsServerRequest::Method method() const;
Original file line number Diff line number Diff line change @@ -84,9 +84,9 @@ class SERVER_EXPORT QgsServerRequest
84
84
/* *
85
85
* \returns the request url
86
86
*
87
- * Subclasses may override in case the original URL needs to be
88
- * returned instead of the rewritten one (i.e. from a web server
89
- * rewrite module) .
87
+ * Subclasses may override in case the original URL (not rewritten, e.g.from
88
+ * a web server rewrite module) needs to be returned instead of the URL
89
+ * seen by QGIS server .
90
90
*/
91
91
virtual QUrl url () const ;
92
92
You can’t perform that action at this time.
0 commit comments