I did find the following in clientController.js and commented them out with
no luck:
35 // var clipboardService = $injector.get('clipboardService');
637 // Sync with local clipboard
638 // clipboardService.getLocalClipboard().then(function
clipboardRead(data) {
639 // $scope.$broadcast('guacClipboard', data);
640 // });
in indexController.js
29 // var clipboardService = $injector.get('clipboardService');
Doing some grepping I only found in in
./clipboard/services/clipboardService.js, but I couldn't figure out what to
do with that one.
I did verify the files were updated. Still no luck.
On Mon, Jan 16, 2017 at 7:46 PM, Mike Jumper <[email protected]>
wrote:
> On Mon, Jan 16, 2017 at 7:30 PM, Peter Burdine <[email protected]> wrote:
>
>> I loaded up a new VM that hadn't seen the site before and still got
>> prompted. I'm not quite sure how much cleaner I can make the cache.
>>
>>
> That would indeed do it.
>
> ...
>>
>> As best I can tell that matches the provided links.
>>
>
> If you do a search through the various *.js files within
> guacamole/src/main/webapp/app/, do you see any other uses of
> clipboardService which you haven't commented out? I might have missed
> something.
>
> I'd also verify that:
>
> 1) The JavaScript files built within the .war do indeed contain your
> modifications
> 2) The exploded contents of the .war extracted by Tomcat are those of the
> .war you just built, and are not stale copies of the contents of the
> previous .war. You might need to manually delete the directory produced
> when the .war is extracted and restart Tomcat.
>
>