Changeset 007ee411dbb2781fcddf918c2dad2443bc9f017c

Show
Ignore:
Timestamp:
04/01/07 11:01:17 (2 years ago)
Author:
Christopher Jung <bktheg@web.de>
git-committer:
Christopher Jung <bktheg@web.de> 1175418077 +0200
git-parent:

[caad58d25a636bbf09328056131c2a316327d423]

git-author:
Christopher Jung <bktheg@web.de> 1175418077 +0200
Message:

Fixes #105 (URL bei Klicksperre)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • src/net/driftingsouls/ds2/server/framework/BasicContext.java

    r85bd10b r007ee41  
    153153                        // Bei viel zu hoher Aktivitaet einfach die Ausfuehrung mit einem Fehler beenden 
    154154                        if( actioncounter > 25 ) { 
    155                                 addError( actionBlockingPhrases[RandomUtils.nextInt(actionBlockingPhrases.length)], errorurl ); 
     155                                addError( actionBlockingPhrases[RandomUtils.nextInt(actionBlockingPhrases.length)], 
     156                                                getRequest().getRequestURL() +  
     157                                                (getRequest().getQueryString() != null ? "?" + getRequest().getQueryString() : "") ); 
    156158 
    157159                                return;