Hi list

I have problems when I want to load a tiff or shape by the plugin
LayerUploadPanel.js of GeoExplorer.
The error here:
POST http://localhost:9080/geoserver/rest/imports 405 (Method Not Allowed)


The code in LayerUploadPanel.js

Ext.Ajax.request({
                        url: this.getUploadUrl(),
                        method: "POST",
                        jsonData: jsonData,
                        success: function(response) {
 this._import = response.getResponseHeader("Location");
                            this.optionsFieldset.expand();
                            form.submit({
                                url: this._import + "/tasks?expand=all",
                                waitMsg: this.waitMsgText,
                                waitMsgTarget: true,
                                reset: true,
                                scope: this
                         .....

I am using Geoserver 2.5.2.
But in Geoserver 2.4 SNAPSHOT work well!!1

How  I can solve this problem? It is a problem of geoserver, but there will
be some way to solve client side programmatically.

Thanks
------------------------------------------------------------------------------
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://pubads.g.doubleclick.net/gampad/clk?id=154622311&iu=/4140/ostg.clktrk
_______________________________________________
Geoserver-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to