Re: GWT browser plugin not used with Web rewrite rules?

2015-11-03 Thread Ed Bras
One solution that seem to work: Use of the old fashion base tag in the index.html: I am just not so font of making the index.html location/url dependent, such that you have to edit the index.html during deployment.. but you have to tell the browser which base url to use when performing some

Re: GWT browser plugin not used with Web rewrite rules?

2015-11-03 Thread Ed Bras
@Thomas: the plus.nocache.js is my script that is included in the index.html: Let me see if I understand you correctly: You think that it will look for /plus/bla1/plus.nocache.js which doesn't exists such that the server returns index.html ? H, just checked and I am afraid you are right :(,

Re: GWT browser plugin not used with Web rewrite rules?

2015-11-03 Thread Thomas Broyer
But is the plus.nocache.js your script or your index.html (because of a relative path resolving to an inexistent file, that gets rewritten to index.html) -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop rece

Re: GWT browser plugin not used with Web rewrite rules?

2015-11-03 Thread Ed Bras
What I forgot: I think that the GWT plugin is exactly reading the browser URL and use it. A such it will look in the /plus/bla1 location. If I use the rewrite rule "RewriteRule plus/(.*) plus/index.html [NC,L]" with the sub dir "bal1" that contains the same files as the root, it works. I think I a

Re: GWT browser plugin not used with Web rewrite rules?

2015-11-03 Thread Ed Bras
BTW: I was just testing some more and for some reason the last rewrite rule "RewriteRule plus/(.*) plus/index.html [NC,L]" is changing something (even do it shouldn't). I should copy the query params. If I change this rule to "RewriteRule plus/(.*) - [NC,L]" such that nothing is changed and create

Re: GWT browser plugin not used with Web rewrite rules?

2015-11-03 Thread Thomas Broyer
Is the *.nocache.js found? On Tuesday, November 3, 2015 at 4:39:57 PM UTC+1, Ed wrote: > > I just noticed i made a mistake in the first url above that works fine, it > should be: http://localhost/plus/index.html?gwt.codesvr=127.0.0.1:9997 >

Re: GWT browser plugin not used with Web rewrite rules?

2015-11-03 Thread post2edbras
I just noticed i made a mistake in the first url above that works fine, it should be: http://localhost/plus/index.html?gwt.codesvr=127.0.0.1:9997 This works fine but when adding the 'bla1' url (the second url) the GWT plugin is 't used :( How/when is the gwt browser plugin used? Ed > Op 3 nov.