Skip to content

Commit 00ec08a

Browse files
committedJan 9, 2019
Rewritten function comment
1 parent bb9ec39 commit 00ec08a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed
 

‎python/server/auto_generated/qgsserverrequest.sip.in

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@ Constructor
6161

6262
:return: the request url
6363

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.
6767
%End
6868

6969
QgsServerRequest::Method method() const;

‎src/server/qgsserverrequest.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,9 @@ class SERVER_EXPORT QgsServerRequest
8484
/**
8585
* \returns the request url
8686
*
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.
9090
*/
9191
virtual QUrl url() const;
9292

0 commit comments

Comments
 (0)