Ticket #92 (closed Defect: fixed)

Opened 13 years ago

Last modified 13 years ago

File Browser Proxy config does not work with IP V6

Reported by: JuergeN Owned by:
Priority: Major Milestone:
Component: DeepaMehta Standard Distribution Version: 4.0.3
Keywords: Cc:
Complexity: 3 Area: GUI
Module:

Description (last modified by JuergeN) (diff)

I cannot access and browse the filesystem with the filebrowser in DeepaMehta GUI if IP V6 is enabled on my system. When trying to open the first folder, the system throws an error in the content panel:

Folder Content
FolderContentRendererError: AJAX GET request failed, server response: 500 
(For input string: "0:0:0:0:0:0:0:1"), exception: undefined

Change History

comment:1 Changed 13 years ago by JuergeN

Just as a reminder: in Ubuntu 10.04 you can disable IP V6 temporarily:

echo -n "1" >/proc/sys/net/ipv6/conf/all/disable_ipv6

comment:2 Changed 13 years ago by JuergeN

  • Description modified (diff)

To disable IPv6 in Ubuntu 10.04 permanently, you have to add the following lines to /etc/sysctl.conf:

    #disable ipv6
    net.ipv6.conf.all.disable_ipv6 = 1
    net.ipv6.conf.default.disable_ipv6 = 1
    net.ipv6.conf.lo.disable_ipv6 = 1
Last edited 13 years ago by JuergeN (previous) (diff)

comment:3 Changed 13 years ago by Jörg Richter

Proxy module: support for IPv6 (#92).

It should work now.

If you want restrict proxy access to localhost you should change the dm4.proxy.net.filter setting in ./pom.xml to ::1/128.

See ticket 92.

Version 0, edited 13 years ago by Jörg Richter (next)

comment:4 Changed 13 years ago by JuergeN

Good. I have tested it and it seems to work now! Thx.

comment:5 Changed 13 years ago by jri

  • Status changed from new to closed
  • Resolution set to fixed
Note: See TracTickets for help on using tickets.